'static const void *X = &&y' can only be put in the
[oota-llvm.git] / test / CodeGen /
2009-10-28 Dan GohmanTeach MachineLICM to unfold loads from constant memory...
2009-10-28 Evan ChengUse fconsts and fconstd to materialize small fp constants.
2009-10-28 Dan GohmanMark dead physregdefs dead immediately. This helps...
2009-10-28 Dan GohmanAllow constants of different types to share constant...
2009-10-27 Rafael EspindolaAdd missing testcase.
2009-10-27 Bob WilsonFix Thumb2 failures by converting them to FileCheck.
2009-10-27 Bob WilsonFix the rest of the ARM failures by converting them...
2009-10-27 Bob WilsonFix some more failures by converting to FileCheck.
2009-10-27 Bob WilsonConvert to FileCheck, fixing failure due to tab change...
2009-10-26 David GoodwinBreak anti-dependence breaking out into its own class.
2009-10-26 Dan GohmanMake LSR's OptimizeShadowIV ignore induction variables...
2009-10-26 Evan Cheng- Revert some changes from 85044, 85045, and 85047...
2009-10-25 Chris Lattnerfix PR5295 where the .ll parser didn't reject a functio...
2009-10-25 Evan ChengAdd a couple of ARM cross-rc coalescing tests.
2009-10-25 Evan ChengUpdate tests.
2009-10-23 Dan GohmanAPInt-ify the gep scaling code, so that it correctly...
2009-10-23 Evan ChengUpdate tests for 84931.
2009-10-22 David GoodwinAllow the target to select the level of anti-dependence...
2009-10-22 Bob WilsonRevert 84843. Evan, this was breaking some of the...
2009-10-22 Evan ChengMove if-conversion before post-regalloc scheduling...
2009-10-22 Evan ChengDon't generate sbfx / ubfx with negative lsb field...
2009-10-22 Anton KorobeynikovUse special DAG-to-DAG preprocessing to allow mem-mem...
2009-10-22 Dan GohmanRevert the main portion of r31856. It was causing Branc...
2009-10-21 Jim GrosbachImprove handling of immediates by splitting 32-bit...
2009-10-21 Anton KorobeynikovAdd DAG printing for RMW stuff debugging
2009-10-21 Anton KorobeynikovRMW preprocessing stuff was incorrect. Grab the stuff...
2009-10-21 Evan ChengMatch more patterns to movt.
2009-10-21 Dan GohmanRevert r84658 and r84691. They were causing llvm-gcc...
2009-10-21 Anton KorobeynikovAdd reg-imm tests
2009-10-20 Anton KorobeynikovFix invalid for vector types fneg(bitconvert(x)) =...
2009-10-20 David GoodwinCheckpoint more aggressive anti-dependency breaking...
2009-10-20 Dan GohmanMake TranslateX86CC return COND_INVALID instead of...
2009-10-20 Dan GohmanRe-apply r84295, with fixes to how the loop "top" and...
2009-10-20 Evan ChengIf the physical register being spilled does not have...
2009-10-19 Jim GrosbachEnable allocation of R3 in Thumb1
2009-10-19 Chris Lattnerconvert to filecheck syntax and make a lot more aggressive.
2009-10-19 Anton KorobeynikovRevert r84295, this unbreaks llvm-gcc bootstrap on...
2009-10-19 Chris Lattnerrename test
2009-10-19 Torok EdwinFix PR5247, "lock addq" pattern (and other atomics...
2009-10-19 Daniel DunbarTeach lit that the .c files in 'test/CodeGen/CellSPU...
2009-10-19 Nate BegemanAdd support for matching shuffle patterns with palignr.
2009-10-18 Evan ChengTurn on post-alloc scheduling for x86.
2009-10-17 Dan GohmanEnhance CodePlacementOpt's unconditional intra-loop...
2009-10-16 Mon P WangUpdate tests to use FileCheck
2009-10-16 Mon P WangAdd test case for r84279
2009-10-16 Dan GohmanMove zext and sext casts fed by loads into the same...
2009-10-16 Evan ChengEnable post-alloc scheduling for all ARM variants excep...
2009-10-15 Sandeep PatelBranches must be the last instruction in a Thumb2 IT...
2009-10-15 Sanjiv GuptaRe-apply 84180 with the fixed test case.
2009-10-15 Jakob Stoklund OlesenMove Blackfin intrinsics into the Target/Blackfin direc...
2009-10-15 Dan GohmanMake CodePlacementOpt align loops, rather than loop...
2009-10-14 Evan ChengWhen LiveVariables is adding implicit-def to model...
2009-10-14 Dan GohmanFix this test to account for a movl $0 being emitted...
2009-10-13 Bob WilsonRevise ARM inline assembly memory operands to require...
2009-10-13 Sandeep PatelAdd ARMv6T2 SBFX/UBFX instructions. Approved by Anton...
2009-10-12 Dan GohmanDon't forget to mark RAX as live-out of the function...
2009-10-12 Benjamin KramerEliminate some redundant llvm-as calls.
2009-10-11 Anton KorobeynikovAdd missed mem-mem move patterns
2009-10-11 Anton KorobeynikovAdd MSP430 mem-mem insts support. Patch by Brian Lucas...
2009-10-11 Anton KorobeynikovAdd bunch of MSP430 'feature' tests. Patch by Brian...
2009-10-11 Anton KorobeynikovImplement 'm' memory operand properly
2009-10-10 Anton KorobeynikovIt seems that OR operation does not affect status reg...
2009-10-09 Dan GohmanUpdate this test; the code is the same but it gets...
2009-10-09 Dan GohmanFix the x86 test-shrink optimization so that it doesn...
2009-10-09 Bob WilsonMerge a bunch of NEON tests into larger files so they...
2009-10-09 Bob WilsonConvert some ARM tests with lots of greps to use FileCheck.
2009-10-09 Evan ChengFix a logic error that caused non-rematable loop invari...
2009-10-09 Bob WilsonCommit one last NEON test to use FileCheck. That's...
2009-10-09 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-09 Evan ChengReset kill markers after live interval is reconstructed.
2009-10-09 Bob WilsonAdd codegen support for NEON vst4lane intrinsics with...
2009-10-08 Bob WilsonAdd codegen support for NEON vst3lane intrinsics with...
2009-10-08 Bob WilsonAdd codegen support for NEON vst2lane intrinsics with...
2009-10-08 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-08 Bob WilsonAdd codegen support for NEON vld4lane intrinsics with...
2009-10-08 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-08 Bob WilsonAdd codegen support for NEON vld3lane intrinsics with...
2009-10-08 Anton KorobeynikovUse lower16 / upper16 imm modifiers to asmprint 32...
2009-10-08 Bob WilsonAdd codegen support for NEON vld2lane intrinsics with...
2009-10-08 Richard OsborneAdd some peepholes for signed comparisons using ashr...
2009-10-08 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-08 Bob WilsonAdd codegen support for NEON vst4 intrinsics with ...
2009-10-08 Bob WilsonAdd codegen support for NEON vst3 intrinsics with ...
2009-10-08 Bob WilsonAdd codegen support for NEON vst2 intrinsics with ...
2009-10-07 Bob WilsonAdd codegen support for NEON vld4 intrinsics with ...
2009-10-07 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-07 Bob WilsonAdd codegen support for NEON vld3 intrinsics with ...
2009-10-07 Bob WilsonAdd codegen support for NEON vld2 intrinsics with ...
2009-10-07 Dale JohannesenFix handling of x86 'R' constraint.
2009-10-07 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-07 Bob WilsonConvert test to FileCheck.
2009-10-07 Bob WilsonAdd codegen support for NEON vst4 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vst3 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vst2 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vld4 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vld3 intrinsics with 128...
2009-10-07 Bob WilsonAdd tests for vld2 of 128-bit vectors.
2009-10-06 Bob WilsonUpdate NEON struct names to match llvm-gcc changes.
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-02 Evan ChengFix tests.
next