My super-optimizer noticed that we weren't folding this expression to
[oota-llvm.git] / test /
2011-10-26 Duncan SandsMy super-optimizer noticed that we weren't folding...
2011-10-26 James MolloyRevert r142530 at least temporarily while a discussion...
2011-10-26 Evan ChengRevert part of r142530. The patch potentially hurts...
2011-10-26 Mon P WangThe bitcode reader can create an shuffle with a place...
2011-10-25 Michael J. SpencerObject: change test to create archive.
2011-10-25 Chad RosierAdd a few test cases to ensure the bitcode reader is...
2011-10-25 Chad RosierSimplify tests by not piping them through llvm-dis.
2011-10-25 Duncan SandsRestore commits 142790 and 142843 - they weren't breaki...
2011-10-25 Chandler CarruthFix the API usage in loop probability heuristics. It...
2011-10-25 Duncan SandsSpeculatively revert commits 142790 and 142843 to see...
2011-10-25 Chad RosierFix these test cases to not use .bc files. Otherwise...
2011-10-25 Jim GrosbachARM assembly parsing and encoding for VLD1 with writeback.
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-10-24 Jim GrosbachARM assembly parsing and encoding for VLD1 w/ writeback.
2011-10-24 Eli FriedmanDon't crash on variable insertelement on ARM. PR10258.
2011-10-24 Bill WendlingCheck the visibility of the global variable before...
2011-10-24 Jim GrosbachARM assembly parsing and encoding for VLD1 w/ writeback.
2011-10-24 Nick LewyckyNow that we look at all the header PHIs, we need to...
2011-10-24 Owen AndersonFix a NEON disassembly case that was broken in the...
2011-10-24 Dan GohmanRemove the explicit request for "Latency" scheduling...
2011-10-24 Dan GohmanChange the default scheduler from Latency to ILP, since...
2011-10-24 Jim GrosbachUpdate test for r142801.
2011-10-24 Benjamin KramerXFAIL test on leak checkers.
2011-10-24 Chandler CarruthRemove return heuristics from the static branch probabi...
2011-10-24 Nick LewyckyReapply r142781 with fix. Original message:
2011-10-24 Nick LewyckyA dead malloc, a free(NULL) and a free(undef) are all...
2011-10-24 Nick LewyckySpeculatively revert r142781. Bots are showing
2011-10-23 Nick LewyckyEnhance SCEV's brute force loop analysis to handle...
2011-10-23 Craig TopperAdd X86 SARX, SHRX, and SHLX instructions.
2011-10-23 Chandler CarruthTeach the BranchProbabilityInfo pass to print its resul...
2011-10-23 Chandler CarruthCompletely re-write the algorithm behind MachineBlockPl...
2011-10-23 Craig TopperAdd X86 RORX instruction
2011-10-23 Cameron ZwarichThe element insertion code in scalar replacement doesn...
2011-10-23 Craig TopperAdd X86 MULX instruction for disassembler.
2011-10-22 Nick LewyckyOops! Fix test I forgot to submit as part of r142735.
2011-10-22 Nick LewyckyA non-escaping malloc in the entry block is not unlike...
2011-10-22 Nick LewyckyMake SCEV's brute force analysis stronger in two ways...
2011-10-22 Nadav RotemFix pr11193.
2011-10-21 Jim GrosbachAssembly parsing for 4-register sequential variant...
2011-10-21 Jim GrosbachAssembly parsing for 2-register sequential variant...
2011-10-21 Eli FriedmanRemap blockaddress correctly when inlining a function...
2011-10-21 Jim GrosbachAssembly parsing for 4-register variant of VLD1.
2011-10-21 Jim GrosbachAssembly parsing for 3-register variant of VLD1.
2011-10-21 Eli FriedmanExtend instcombine's shufflevector simplification to...
2011-10-21 Jim GrosbachARM VLD parsing and encoding.
2011-10-21 Nadav RotemFix pr11194. When promoting and splitting integers...
2011-10-21 Chandler CarruthDon't hard code the desired alignment for loops --...
2011-10-21 Nadav Rotem1. Fix the widening of SETCC in WidenVecOp_SETCC. Use...
2011-10-21 Chandler CarruthAdd loop aligning to MachineBlockPlacement based on...
2011-10-21 Chandler CarruthAdd a very basic test for MachineBlockPlacement. This...
2011-10-21 Craig TopperRemove intrinsics for X86 BLSI, BLSMSK, and BLSR intrin...
2011-10-20 Owen AndersonRevert r142618, r142622, and r142624, which were based...
2011-10-20 Owen AndersonFix decoding tests for fixed MSR encodings.
2011-10-20 Owen AndersonFix tests for corrected MSR encodings.
2011-10-20 Jim GrosbachARM VLD1/VST1 (one register, no writeback) assembly...
2011-10-20 Jim GrosbachTidy up formatting.
2011-10-20 Jim GrosbachARM VTBX (one register) assembly parsing and encoding.
2011-10-20 Eli FriedmanRefactor code from inlining and globalopt that checks...
2011-10-20 Nick Lewycky"@string = constant i8 0" is a value i8* string of...
2011-10-20 Chad RosierRevert 142337. Thumb1 still doesn't support dynamic...
2011-10-19 Evan ChengFix TLS lowering bug. The CopyFromReg must be glued...
2011-10-19 Nadav RotemImprove code generation for vselect on SSE2:
2011-10-19 Rafael EspindolaFix parsing of a line with only a # in it.
2011-10-19 James MolloyUse literal pool loads instead of MOVW/MOVT for materia...
2011-10-19 David GreeneAdd Paste Test
2011-10-19 David GreeneAdd NAME Member
2011-10-19 Chandler CarruthGeneralize the reading of probability metadata to work...
2011-10-19 Chandler CarruthTeach the BranchProbabilityInfo analysis pass to read...
2011-10-19 Chandler CarruthAdd pass printing support to BlockFrequencyInfo pass...
2011-10-19 Nadav RotemAdd support for the vector-widening of vselect and...
2011-10-19 Craig TopperRename PEXTR to PEXT. Add intrinsics for BMI instructions.
2011-10-18 Lang HamesAdded testcase for <rdar://problem/10215997>
2011-10-18 Nadav RotemAdd additional element-promotion tests.
2011-10-18 Nadav RotemFix a bug in the legalization of vector anyext-load...
2011-10-18 Jim GrosbachTidy up formatting.
2011-10-18 Jim GrosbachTidy up formatting.
2011-10-18 Jim GrosbachEnable more encoded immediate tests.
2011-10-18 Jim GrosbachMore vmov lane testcases.
2011-10-18 Jim GrosbachARM vmla/vmls assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachARM vmov assembly parsing for the lane index operand.
2011-10-18 Michael J. Spencerllvm-objdump: Add static symbol table dumping.
2011-10-18 Jim GrosbachARM vmla/vmls assembly parsing for the lane index operand.
2011-10-18 Owen AndersonAnother failing encoding.
2011-10-18 Jim GrosbachFix NEON mul encoding tests. Wrong file contents previo...
2011-10-18 Jim GrosbachARM vqdmulh assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachRemove duplicate test.
2011-10-18 Jim GrosbachTidy up formatting.
2011-10-18 Jim GrosbachARM vmul assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachTidy up.
2011-10-18 Owen AndersonAdd a few more testcases.
2011-10-18 Owen AndersonAdd several FIXME cases for ARM encodings.
2011-10-18 Bob WilsonFix incorrect check for sign-extended constant BUILD_VE...
2011-10-18 Bob WilsonFix a DAG combiner assertion failure when constant...
2011-10-18 Jim GrosbachTests for 142365.
2011-10-18 Jim GrosbachTidy up formatting.
2011-10-18 Jim GrosbachARM assembly parsing and encoding for VMOV.i64.
2011-10-18 Justin HolewinskiPTX: Fix disabling of MAD instruction selection
2011-10-18 Chad RosierAdd support for dynamic stack realignment when in thumb...
2011-10-18 Jim GrosbachARM assembly parsing and encoding for VMOV/VMVN/VORR...
next