80 col violation.
[oota-llvm.git] / test / CodeGen /
2006-10-06 Rafael Espindolafix some bugs affecting functions with no arguments
2006-10-06 Rafael Espindolaadd support for calling functions that have double...
2006-10-05 Rafael Espindolaimplement a ArgumentLayout class to factor code common...
2006-10-05 Andrew LenharthCheck that jump tables wind up in the rodata section
2006-10-05 Chris LattnerVerify that jump tables are emitted to the same section...
2006-10-04 Chris Lattnerpattern match min/max nodes
2006-10-03 Rafael EspindolaImplement floating point constants
2006-10-03 Chris Lattnertestcase for PR933
2006-10-02 Rafael Espindolafix the names of the 64bit fp register
2006-09-29 Rafael Espindolaadd floating point registers
2006-09-28 Chris Lattnernew testcase
2006-09-26 Chris Lattnertest that the no_dead_strip directive is emitted on...
2006-09-25 Andrew LenharthFix
2006-09-24 Andrew Lenharthbasic jump table test
2006-09-22 Nate BegemanTestcase for better rotate left and mask support
2006-09-21 Rafael Espindolamore condition codes
2006-09-21 Rafael Espindolaif a constant can't be an immediate, add it to the...
2006-09-20 Andrew Lenharthcatch another constant
2006-09-20 Chris Lattnernew testcase
2006-09-19 Rafael EspindolaImplement a MachineFunctionPass to fix the mul instruction
2006-09-14 Chris LattnerNew testcase
2006-09-13 Chris LattnerThe sense of this branch was backwards
2006-09-13 Chris Lattnernew testcase
2006-09-13 Chris LattnerNew testcase
2006-09-13 Chris Lattnernew testcase
2006-09-11 Evan ChengRename a test-not-cmp.ll to cmp-test.ll; add a test.
2006-09-10 Chris Lattneradd a testcase for this commit: lists.cs.uiuc.edu/piper...
2006-09-08 Rafael Espindolaimplement shl and sra
2006-09-08 Rafael Espindolafix select.ll to always test a select node
2006-09-08 Rafael Espindolaimplement unconditional branches
2006-09-08 Evan ChengNew test case.
2006-09-08 Evan ChengAdd a new test case for 'undef' shuffles.
2006-09-07 Chris LattnerThis fails
2006-09-07 Chris LattnerNew testcase for a switch lowering bug.
2006-09-06 Chris Lattnertestcase, ensure this never breaks.
2006-09-05 Chris Lattnermake this harder
2006-09-04 Rafael Espindolaadd support for returning 64bit values
2006-09-03 Rafael Espindolaadd the SETULT condition code
2006-09-03 Chris LattnerTestcase (distilled from crafty) that crashed the local...
2006-09-02 Rafael Espindolaadd more condition codes
2006-09-01 Evan ChengAnother "cyclic DAG" test case.
2006-08-30 Chris LattnerBugfix for recent coallescer crash
2006-08-29 Chris Lattnernew testcase for pr687
2006-08-29 Evan ChengThis is also a 32-bit only test. x86-64 would pass...
2006-08-29 Evan ChengFix test case so it passes on x86-64.
2006-08-29 Evan ChengUndo xfail.
2006-08-27 Chris LattnerMove this test from Codegen/PowerPC to CodeGen/Generic...
2006-08-26 Evan ChengImproved codegen due to Chris' live interval joining...
2006-08-25 Rafael Espindolatest case for varargs functions
2006-08-24 Rafael Espindolainitial support for branches
2006-08-22 Rafael Espindolarun llc with -march=arm in select.ll
2006-08-22 Chris LattnerThis passes.
2006-08-22 Reid SpencerUse the correct syntax.
2006-08-22 Reid SpencerAdd a simple RUN line so this doesn't always fail....
2006-08-21 Rafael Espindolainitial support for select
2006-08-21 Bill WendlingAdded a check so that if we have two machine instructio...
2006-08-18 Chris LattnerTemporarily xfail this test, evan will look at it in...
2006-08-17 Rafael Espindolaadd a "load effective address"
2006-08-17 Evan ChengAnother cyclic dag test case.
2006-08-15 Chris LattnerNew testcase
2006-08-14 Rafael Espindolaselect code like
2006-08-11 Chris LattnerNew testcase
2006-08-09 Rafael Espindolafix the spill code
2006-08-08 Rafael Espindolainitial support for variable number of arguments
2006-08-07 Evan ChengNew test case.
2006-08-04 Rafael Espindolause a 'register pressure reducing' scheduler
2006-08-03 Jim LaskeyApplying for all.
2006-08-03 Jim LaskeyMake all the schedulers continue to work.
2006-07-31 Chris LattnerNew testcase for PR850.
2006-07-30 Chris LattnerTestcase for GCC bug28417, ensuring that we don't start...
2006-07-29 Chris LattnerNew testcase for PR853
2006-07-26 Chris Lattnerallow this to pass on non-x86 machines
2006-07-25 Rafael Espindolaimplement function calling of functions with up to...
2006-07-24 Evan ChengXFAIL for now.
2006-07-20 Evan ChengNew vector shuffle test case.
2006-07-20 Evan ChengFix a broken test.
2006-07-20 Chris LattnerNew testcase for PR833
2006-07-19 Chris Lattnernew testcase
2006-07-19 Jim LaskeyRegression test for PR834.
2006-07-12 Chris LattnerTestcase for PR828.
2006-07-12 Evan ChengFix test failure on non-Apple systems.
2006-07-11 Chris LattnerNew testcase for PR825.
2006-07-11 Chris LattnerThis is fixed
2006-07-10 Evan ChengUpdate.
2006-07-10 Chris LattnerNew testcase for folding bswaps into i16/i32 loads...
2006-07-07 Evan ChengAdd a 64-bit test case.
2006-07-07 Evan ChengNew vector shuffle test case.
2006-07-07 Evan ChengUpdate
2006-07-07 Chris LattnerXfail this
2006-07-05 Evan ChengUpdate test case.
2006-07-03 Andrew LenharthLegalize does not handle this correctly
2006-06-28 Chris LattnerTestcase that crashes the ppc backend.
2006-06-18 Rafael Espindolainitial implementation of ARMRegisterInfo::eliminateFra...
2006-06-16 Chris LattnerThis test isn't implemented yet
2006-06-15 Jim LaskeyMake sure global doubles and vectors are aligned properly.
2006-06-14 Chris Lattnernew testcase, not currently working.
2006-06-13 Jim LaskeyMy original test case was bogus. Reverting to crasher...
2006-06-13 Jim LaskeyTests to make sure that ComputeMaskedBits discards...
2006-06-12 Chris LattnerNew testcase that crashes llc
2006-06-08 Chris LattnerAdd new testcase
next