Relax an invariant that block placement was trying to assert a bit
[oota-llvm.git] / test / CodeGen / X86 /
2011-11-23 Chandler CarruthRelax an invariant that block placement was trying...
2011-11-23 Elena DemikhovskyI added several lines in X86 code generator that allow...
2011-11-23 Chandler CarruthHandle the case of a no-return invoke correctly. It...
2011-11-23 Bob WilsonEnable stack protectors for all arrays, not just char...
2011-11-23 Jakob Stoklund OlesenFix PR11422.
2011-11-23 Chandler CarruthFix a crash in block placement due to an inner loop...
2011-11-22 Chandler CarruthFix a devilish miscompile exposed by block placement...
2011-11-22 Rafael EspindolaAdd triple to the test.
2011-11-22 Rafael EspindolaIf a register is both an early clobber and part of...
2011-11-21 Craig TopperLowering for v32i8 to VPUNPCKLBW/VPUNPCKHBW when AVX2...
2011-11-21 Craig TopperTest case for r145026
2011-11-21 Craig TopperMake LowerSIGN_EXTEND_INREG split 256-bit vectors when...
2011-11-20 NAKAMURA Takumitest/CodeGen/X86/block-placement.ll: Relax expressions...
2011-11-20 Chandler CarruthThe logic for breaking the CFG in the presence of hot...
2011-11-20 Chandler CarruthAdd some comments to the latest test case I added here...
2011-11-20 Craig TopperAdd code for lowering v32i8 shifts by a splat to AVX2...
2011-11-19 Craig TopperUse 256-bit vcmpeqd for creating an all ones vector...
2011-11-19 Chandler CarruthMove the handling of unanalyzable branches out of the...
2011-11-19 Craig TopperTest cases for SSSE3/AVX integer horizontal add/sub.
2011-11-19 Craig TopperExtend VPBLENDVB and VPSIGN lowering to work for AVX2.
2011-11-18 Nadav RotemAdd AVX2 vpbroadcast support
2011-11-17 Devang PatelDISubrange supports unsigned lower/upper array bounds...
2011-11-16 Eli FriedmanMake sure to replace the chain properly when DAGCombini...
2011-11-16 Evan ChengAnother missing X86ISD::MOVLPD pattern. rdar://10450317
2011-11-16 Evan ChengDisable expensive two-address optimizations at -O0...
2011-11-16 Eli FriedmanFix testcase.
2011-11-16 Eli FriedmanCONCAT_VECTORS can have more than two operands. PR11389.
2011-11-15 Nadav RotemAVX: Add support for vbroadcast from BUILD_VECTOR and...
2011-11-15 NAKAMURA Takumitest/CodeGen/X86/dec-eflags-lower.ll: Relax expression...
2011-11-15 Pete CooperAdded custom lowering for load->dec->store sequence...
2011-11-15 Rafael EspindolaWe currently use a callback to handle an IL pass deleti...
2011-11-15 Jakob Stoklund OlesenRevert r144611 and r144613.
2011-11-15 Chandler CarruthRather than trying to use the loop block sequence ...
2011-11-15 Craig TopperProperly qualify AVX2 specific parts of execution depen...
2011-11-15 Jakob Stoklund OlesenReally fix test.
2011-11-15 Jakob Stoklund OlesenAllow for depencendy-breaking instructions before cvt*.
2011-11-15 Jakob Stoklund OlesenBreak false dependencies before partial register updates.
2011-11-14 Evan ChengAdd a missing pattern for X86ISD::MOVLPD. rdar://10436044
2011-11-14 Evan ChengTeach two-address pass to re-schedule two-address instr...
2011-11-14 Pete CooperChanged SSE4/AVX <2 x i64> extract and insert ops to...
2011-11-14 Chandler CarruthFix an overflow bug in MachineBranchProbabilityInfo...
2011-11-14 Chandler CarruthTeach machine block placement to cope with unnatural...
2011-11-13 Chandler CarruthRewrite #3 of machine block placement. This is based...
2011-11-13 Jakob Stoklund OlesenRemove the -color-ss-with-regs option.
2011-11-12 Jakob Stoklund OlesenLinear scan is going away.
2011-11-12 Jakob Stoklund OlesenRemove obsolete test.
2011-11-12 Jakob Stoklund OlesenRemove obsolete test.
2011-11-12 Jakob Stoklund OlesenRemove obsolete test.
2011-11-12 Jakob Stoklund OlesenEliminate more linear scan tests.
2011-11-12 Jakob Stoklund OlesenSwitch a couple -O0 tests to RABasic.
2011-11-12 Jakob Stoklund OlesenDelete old test of a VirtRegRewriter feature.
2011-11-12 Jakob Stoklund OlesenRemove old test that doesn't make sense.
2011-11-12 Craig TopperAdd more AVX2 shift lowering support. Move AVX2 variabl...
2011-11-11 Craig TopperAdd lowering for AVX2 shift instructions.
2011-11-10 NAKAMURA Takumitest/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease...
2011-11-10 Evan ChengUse a bigger hammer to fix PR11314 by disabling the...
2011-11-10 Jakob Stoklund OlesenStrip old implicit operands after foldMemoryOperand.
2011-11-09 Nadav RotemAVX2: Add patterns for variable shift operations
2011-11-09 Duncan SandsSpeculatively revert commit 144124 (djg) in the hope...
2011-11-09 Nadav RotemAdd AVX2 support for vselect of v32i8
2011-11-09 Craig TopperEnable execution dependency fix pass for YMM registers...
2011-11-09 Craig TopperAdd instruction selection for AVX2 integer comparisons.
2011-11-09 Craig TopperAdd AVX2 instruction lowering for add, sub, and mul.
2011-11-09 Jakob Stoklund OlesenCollapse DomainValues across loop back-edges.
2011-11-08 Dan GohmanAdd a hack to the scheduler to disable pseudo-two-addre...
2011-11-08 Pete CooperAdding test for machine-licm operating on invariant...
2011-11-08 NAKAMURA Takumitest/CodeGen/X86/vec_shuffle-39.ll: Add explicit -mtrip...
2011-11-08 NAKAMURA Takumitest/CodeGen/X86/vec_shuffle-38.ll: Relax expression...
2011-11-08 NAKAMURA Takumitest/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple...
2011-11-08 Eli FriedmanAdd a bunch of calls to RemoveDeadNode in LegalizeDAG...
2011-11-08 Evan ChengAdd x86 isel logic and patterns to match movlps from...
2011-11-08 Bill WendlingConvert to the new EH model.
2011-11-08 Bill WendlingConvert tests to the new EH model.
2011-11-08 Pete CooperAdded missing newline
2011-11-07 Eli FriedmanRevert r144034 while I try to track down a crash.
2011-11-07 Jakob Stoklund OlesenFix test for Windows as well.
2011-11-07 Jakob Stoklund OlesenKill and collapse outstanding DomainValues.
2011-11-07 Pete CooperInstCombine now optimizes vector udiv by power of 2...
2011-11-07 Eli FriedmanAdd a bunch of calls to RemoveDeadNode in LegalizeDAG...
2011-11-07 Jakob Stoklund OlesenFix test for Linux.
2011-11-07 Jakob Stoklund OlesenExpand V_SET0 to xorps by default.
2011-11-07 Craig TopperAdd AVX2 variable shift instructions and intrinsics.
2011-11-07 Craig TopperAdd AVX2 VPMOVMASK instructions and intrinsics.
2011-11-07 Craig TopperAdd AVX2 VEXTRACTI128 and VINSERTI128 instructions...
2011-11-06 Craig TopperMore AVX2 instructions and their intrinsics.
2011-11-06 Craig TopperAdd more AVX2 instructions and intrinsics.
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-11-04 Eli FriedmanEnhanced vzeroupper insertion pass that avoids insertin...
2011-11-04 Craig TopperAdd intrinsics for X86 vcvtps2ph and vcvtph2ps instructions
2011-11-03 Dan GohmanReapply r143206, with fixes. Disallow physical register...
2011-11-03 Pete CooperReverted r143600 - selector reference change
2011-11-03 Craig TopperAdd new X86 AVX2 VBROADCAST instructions.
2011-11-03 Pete CooperTreat objc selector reference globals as invariant...
2011-11-02 Nick LewyckyDon't emit a directory entry for the value in DW_AT_com...
2011-11-02 Craig TopperMore AVX2 instructions and intrinsics.
2011-11-02 Craig TopperAdd a bunch more X86 AVX2 instructions and their corres...
2011-11-01 Eli FriedmanTeach the x86 backend a couple tricks for dealing with...
2011-11-01 Craig TopperFix operand type for x86 pmadd_ub_sw intrinsic.
2011-10-31 Craig TopperFix operand type for int_x86_ssse3_phadd_sw_128 intrinsic
2011-10-31 Craig TopperTest case for X86 FS/GS Base intrinsics
next