Print VMOV (immediate) operands as hexadecimal values. Apple's assembler
[oota-llvm.git] / test / CodeGen /
2009-11-06 Bob WilsonPrint VMOV (immediate) operands as hexadecimal values...
2009-11-06 Bob WilsonFix a broken test.
2009-11-06 Evan ChengRemove ARMPCLabelIndex from ARMISelLowering. Use ARMFun...
2009-11-06 Eric ChristopherFix PR5315, original patch by Nicolas Capens!
2009-11-05 Dan GohmanUpdate these tests for the new label names.
2009-11-05 Bob WilsonAdd -mtriple to llc commands, attempting to fix buildbo...
2009-11-05 Bob WilsonAttempt again to fix buildbot failures: make expected...
2009-11-04 Bob WilsonAdd PowerPC codegen for indirect branches.
2009-11-04 Bob WilsonFix broken test.
2009-11-04 Bob WilsonAdd test for ARM indirectbr codegen.
2009-11-04 Evan ChengRangeIsDefinedByCopyFromReg() should check for subreg_t...
2009-11-04 Evan ChengFix test.
2009-11-03 Evan Chengfconsts / fconstd immediate should be proceeded with #.
2009-11-03 Evan ChengRe-apply 85799. It turns out my code isn't buggy.
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-11-03 Evan ChengFix PR5367. QPR_8 is the super regclass of DPR_8 and...
2009-11-03 Nate BegemanDeclare sin & cos as readonly so they match the code...
2009-11-03 Anton KorobeynikovTemporary xfail until PR5367 will be resolved
2009-11-03 Anton KorobeynikovRevert r85049, it is causing PR5367
2009-11-02 Evan ChengRevert 85799 for now. It might be breaking llvm-gcc...
2009-11-02 Evan ChengInitilize the machine LICM CSE map upon the first time...
2009-11-02 Evan ChengRemove an irrelevant and poorly reduced test case.
2009-11-02 Evan ChengUnbreak ARMBaseRegisterInfo::copyRegToReg.
2009-11-02 Anton KorobeynikovHandle splats of undefs properly. This includes the...
2009-11-02 Anton Korobeynikov64-bit FP loads & stores operate on both NEON and VFP...
2009-11-01 Evan ChengMake use of imm12 version of Thumb2 ldr / str instructi...
2009-11-01 Evan ChengFix tests.
2009-11-01 Chris Lattnerimprove x86 codegen support for blockaddress. We now...
2009-10-31 Evan ChengUse cbz and cbnz instructions.
2009-10-31 Jim Grosbachvml[as].f32 cause stalls in following advanced SIMD...
2009-10-31 Jim GrosbachConsolidate test files
2009-10-31 Jim GrosbachChange to use FileCheck
2009-10-31 Jim GrosbachMake tests more explicit about which instructions are...
2009-10-31 Jim GrosbachGrammar tweak to comments
2009-10-31 Jim GrosbachUpdate test to be more explicit about what instruction...
2009-10-31 Jim GrosbachUpdate test to be more explicit about what instruction...
2009-10-31 Jim GrosbachExpand 64-bit logical shift right inline
2009-10-31 Jim GrosbachExpand 64-bit arithmetic shift right inline
2009-10-31 Benjamin KramerForce triple; darwin's ASM syntax differs from linux's.
2009-10-31 Jim GrosbachExpand 64 bit left shift inline rather than using the...
2009-10-31 Benjamin KramerAdd missing colons for FileCheck.
2009-10-31 Jim GrosbachConvert to FileCheck
2009-10-31 Evan ChengIt's safe to remat t2LDRpci; Add PseudoSourceValue...
2009-10-31 Dan GohmanAdd a target triple so that this test behaves consisten...
2009-10-30 Dan GohmanFix the -mattr line for this test so that it passes...
2009-10-30 Dan GohmanFix MachineLICM to use the correct virtual register...
2009-10-30 Evan ChengI forgot to commit this test.
2009-10-30 Rafael EspindolaThis fixes functions like
2009-10-28 Bob WilsonReimplement BranchFolding change to avoid tail merging...
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...
next