gold-plugin.cpp: Fixup r227599 corresponding to r227685 and r227731 -- Don't lose...
[oota-llvm.git] / test / CodeGen / X86 /
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2015-02-01 Michael KupersteinRevert r227728 due to bad line endings.
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2015-02-01 Elena DemikhovskyAVX2: Added 2 more tests for gather intrinsics.
2015-01-31 Simon Pilgrim[X86][SSE] Shuffle mask decode support for zero extend...
2015-01-30 Ahmed Bougacha[X86] Cleanup tabs in test vector-zext.ll. NFC.
2015-01-30 Reid KlecknerWin64: Put a REX_W prefix on all TAILJMP* instructions
2015-01-29 Reid Klecknerx86: Fix large model calls to __chkstk for dynamic...
2015-01-29 Reid KlecknerUpdate comments to use unreachable instead of llvm...
2015-01-29 Robert Lougher[X86] Use single add/sub for large stack offsets
2015-01-29 Alex RosenbergMake the test actually test what it's supposed to test...
2015-01-29 Alex RosenbergCleanup a few tests on sse4a machines and FileCheckize...
2015-01-29 Rafael EspindolaDon't create multiple mergeable sections with -fdata...
2015-01-29 Reid KlecknerAdd a Windows EH preparation pass that zaps resumes
2015-01-28 Michael Kuperstein[X86] Reduce some 32-bit imuls into lea + shl
2015-01-28 Michael Kuperstein[x32] Enable sibcall optimization on x32.
2015-01-28 Elena DemikhovskyAVX-512: Added FMA intrinsics with rounding mode
2015-01-27 Quentin ColombetRevert r227242 - Merge vector stores into wider vector...
2015-01-27 Alexey SamsonovRevert "[x86] Combine x86mmx/i64 to v2i64 conversion...
2015-01-27 Sanjay PatelMerge vector stores into wider vector stores (PR21711)
2015-01-26 Simon Pilgrim[X86][SSE] Float comparisons can sometimes be safely...
2015-01-26 Simon Pilgrim[X86][PCLMUL] Enable commutation for PCLMUL instructions
2015-01-26 Simon PilgrimLine endings fix. NFC.
2015-01-26 Simon PilgrimLine endings fix. NFC.
2015-01-26 Bruno Cardoso Lopes[x86][MMX] Rename and cleanup tests: arith, intrinsics...
2015-01-26 Alex RosenbergUse a different encoding for debugtrap on PS4.
2015-01-26 Sanjay PatelModel sqrtsd as a binary operation with one source...
2015-01-26 Sanjay Patelfix line-endings; NFC
2015-01-25 Craig Topper[X86] Change comparision immediate type to i8 in test...
2015-01-25 Craig Topper[X86] Use i8 immediate for comparison type on AVX512...
2015-01-25 Elena DemikhovskyAVX-512: Changes in operations on masks registers for...
2015-01-24 Andrea Di Biagio[DAG] Fix wrong canonicalization performed on shuffle...
2015-01-23 Reid KlecknerFix assertion when C++ EH filters are present in functi...
2015-01-23 Bruno Cardoso Lopes[x86] Combine x86mmx/i64 to v2i64 conversion to use...
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-23 Craig Topper[x86] Change u8imm operands to always print as unsigned...
2015-01-22 Simon Pilgrim[X86][AVX] Added (V)MOVDDUP / (V)MOVSLDUP / (V)MOVSHDUP...
2015-01-22 Simon PilgrimLine endings fixes. NFC.
2015-01-22 Simon Pilgrim[X86][SSE] Simplified PSUBUS tests
2015-01-22 Ramkumar RamachandraIntrinsics: introduce llvm_any_ty aka ValueType Any
2015-01-22 Sanjay Patelmerge consecutive stores of extracted vector elements...
2015-01-22 Michael Kuperstein[DAGCombine] Produce better code for constant splats
2015-01-22 Michael KupersteinRevert r226811, MSVC accepts code sane compilers don't.
2015-01-22 Michael Kuperstein[DAGCombine] Produce better code for constant splats
2015-01-22 Elena DemikhovskyFixed a bug in type legalizer for masked load/store...
2015-01-22 Elena DemikhovskyFixed a bug in narrowing store operation.
2015-01-22 Reid KlecknerSEH: Finish writing the catch-all test case
2015-01-22 Reid KlecknerWin64 SEH: Emit the constant 1 for catch-all into xdata
2015-01-21 Simon Pilgrim[X86][SSE] Missing SSE/AVX1 memory folding integer...
2015-01-21 Tim NorthoverDAGCombine: fold (or (and X, M), (and X, N)) -> (and...
2015-01-21 Simon Pilgrim[X86][SSE] Added support for SSE3 lane duplication...
2015-01-21 Ahmed Bougacha[X86] Declare SSE4.1/AVX2 vector extloads covered by...
2015-01-21 Tim NorthoverRevert "DAGCombine: fold (or (and X, M), (and X, N...
2015-01-21 Tim NorthoverDAGCombine: fold (or (and X, M), (and X, N)) -> (and...
2015-01-21 Michael Kuperstein[x32] Fast ISel should use LEA64_32r instead of LEA32r...
2015-01-21 Simon Pilgrim[X86][AVX] Simplified diff between AVX1 and SSE42 fp...
2015-01-20 Simon Pilgrim[X86][SSE] Added SSE/AVX1 integer stack folding tests.
2015-01-20 Simon Pilgrim[X86][SSE] Added SSE fp stack folding tests.
2015-01-20 Simon Pilgrim[X86][AVX] Renamed AVX1 fp stack folding tests. NFC.
2015-01-20 Daniel JasperPrevent binary-tree deterioration in sparse switch...
2015-01-20 Ramkumar Ramachandra[GC] Verify-pass void vararg functions in gc.statepoint
2015-01-19 Simon Pilgrim[X86][AVX] Missing AVX1 memory folding float instructions
2015-01-19 Rafael EspindolaBring r226038 back.
2015-01-19 Michael Kuperstein[MIScheduler] Slightly better handling of constrainLoca...
2015-01-18 Simon Pilgrim[X86][SSE] Added scalar min/max folding tests. NFC.
2015-01-18 Simon Pilgrim[X86][SSE] Added float extract and xmm extract/insert...
2015-01-18 Simon Pilgrim[X86][SSE] Added scalar conversion stack folding tests...
2015-01-18 Simon PilgrimAVX1 stack folding tests. NFC.
2015-01-17 Mehdi AminiImprove DAG combine pass on certain IR vector patterns
2015-01-16 Adam Nemet[AVX512] Add intrinsics for masked aligned FP loads...
2015-01-16 Adam Nemet[AVX512] Remove trailing whitespaces in this test
2015-01-16 Andrea Di Biagio[X86][DAG] Disable target specific combine on INSERTPS...
2015-01-16 Simon Pilgrim[X86] Refactored stack memory folding tests to explicit...
2015-01-16 Timur IskhodzhanovRevert r226242 - Revert Revert Don't create new comdats...
2015-01-16 Rafael EspindolaRevert "Revert Don't create new comdats in CodeGen"
2015-01-15 Hal FinkelRevert "r226086 - Revert "r226071 - [RegisterCoalescer...
2015-01-15 Ramkumar Ramachandrastatepoint tests: use statepoint-example gc
2015-01-15 Timur IskhodzhanovRevert Don't create new comdats in CodeGen
2015-01-15 Hal FinkelRevert "r226071 - [RegisterCoalescer] Remove copies...
2015-01-15 Hal Finkel[RegisterCoalescer] Remove copies to reserved registers
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-14 Rafael EspindolaDon't create new comdats in CodeGen.
2015-01-14 Chandler Carruth[MBP] Add flags to disable the BadCFGConflict check...
2015-01-14 JF BastienRevert "Insert random noops to increase security agains...
2015-01-14 NAKAMURA TakumiDisable a couple of tests, CodeGen/X86/noop-insert...
2015-01-14 JF BastienInsert random noops to increase security against ROP...
2015-01-14 Reid KlecknerCodeGen support for x86_64 SEH catch handlers in LLVM
2015-01-13 Adam Nemet[AVX512] Add 16x32 unpck tests as well
2015-01-13 Adam NemetFix function names in tests from r225838.
2015-01-13 Adam Nemet[AVX512] Unpack support in new shuffle lowering
2015-01-13 Reid KlecknerRename llvm.recoverframeallocation to llvm.framerecover
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-12 Reid Klecknermusttail: Only set the inreg flag for fastcall and...
2015-01-12 Ahmed Bougacha[X86] Also create+widen FMIN/FMAX nodes for v2f32.
2015-01-12 Ahmed Bougacha[X86] Make SSE min/max testcases more explicit. NFC.
2015-01-11 David MajnemerRevert most of r225597
2015-01-11 David MajnemerX86: Properly decode shuffle masks when the constant...
2015-01-11 Saleem AbdulrasoolX86: teach X86TargetLowering about L,M,O constraints
2015-01-11 Chandler Carruth[x86] Remove some windows line endings that snuck into...
2015-01-10 Sanjoy DasFix PR22179.
next