[SKX] Extended non-temporal load/store instructions for AVX512VL subsets.
[oota-llvm.git] / lib /
2014-08-13 Robert Khasanov[SKX] Extended non-temporal load/store instructions...
2014-08-13 Daniel SandersRe-commit: [mips] Implement .ent, .end, .frame, .mask...
2014-08-13 Chandler CarruthRevert r215415 which causse MSan to crash on a great...
2014-08-13 Elena DemikhovskyAVX-512: Fixed a bug in shufflevector lowering.
2014-08-13 Karthik BhatInstCombine: Combine (xor (or %a, %b) (xor %a, %b)...
2014-08-13 Hal Finkel[NVPTX] Remove MemIntrinsicSDNode/MemSDNode duplicate...
2014-08-13 Chandler Carruth[x86] Rewrite a core part of the new vector shuffle...
2014-08-13 Hal Finkel[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
2014-08-12 Adrian PrantlRemove a condition that can never be true, as wittnesse...
2014-08-12 Adam Nemet[AVX512] Handle valign masking intrinsic via C++ lowering
2014-08-12 Matt ArsenaultAllwo bitcast + struct GEP transform to work with addrs...
2014-08-12 Jan VeselyR600: Use optimized 24bit path in udivrem
2014-08-12 Jan VeselyR600: Remove unused code.
2014-08-12 Jan VeselyR600: Use i24 optimized path for SREM
2014-08-12 Quentin ColombetFix a parentheses warning introduced in r215394.
2014-08-12 Duncan P. N. Exon... Don't upgrade global constructors when reading bitcode
2014-08-12 Sanjay Patelfixed typos
2014-08-12 Toma TabacuReverted my "Testing commit access" commit.
2014-08-12 Toma TabacuTesting commit access.
2014-08-12 Eric ChristopherHave MachineRegisterInfo take and store the MachineFunc...
2014-08-12 Gerolf Hoflehner[MachineCombiner] Fix for ICE bug 20598
2014-08-12 Justin BognerIR: Print a newline when dumping Types
2014-08-12 Peter Zotov[LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse.
2014-08-12 Adrian PrantlDebugLocEntry: Restore the comparison predicate from...
2014-08-12 Reid Klecknermsan: Handle musttail calls
2014-08-12 Reid KlecknerMove helper for getting a terminating musttail call...
2014-08-12 David BlaikieRevert "Partially revert r214761 that asserted that...
2014-08-11 Quentin Colombet[MachineSink] Improve the compile time by preserving...
2014-08-11 Michael J. Spencer[x86] Fold extract_vector_elt of a load into the Load...
2014-08-11 Adrian PrantlAdd a couple of convenience accessors to DebugLocEntry...
2014-08-11 NAKAMURA TakumiR600/SIInstrInfo.cpp: Suppress an warning. [-Wunused...
2014-08-11 Quentin Colombet[ARM] Mark VMOVDRR with the RegSequence property and...
2014-08-11 Adrian PrantlMake these DebugLocEntry::Value comparison operators...
2014-08-11 Jim GrosbachAdd missing closing namespace comment.
2014-08-11 Jim GrosbachAArch64: Tidy up a few comments.
2014-08-11 David MajnemerInstCombine: Combine (add (and %a, %b) (or %a, %b)...
2014-08-11 Tom StellardR600/SI: Add a ComplexPattern for selecting MUBUF _OFFS...
2014-08-11 Tom StellardR600/SI: Add an _OFFEN variant MUBUF_STORE_* and use...
2014-08-11 Tom StellardR600/SI: Clear lds bit on MUBUF instructions used for...
2014-08-11 Quentin ColombetAdd isRegSequence property.
2014-08-11 Quentin Colombet[AArch64] Fix registerAllocator assigns same register...
2014-08-11 Adrian PrantlDebug info: Remove an obsolete constructor from DebugLo...
2014-08-11 Adrian PrantlDebug info: Modify DebugLocEntry::addValue to take...
2014-08-11 Adrian PrantlDebug info: Further simplify the implementation of...
2014-08-11 Adrian PrantlDebug Info: Move the sorting and uniqueing of pieces...
2014-08-11 Adrian PrantlDebug info: Refactor DebugLocEntry's Merge function...
2014-08-11 Saleem AbdulrasoolARM: try harder to detect non-IT eligible instructions
2014-08-11 Reid KlecknerMC: Diagnose an unexpected token in COFF .section inste...
2014-08-11 Sylvestre LedruFix typos:
2014-08-11 Rafael EspindolaFix use of uninitialized variable.
2014-08-11 Rafael EspindolaUse an early return. NFC.
2014-08-11 Daniel SandersRevert r215359 - [mips] Implement .ent, .end, .frame...
2014-08-11 Daniel Sanders[mips] Implement .ent, .end, .frame, .mask and .fmask...
2014-08-11 Hans WennborgPeepholeOptimizer: make parameter ref to SmallPtrSetImpl
2014-08-11 Hans WennborgMake this SmallVector size a power of two as suggested...
2014-08-11 Tim NorthoverAArch64: add support for dynamic-loader relocations
2014-08-11 Elena DemikhovskyAVX-512: added a missing bitcast from v16f32 to v16i32
2014-08-11 Oliver StannardARM: __gnu_h2f_ieee and __gnu_f2h_ieee always use the...
2014-08-11 Jiangning LiuIn Machine CSE pass, the source register of a COPY...
2014-08-11 Jiangning LiuIn LVI(Lazy Value Info), originally value on a BB can...
2014-08-11 Hans WennborgRe-commit "Increase the size of this SmallVector in...
2014-08-11 Hans WennborgRevert "Increase the size of this SmallVector in Peepho...
2014-08-11 Hans WennborgIncrease the size of this SmallVector in PeepholeOptimizer.
2014-08-11 Hans WennborgSubTargetFeature.cpp: it seems the size of this SmallVe...
2014-08-11 Hans WennborgIncrease the size of SpillPlacement::BlockFrequencies.
2014-08-11 Hans WennborgIncrease the size of these SmallVectors in X86ISelLower...
2014-08-11 Hans WennborgIncrease the size of this SmallVector in CloneNodeWithV...
2014-08-11 Hans WennborgIncrease the size of DwarfAccelTable::TableHeaderData...
2014-08-10 Petar JovanovicAdd support for scalarizing cttz_zero_undef
2014-08-10 Saleem AbdulrasoolARM: correct isPredicable for MULS in ThHUMB mode
2014-08-10 Joerg Sonnenberger@l and friends adjust their value depending the context...
2014-08-10 Joerg SonnenbergerFix tabs.
2014-08-10 Joerg SonnenbergerIf available, pass down the Fixup object to EvaluateAsR...
2014-08-09 Saleem AbdulrasoolADT: remove MinGW32 and Cygwin OSType enum
2014-08-09 Sanjay Patelfixed typos
2014-08-09 Aaron BallmanResolving some type truncation warnings in MSVC (enum...
2014-08-09 Saleem AbdulrasoolMC: remove duplicated code
2014-08-09 Saleem AbdulrasoolMC: cleanup includes
2014-08-09 Saleem AbdulrasoolCodeGen: switch to a range based for loop
2014-08-09 Joerg SonnenbergerAllow the third argument for the subi family to be...
2014-08-09 Joerg SonnenbergerUse the full form of dccci and iccci from the early...
2014-08-09 Eric ChristopherInitialize PPC DataLayout based on the Triple only.
2014-08-09 Eric ChristopherRemove extraneous 64-bit argument to the PPC TargetMach...
2014-08-09 Eric ChristopherInitialize X86 DataLayout based on the Triple only.
2014-08-09 Matt ArsenaultR600: Disable FP exceptions.
2014-08-09 Eric ChristopherMove some X86 subtarget configuration onto the subtarge...
2014-08-09 Tom StellardR600/SI: Custom lower CONCAT_VECTORS
2014-08-09 Eric ChristopherFix typo.
2014-08-08 Lang Hames[MCJIT] Simplify immediate decoding code in the Runtime...
2014-08-08 Rui Ueyama[FastISel][X86] Silence -Wenum-compare warning
2014-08-08 Rafael EspindolaFix the windows build.
2014-08-08 Eric ChristopherReword comment slightly.
2014-08-08 Rafael EspindolaRemove dead code. Fixes pr20544.
2014-08-08 Rafael EspindolaConvert from Windows to Unix paths in sys::path::native.
2014-08-08 Joerg SonnenbergerAllow large immediates for branch instructions in 32bit...
2014-08-08 Joerg SonnenbergerProvide an implementation of getNoopForMachoTarget...
2014-08-08 Juergen Ributzka[FastISel][X86] Fix INC/DEC optimization (r215230)
2014-08-08 Tim NorthoverAArch64: avoid deleting the current iterator in a loop.
2014-08-08 Juergen Ributzka[FastISel][AArch64] Attach MachineMemOperands to load...
2014-08-08 Juergen Ributzka[FastISel][X86] Use INC/DEC when possible for {sadd...
next