The logic for breaking the CFG in the presence of hot successors didn't
[oota-llvm.git] / test /
2011-11-20 Chandler CarruthThe logic for breaking the CFG in the presence of hot...
2011-11-20 Benjamin KramerXFAIL this test until I figure out what indvars is...
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 Andrew TrickFix a corner case in updating LoopInfo after fully...
2011-11-18 Nadav RotemAdd AVX2 vpbroadcast support
2011-11-18 Kostya Serebryany[asan] workaround for reg alloc bug 11395: don't instru...
2011-11-17 Devang PatelDISubrange supports unsigned lower/upper array bounds...
2011-11-17 Andrew TrickFix an overly general check in SimplifyIndvar to handle...
2011-11-17 Kostya Serebryanyfall back to explicit list of allowed linkages when...
2011-11-17 Chad RosierWhen fast iseling a GEP, accumulate the offset rather...
2011-11-17 Eli FriedmanAdd support for custom names for library functions...
2011-11-16 Daniel Dunbarbuild/make/test: Get rid of unused BUGPOINT_TOPTS variable.
2011-11-16 Eli FriedmanMake sure to replace the chain properly when DAGCombini...
2011-11-16 Jim GrosbachRemove obsolete test.
2011-11-16 Jim GrosbachGeneralize the fixup info for ARM mode.
2011-11-16 Jim GrosbachUpdate test for r144842.
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 Nick LewyckyFix typo in test.
2011-11-16 Nick LewyckyMerge isObjectPointerWithTrustworthySize with getPointe...
2011-11-16 Eli FriedmanFix testcase.
2011-11-16 Eli FriedmanCONCAT_VECTORS can have more than two operands. PR11389.
2011-11-16 Kostya SerebryanyAddressSanitizer, first commit (compiler module only)
2011-11-16 Andrew TrickFix SCEV overly optimistic back edge taken count for...
2011-11-15 Jim GrosbachARM assembly parsing for register range syntax for...
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 Jim GrosbachARM assembly parsing two operand forms for shift instru...
2011-11-15 Pete CooperAdded custom lowering for load->dec->store sequence...
2011-11-15 Jim GrosbachARM alternate size suffices for VTRN instructions.
2011-11-15 Jim GrosbachARM assembly parsing for optional datatype suffix on...
2011-11-15 Jim GrosbachARM assembly parsing for two-operand form of 'mul'...
2011-11-15 Jim GrosbachARM assembly parsing for two-operand form of 'mul'...
2011-11-15 Jim GrosbachTestcase for r144684.
2011-11-15 Owen AndersonFix an ambiguous decoding where we failed to properly...
2011-11-15 Jim GrosbachThumb2 assembly parsing for mul.w in IT block fix.
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 Evan ChengAdd vmov.f32 to materialize f32 immediate splats which...
2011-11-15 Jakob Stoklund OlesenBreak false dependencies before partial register updates.
2011-11-14 Jim GrosbachARM parsing datatype suffix variants for non-writeback...
2011-11-14 Jim GrosbachARM parsing datatype suffix variants for non-writeback...
2011-11-14 Jim GrosbachARM parsing optional datatype suffix for VAND/VEOR...
2011-11-14 Jim GrosbachARM VLDR/VSTR instructions don't need a size suffix.
2011-11-14 Nick LewyckyRefactor capture tracking (which already had a couple...
2011-11-14 Chad RosierAdd newline to end of file. Thanks, Eli.
2011-11-14 Chad RosierAdd support for inlining small memcpys.
2011-11-14 Chad RosierFix a performance regression from r144565. Positive...
2011-11-14 Evan ChengAdd a missing pattern for X86ISD::MOVLPD. rdar://10436044
2011-11-14 Chad RosierAdd support for Thumb load/stores with negative offsets.
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 Jakob Stoklund OlesenFix early-clobber handling in shrinkToUses.
2011-11-14 Jakob Stoklund OlesenDelete stale comment.
2011-11-14 Chandler CarruthFix an overflow bug in MachineBranchProbabilityInfo...
2011-11-14 Chad RosierAdd support for ARM halfword load/stores and signed...
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 Chad RosierThe order in which the predicate is added differs betwe...
2011-11-13 Chad RosierTemporarily disable SelectIntrinsicCall when in ARM...
2011-11-13 Chad RosierAdd support for emitting both signed- and zero-extend...
2011-11-13 Jakob Stoklund OlesenRemove the -color-ss-with-regs option.
2011-11-12 Jakob Stoklund OlesenDelete the 'standard' spiller with used the old spillin...
2011-11-12 Jakob Stoklund OlesenRemove histogram tests.
2011-11-12 Jakob Stoklund OlesenRAGreedy is better about hinting now.
2011-11-12 Jakob Stoklund OlesenLinear scan is going away.
2011-11-12 Jakob Stoklund OlesenXFAIL test that depends on linear scan to remove dead...
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 OlesenSwitch a few tests off linearscan.
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-12 Nick LewyckyDon't try to loop on iterators that are potentially...
2011-11-12 Eli FriedmanMake sure scalarrepl picks the correct alloca when...
2011-11-12 Rafael EspindolaThe dwarf standard says that the only differences betwe...
2011-11-12 Eli FriedmanDon't try to form pre/post-indexed loads/stores until...
2011-11-11 Jim GrosbachARM optional size suffix for VLDR/VSTR syntax.
2011-11-11 Chad RosierAdd support in fast-isel for selecting memset/memcpy...
2011-11-11 Chad RosierLoosen test by using REs. Approved by Devang.
2011-11-11 Andrew TrickPreserve MachineMemOperands in ARMLoadStoreOptimizer.
2011-11-11 Jim GrosbachARM allow Q registers in vldm/vstm register lists.
2011-11-11 Devang PatelMove X86 specific test in X86 directory.
2011-11-11 Devang PatelMove X86 specific test in X86 directory.
2011-11-11 Dan Baileyallow non-device function calls in PTX when natively...
2011-11-11 Craig TopperAdd lowering for AVX2 shift instructions.
2011-11-11 Chad RosierAdd support for using immediates with select instructions.
2011-11-11 Eli FriedmanMake sure to expand SIGN_EXTEND_INREG for NEON vectors...
next