1. Ignore the -disable-fp-elim when the routine is a leaf.
[oota-llvm.git] / test / CodeGen /
2006-11-16 Evan ChengNew test case.
2006-11-16 Chris Lattnermake this harder
2006-11-11 Chris Lattnerenable this test, check ppc64 as well.
2006-11-10 Chris Lattnernew testcase
2006-11-10 Anton KorobeynikovAdding target triple to test
2006-11-10 Chris Lattnermake this test more interesting
2006-11-10 Anton KorobeynikovFixing PR990: http://llvm.org/PR990.
2006-11-08 Chris Lattnernow that we handle single mbb loops better, one branch...
2006-11-08 Chris Lattnerpreincrement case we miss. xfail until we catch it
2006-11-07 Evan ChengNew test case.
2006-11-07 Andrew LenharthFix this test
2006-11-07 Chris Lattnerwrong bug #
2006-11-07 Chris Lattnernew testcase
2006-11-03 Chris Lattnerthis started failing due to Reid's changes in the bc...
2006-11-02 Andrew Lenhartha regression :(
2006-11-02 Chris Lattnernew testcase
2006-10-31 Chris LattnerThis test should compile down to one comparison, not...
2006-10-31 Chris Lattnernew testcase for PR882
2006-10-31 Andrew Lenharthmake one giant add and sub tester
2006-10-31 Rafael Espindolaadd support for calling functions when the caller has...
2006-10-30 Chris Lattnerfix this regtest
2006-10-29 Chris Lattnernew testcase
2006-10-28 Chris Lattnernew testcase
2006-10-27 Chris Lattnernew testcase
2006-10-27 Chris Lattnernew testcase
2006-10-27 Chris Lattnernew testcase
2006-10-27 Evan ChengAdd a new vextract test case.
2006-10-27 Reid SpencerImprove cvs ignoring of test results.
2006-10-27 Reid SpencerAdd a run line to this test.
2006-10-26 Rafael Espindolainitial support for frame pointers
2006-10-25 Evan ChengNew shuffle test case.
2006-10-25 Chris LattnerAllow this to pass on ppc
2006-10-25 Chris LattnerModernize the testcase, allow it to pass on ppc
2006-10-24 Rafael Espindolaexpand ISD::VACOPY
2006-10-24 Chris Lattnernew testcase
2006-10-23 Evan ChengUpdate test case.
2006-10-23 Rafael Espindolaimplement STRB and STRH
2006-10-23 Evan ChengFix test case.
2006-10-22 Chris Lattnernew testcase for PR964
2006-10-20 Bill WendlingChanged the pattern matching so that it will hopefully...
2006-10-19 Bill WendlingTestcase for P926
2006-10-19 Rafael Espindolaprint common symbols
2006-10-18 Rafael Espindolaadd blx
2006-10-18 Rafael Espindolaimplement CallingConv::Fast as CallingConv::C
2006-10-18 Chris Lattnernew testcase
2006-10-17 Chris Lattnernew testcase, miscompilation of llvm with itself.
2006-10-17 Rafael Espindolaexpand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREM
2006-10-17 Rafael Espindolaadd FABSS and FABSD
2006-10-17 Rafael Espindolacleanup some tests
2006-10-17 Rafael Espindolaremove extra [] in stores
2006-10-17 Chris Lattnernew testcase
2006-10-17 Rafael Espindolainitial implementation of addressing mode 5
2006-10-17 Rafael Espindolaadd the immediate to the Offset in eliminateFrameIndex
2006-10-17 Rafael Espindolaadd FSTD and FSTS
2006-10-16 Rafael Espindolaadd fdivs e fdivd
2006-10-16 Rafael Espindolaexpand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS
2006-10-16 Rafael Espindolaimplement LDRB, LDRSB, LDRH and LDRSH
2006-10-16 Rafael Espindolaimplement smull and umull
2006-10-14 Rafael Espindolafix some fp condition codes
2006-10-14 Evan ChengOne cyclic dag a day is good for ya...
2006-10-14 Chris Lattnertestcase for recent dag combiner patch. Before the...
2006-10-13 Chris Lattnertestcase for recent selectiondag patch
2006-10-13 Rafael Espindolaadd FNEGS and FNEGD
2006-10-13 Rafael Espindolaadd SBCS and SUBS
2006-10-13 Rafael Espindolaimplement calls to functions that return long
2006-10-13 Rafael Espindolaimplement unordered floating point compares
2006-10-12 Chris Lattnernew testcase
2006-10-12 Evan ChengAdd another cyclic dag test case.
2006-10-12 Evan ChengUpdate tests.
2006-10-11 Chris Lattnernew testcase
2006-10-11 Jim LaskeyExplict processor.
2006-10-11 Jim LaskeyMake sure combiner alias analysis does it's thing.
2006-10-11 Evan ChengTest case for the recently fixed FindModifiedNodeSlot...
2006-10-11 Chris Lattnernew testcase, this should turn into zap
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-11 Chris LattnerBoth of these functions should turn into cmpbge instruc...
2006-10-11 Chris Lattnernew testcase for zap generation, from the alpha readme
2006-10-10 Rafael Espindolauint <-> double conversion
2006-10-10 Rafael Espindolaadd fp sub
2006-10-10 Rafael Espindolaadd double <-> int conversion
2006-10-10 Rafael Espindolacompare doubles
2006-10-10 Rafael Espindolaadd some tests for floating point compare
2006-10-10 Evan ChengAdd test case from PR940.
2006-10-09 Evan Chengshufps with load folding is better than movaps; movsd.
2006-10-09 Rafael Espindolaadd some tests for floating point arithmetic
2006-10-09 Rafael Espindolaadd float -> double and double -> float conversion
2006-10-09 Chris Lattnerxfail this until andrew has a chance to implement the...
2006-10-09 Rafael Espindolaadd a test for adds adcs
2006-10-07 Chris Lattnernew testcase we miscompile
2006-10-07 Rafael Espindolaimplement FUITOS and FUITOD
2006-10-07 Rafael Espindolaimplement FLDD
2006-10-06 Rafael Espindolaadd support for calling functions that return double
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
next