[X86] Smaller code for materializing 32-bit 1 and -1 constants
[oota-llvm.git] / lib /
2015-12-15 Hans Wennborg[X86] Smaller code for materializing 32-bit 1 and ...
2015-12-15 JF BastienWebAssembly: update expected torture test failures
2015-12-15 Krzysztof Parzyszek[Hexagon] Preprocess mapped instructions before lowerin...
2015-12-15 Tom StellardAMDGPU/SI: Add llvm.amdgcn.mbcnt.* intrinsics
2015-12-15 Tom StellardAMDGPU/SI: Add llvm.amdgcn.v.interp.p[12] intrinsics
2015-12-15 Tom StellardAMDGPU/SI: Add getShaderType() function to Utils/
2015-12-15 Nemanja IvanovicBitcasts between FP and INT values using direct moves
2015-12-15 Asaf Badouh[x86] adding PKU feature flag
2015-12-15 Michael KupersteinDo not try to use i8 and i16 versions of FP_TO_U/SINT...
2015-12-15 Nemanja IvanovicDefine a feature for __float128 support in the PPC...
2015-12-15 Cong HouImprove the successor list update in TailDuplication...
2015-12-15 NAKAMURA TakumiInstCombineLoadStoreAlloca.cpp: Avoid instantiating...
2015-12-15 James Molloy[PassManagerBuilder] Add a few more scalar optimization...
2015-12-15 Elena DemikhovskyType legalizer for masked gather and scatter intrinsics.
2015-12-15 Craig Topper[IR] Add classof for GetElementPtrConstantExpr, Compare...
2015-12-15 Craig TopperUse CmpInst::Predicate instead of 'unsigned short'...
2015-12-15 Mehdi AminiFix MSVC build with LLVM_ENABLE_THREADS=OFF
2015-12-15 Quentin Colombet[ShrinkWrapping] Do not choose restore point inside...
2015-12-15 Dan Gohman[WebAssembly] Use an immediate OperandType for offset...
2015-12-15 Dan Gohman[WebAssembly] Remove .import printing.
2015-12-15 Mehdi AminiInstcombine: destructor loads of structs that do not...
2015-12-15 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-15 Mehdi AminiRevert "Add a C++11 ThreadPool implementation in LLVM"
2015-12-15 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-15 Quentin Colombet[X86] Add relaxtion logic for SBB instructions.
2015-12-14 Rafael EspindolaA better attempt to add a missing include
2015-12-14 Rafael EspindolaTrying to fix the build in a bot.
2015-12-14 Justin BognerLoopRotate: Convert the methods of LoopRotate to utilit...
2015-12-14 Justin BognerLoopRotate: Reorder some method implementations. NFC
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
2015-12-14 Quentin Colombet[X86] Add relaxtion logic for ADC instructions.
2015-12-14 Dan Gohman[WebAssembly] Add type prefixes to call instructions
2015-12-14 Dan Gohman[WebAssembly] Implement a new algorithm for placing...
2015-12-14 Dan Gohman[WebAssembly] Avoid adding redundant EXPR_STACK uses.
2015-12-14 Reid KlecknerRevert "Don't create unnecessary PHIs"
2015-12-14 Chih-Hung Hsieh[X86] Part 2 to fix x86-64 fp128 calling convention.
2015-12-14 Sanjay Pateladd fast-math-flags to 'call' instructions (PR21290)
2015-12-14 Ben CraigReordering fields to reduce padding in LLVM. NFC
2015-12-14 Dan Gohman[WebAssembly] Add an assert to sanity-check dead flags.
2015-12-14 Krzysztof Parzyszek[Hexagon] Add "const" to function parameters in Hexagon...
2015-12-14 Krzysztof Parzyszek[Packetizer] Add AliasAnalysis as a parameter to the...
2015-12-14 Pete CooperAdd missing vtable anchor's.
2015-12-14 David Majnemer[ConstantFold] Fix bitcast to gep constant folding...
2015-12-14 Yaron KerenSave several std::string constructions using llvm:...
2015-12-14 Cong HouRemove the successor probabilities normalization in...
2015-12-14 Sanjoy Das[MergeFunctions] Use II instead of CI for InvokeInst...
2015-12-14 Sanjoy DasTeach MergeFunctions about operand bundles
2015-12-14 Sanjoy DasTeach haveSameSpecialState about operand bundles
2015-12-14 Krzysztof ParzyszekAdd "const" to function arguments in DFAPacketizer
2015-12-14 Xinliang David Li[PGO] Value profiling text format reader/writer support
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-14 Paul RobinsonFastISel needs to remove dead code when it bails out.
2015-12-14 Petar Jovanovic[Power PC] llvm soft float support for ppc32
2015-12-14 Matt ArsenaultAMDGPU: Use generic bitreverse intrinsic
2015-12-14 Sanjay PatelgetParent() ^ 3 == getModule() ; NFCI
2015-12-14 Geoff BerryRemove dead function AArch64TargetLowering::getFunction...
2015-12-14 Matt ArsenaultAMDGPU: Fix splitting vector loads with existing offsets
2015-12-14 Sanjay Patel[InstCombine] fold trunc ([lshr] (bitcast vector) ...
2015-12-14 Krzysztof Parzyszek[Hexagon] Subtarget features/default CPU corrections
2015-12-14 Chad Rosier[PPC] Early exit loop. NFC.
2015-12-14 Adhemerval Zanella[sanitizer] [msan] VarArgHelper for AArch64
2015-12-14 James MolloyDon't create unnecessary PHIs
2015-12-13 Cong HouRevert r255460, which still causes test failures on...
2015-12-13 Michael Zuckerman[X86][inline asm] support even directive
2015-12-13 Cong HouFix a type issue in r255455. Should not use unsigned...
2015-12-13 Cong Hou[LoopVectorizer] Refine loop vectorizer's register...
2015-12-13 Simon PilgrimFix line endings
2015-12-13 Cong HouReplace <cstdint> by llvm/Support/DataTypes.h for the...
2015-12-13 Cong HouAdd the missing header file <cstdint> needed by uint64_t
2015-12-13 Cong HouRevert r255454 as it leads to several test failers...
2015-12-13 Cong HouNormalize MBB's successors' probabilities in several...
2015-12-13 Cong Hou[LoopVectorizer] Refine loop vectorizer's register...
2015-12-13 Saleem AbdulrasoolARM: only emit EABI attributes on EABI targets
2015-12-13 Nico WeberRevert r255444.
2015-12-12 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-12 Simon Pilgrim[X86][AVX512] Added support for VMOVQ shuffle comments
2015-12-12 Manuel JacobPartially fix memcpy / memset / memmove lowering in...
2015-12-12 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-12 Sanjay Patel[InstCombine] canonicalize (bitcast (extractelement...
2015-12-12 David MajnemerTry to appease a buildbot
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-12 Hal Finkel[PowerPC] OutStreamer cleanup in PPCAsmPrinter
2015-12-12 Chen Li[X86ISelLowering] Add additional support for multiplica...
2015-12-12 Sanjay Patel[InstCombine] allow any pair of bitcasts to be combined
2015-12-12 Hal Finkel[PowerPC] Add Branch Hints for Highly-Biased Branches
2015-12-12 Derek Schuff[WebAssembly] Update test expectations
2015-12-12 Chen LiRevert rL255391: [X86ISelLowering] Add additional suppo...
2015-12-11 Derek Schuff[WebAssembly] Implement prolog/epilog insertion and...
2015-12-11 Chen Li[X86ISelLowering] Add additional support for multiplica...
2015-12-11 Diego NovilloSamplePGO - Reduce memory utilization by 10x.
2015-12-11 Matt ArsenaultSelectionDAG: Match min/max if the scalar operation...
2015-12-11 Hal FinkelRevert r248483, r242546, r242545, and r242409 - absdiff...
2015-12-11 Rafael EspindolaAvoid buffered reads of /dev/urandom
2015-12-11 Xinliang David Li[PGO] Revert r255365: solution incomplete, not handling...
2015-12-11 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-11 Matthias BraunCodeGen: Redo analyzePhysRegs() and computeRegisterLive...
2015-12-11 Matt ArsenaultStart replacing vector_extract/vector_insert with extra...
2015-12-11 Derek Schuff[WebAssembly] Fix ADJCALLSTACKDOWN/UP use/defs
2015-12-11 Chad RosierRevert r255247, r255265, and r255286 due to serious...
2015-12-11 Manman RenCXX_FAST_TLS calling convention: target independent...
next