R600/SI: Move more information into SIProgramInfo struct
[oota-llvm.git] / lib / Target / X86 /
2014-12-02 Philip ReamesRemove unneccessary code introduced with 223101.
2014-12-02 Sanjay Patelfix typo in comment
2014-12-02 Nick LewyckyFix variable used only in assertion.
2014-12-01 Philip ReamesTry to fix a bot failure due to a variable used only...
2014-12-01 Philip Reames[Statepoints 2/4] Statepoint infrastructure for garbage...
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-28 Sanjay PatelEnable FeatureFastUAMem for btver2
2014-11-26 Elena DemikhovskyAVX-512: Scalar ERI intrinsics
2014-11-26 Craig TopperReplace neverHasSideEffects=1 with hasSideEffects=0...
2014-11-25 Simon Pilgrim[X86][SSE] Improvements to byte shift shuffle matching
2014-11-25 Cameron McInally[AVX512] Add 512b integer shift by variable intrinsics...
2014-11-25 Craig TopperRemove space before tab in all AVX512 mnemonic strings.
2014-11-24 Andrea Di Biagio[X86] Improved target specific combine on VSELECT dag...
2014-11-23 Michael Kuperstein[X86] Fixes bug in build_vector v4x32 lowering
2014-11-23 Craig TopperAdd missing override keywords.
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-22 Simon PilgrimTidied up target triple OS detection. NFC
2014-11-22 Chandler Carruth[x86] Teach the vector shuffle yet another step of...
2014-11-21 Sanjay PatelAdd a feature flag for slow 32-byte unaligned memory...
2014-11-21 Chandler Carruth[x86] Restructure the checking patterns for v16 and...
2014-11-21 Chandler Carruth[x86] Make the previous logic significantly less conser...
2014-11-21 Chandler Carruth[x86] Teach the x86 vector shuffle lowering to detect...
2014-11-21 Alexey Volkov[X86] For Silvermont CPU use 16-bit division instead...
2014-11-21 Craig TopperRemove a bunch of unnecessary typecasts to 'const Targe...
2014-11-21 Quentin Colombet[X86] Do not custom lower UINT_TO_FP when the target...
2014-11-20 Reid KlecknerFix more instances of -Wsentinel on Windows with s...
2014-11-20 Reid KlecknerAdd out of line virtual destructors to all LLVMTargetMa...
2014-11-20 Saleem AbdulrasoolX86: use the correct alloca symbol for Windows Itanium
2014-11-20 Craig TopperFix a typo in a comment.
2014-11-19 Andrea Di Biagio[X86] Improved lowering of v4x32 build_vector dag nodes.
2014-11-19 Simon Pilgrim[X86][SSE] pslldq/psrldq byte shifts/rotation for SSE2
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-18 Simon Pilgrim[X86][AVX] 256-bit vector stack unaligned load/stores...
2014-11-17 Reid KlecknerRevert "ADT: correctly report isMSVCEnvironment for...
2014-11-17 Saleem AbdulrasoolADT: correctly report isMSVCEnvironment for windows...
2014-11-17 Alexey Volkov[X86] Use ADD/SUB instead of INC/DEC for Haswell and...
2014-11-16 Craig Topper[x86] Remove two redundant isel patterns. They equivale...
2014-11-15 Simon Pilgrim[X86][SSE] Improve legal SHUFP and PSHUFD shuffle matching
2014-11-14 Reid KlecknerRename EH related stuff to be more precise
2014-11-14 Cameron McInally[AVX512] Add 512b masked integer shift by immediate...
2014-11-14 Tim NorthoverX86: use getConstant rather than getTargetConstant...
2014-11-13 Aditya NandakumarWe can get the TLOF from the TargetMachine - so constru...
2014-11-13 Elena DemikhovskyAVX-512: SINT_TO_FP cost model and some bugfixes
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-11-13 Chandler Carruth[x86] Teach the vector shuffle lowering to make a more...
2014-11-13 Chandler Carruth[x86] Don't form overly fragmented blends when splittin...
2014-11-12 Sanjay PatelExpose the number of Newton-Raphson iterations applied...
2014-11-12 Cameron McInally[AVX512] Add integer shift by immediate intrinsics.
2014-11-12 Chandler Carruth[x86] Start improving the matching of unpck instruction...
2014-11-12 Elena DemikhovskyAVX-512: Intrinsics for ERI
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-11 Sanjay PatelInitialize new subtarget feature variable for generatin...
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-11-11 Sanjay PatelUse rcpss/rcpps (X86) to speed up reciprocal calcs...
2014-11-11 Rafael EspindolaUse a 8 bit immediate when possible.
2014-11-11 Dario Domizioli[X86][ELF] Fix PR20243 - leaf frame pointer bug with...
2014-11-11 Andrea Di Biagio[X86] Add missing check for 'isINSERTPSMask' in method...
2014-11-11 Craig TopperUse uint64_t as the type for the X86 TSFlag format...
2014-11-11 Michael Kuperstein[X86] Fix pattern match for 32-to-64-bit zext in the...
2014-11-11 Rafael EspindolaMCAsmParserExtension has a copy of the MCAsmParser...
2014-11-11 Quentin Colombet[X86] Custom lower UINT_TO_FP from v4f32 to v4i32,...
2014-11-10 Michael KupersteinReverting r221626 due to a too-strict test.
2014-11-10 Michael Kuperstein[X86] Fix pattern match for 32-to-64-bit zext in the...
2014-11-10 Rafael EspindolaMisc style fixes. NFC.
2014-11-06 Simon Pilgrim[X86][SSE] Vector integer/float conversion memory foldi...
2014-11-06 Ahmed Bougacha[X86] Add VFMADDSUB cases for the 213->231 custom inserter.
2014-11-06 Ahmed Bougacha[X86] Add missing FMA3 VFMADDSUB in the emitter.
2014-11-06 Andrea Di Biagio[X86] When commuting SSE immediate blend, make sure...
2014-11-06 David MajnemerX86, MC: Tidy up some whitespace in GetRelocType
2014-11-06 Quentin Colombet[X86] Lower VSELECT into SHRUNKBLEND when we shrink...
2014-11-05 Simon Pilgrim[X86][SSE] Vector integer to float conversion memory...
2014-11-05 Derek Schuff[x86 fast-isel] Materialize allocas with the correct...
2014-11-05 Andrea Di Biagio[X86] Teach method 'isVectorClearMaskLegal' how to...
2014-11-04 Simon Pilgrim[X86][SSE] Enable commutation for SSE immediate blend...
2014-11-04 Andrea Di Biagio[X86] Add 'FeatureSlowSHLD' to cpu 'bdver3'. Also expli...
2014-11-03 Ahmed Bougacha[X86] Add debug print name for X86ISD::[US]MUL8. NFC...
2014-11-03 Ahmed Bougacha[X86] 8bit divrem: Improve codegen for AH register...
2014-11-01 Rafael EspindolaRemove redundant calls to isMaterializable.
2014-11-01 Adrian PrantlRevert "Temporarily revert r220777 to sort out build...
2014-11-01 NAKAMURA TakumiRevert r220779, "[AVX512] Removed special case for...
2014-11-01 Adrian PrantlTemporarily revert r220777 to sort out build bot breakage.
2014-10-31 Reid KlecknerWork around bugs in MSVC "14" CTP 3's conversion logic
2014-10-30 Robert Khasanov[AVX512] Added VBROADCAST{SS/SD} encoding for VL subset.
2014-10-29 Robert Khasanov[AVX512] Implemented AVX512VL FP bnary packed instructi...
2014-10-28 Robert Khasanov[AVX512] Fix VSQRT packed instructions internal names.
2014-10-28 Robert Khasanov[AVX512] Extended avx512_sqrt_packed (sqrt instructions...
2014-10-28 Robert Khasanov[AVX-512] Expanded rsqrt/rcp instructions to VL subset.
2014-10-28 Robert Khasanov[AVX512] Removed special case for cmp instructions...
2014-10-28 Robert Khasanov[x86] Simplify vector selection if condition value...
2014-10-28 Robert Khasanov[AVX512] Bring back vector-shuffle lowering support...
2014-10-28 Reid KlecknerX86: Implement the vectorcall calling convention
2014-10-27 Adam Nemet[AVX512] Add vpermil variable version
2014-10-27 Adam Nemet[AVX512] Clean up avx512_perm_imm to use X86VectorVTInfo
2014-10-27 Adam Nemet[AVX512] Derive vpermil* from avx512_perm_imm
2014-10-27 Adam Nemet[AVX512] Fix copy-and-paste bugs in vpermil
2014-10-27 Pete CooperFix a stackmap bug introduced in r220710.
2014-10-27 Pete CooperStackmap shadows should consider call returns a branch...
2014-10-27 Yuri Gorshenin[asan-asm-instrumentation] Added comment describing...
2014-10-26 Elena DemikhovskyAVX-512: Fixed encoding of VPBROADCASTM and added SKX...
2014-10-25 Simon Pilgrim[X86][SSE] Vector integer/float conversion memory folding
next