Fixing a typo in configure.ac.
[oota-llvm.git] / test / CodeGen /
2007-07-19 Bill WendlingDon't need the "&&" to glue lines together.
2007-07-19 Bill WendlingTestcase for PR1549
2007-07-18 Evan ChengNew test.
2007-07-18 Dan GohmanImplement initial memory alignment awareness for SSE...
2007-07-18 Dan GohmanIt's not necessary to do rounding for alloca operations...
2007-07-17 Evan ChengFix test.
2007-07-17 Tanya LattnerDon't use * in XFAIL line unless you want it to XFAIL...
2007-07-17 Gabor GreifXFAIL these on sparc-solaris
2007-07-17 Evan ChengUse push / pop for prologues and epilogues.
2007-07-17 Reid SpencerFor PR1558:
2007-07-16 Reid SpencerRemove insignificant test no longer needed.
2007-07-16 Dan GohmanRemove the trailing semicolon from function declaration...
2007-07-13 Evan ChengAdded test case from PR1540.
2007-07-13 Dale JohannesenSkeleton of post-RA scheduler; doesn't do anything...
2007-07-13 Gabor Greifthese tests do not need a triple on Solaris. Thanks...
2007-07-12 Gabor Greiffix the remaining 3 testcases that missed a target...
2007-07-11 Lauro Ramos VenancioHandle packed structs in the CBackend.
2007-07-11 Evan ChengAdd test case for PR1545.
2007-07-10 Dan GohmanChange the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR...
2007-07-10 Dan GohmanAdd a regression test for folding spill code into scala...
2007-07-09 Dan GohmanChange getCopyToParts and getCopyFromParts to always...
2007-07-09 Chris Lattnerforce a cpu without SSE
2007-07-09 Chris Lattnerallow this to work on ppc-darwin
2007-07-09 Chris Lattnerremove this bogus t-t
2007-07-09 Chris Lattneradd target triple to fix PR1546
2007-07-09 Dan GohmanAdd explicit triples to these tests so that llc behaves...
2007-07-06 Dan GohmanAdd an explicit triple to the big-endian tests so that...
2007-07-06 Duncan SandsTest that byte offsets are used to index into the list
2007-07-05 Evan ChengFix test.
2007-07-05 Chris Lattneravoid ambiguity in target selection
2007-07-05 Dan GohmanAdd a parameter to getCopyToParts and getCopyFromParts...
2007-07-04 Bill WendlingAllow a GR64 to be moved into an MMX register via the...
2007-07-03 Dale JohannesenNew testcases for rev 37847 (PR's 1489 and 1505).
2007-07-02 Dan GohmanAdd a basic test-case for passing and returning <4...
2007-07-02 Dan GohmanNew test case. DAGCombiner should be able to fold ...
2007-06-29 Evan ChengNew test.
2007-06-29 Evan ChengNew test.
2007-06-29 John CriswellConvert .cvsignore files
2007-06-29 Evan ChengNew test.
2007-06-29 Evan ChengNew tests.
2007-06-29 Dan GohmanFix an assertion failure in legalizing bitcast operator...
2007-06-21 Evan ChengFix tests.
2007-06-21 Evan ChengNew tests.
2007-06-20 Evan ChengAdded some if-conversion tests.
2007-06-19 Evan ChengNew test case: identity operation of RHS / LHS of a...
2007-06-17 Chris Lattnerensure we don't regress on these tests. We generate...
2007-06-16 Bill WendlingXFAILing until I can fix properly.
2007-06-16 Bill WendlingTestcase for MMX int to MMX register failure.
2007-06-15 Chris Lattnermake this test harder, include a tied register.
2007-06-15 Duncan SandsWorkaround for PR1508.
2007-06-14 Dale JohannesenDo not treat FP_REG_KILL as terminator in branch analys...
2007-06-06 Duncan Sands"Simplified" testcase for PR1422.
2007-06-06 Chris Lattnernew testcase for PR1495
2007-06-05 Evan ChengNew test.
2007-06-04 Dale JohannesenTail merging wasn't working for predecessors of landing...
2007-06-01 Dale JohannesenImplement smarter algorithm for choosing which blocks...
2007-05-31 Lauro Ramos VenancioAdd a test for PR1424.
2007-05-30 Chris Lattnernew testcase for PR1473
2007-05-24 Evan ChengAdd a new test case.
2007-05-23 Dale Johannesentail merging shrinks this code a bit. Could do more...
2007-05-22 Dale Johannesennew testcases for -enable-tail-merge default handling
2007-05-22 Dale JohannesenTest assumes tail merging is off; this must now be...
2007-05-21 Evan ChengAdd test for PR1259.
2007-05-19 Chris Lattneradd source
2007-05-19 Chris Lattnernew testcase
2007-05-19 Chris Lattnernew testcase
2007-05-17 Evan ChengNew test case.
2007-05-17 Chris Lattneradd testcase for 128-bit add/sub
2007-05-17 Chris Lattnertestcase for PR1427
2007-05-16 Chris Lattnertestcase for maskmovq
2007-05-15 Lauro Ramos VenancioFix an infinite recursion in GetNegatedExpression.
2007-05-15 Chris Lattnernew testcase that crashes llc
2007-05-15 Chris Lattnertestcase that crashes llc
2007-05-14 Chris Lattnernew testcase
2007-05-14 Evan ChengTest for PR1406.
2007-05-14 Evan ChengNew test.
2007-05-14 Evan ChengDoh. .cpp -> .ll
2007-05-14 Lauro Ramos VenancioEnable aliases on arm-linux.
2007-05-14 Reid SpencerReverse last patch .. premature. Depends on uncommitted...
2007-05-14 Reid SpencerUpdate this test to match the (corrected) output from...
2007-05-10 Dale JohannesenAnother test for tail mergeing
2007-05-09 Evan ChengCan't fold bit_convert into truncating store.
2007-05-09 Anton KorobeynikovDo not assert, when case range split metric is zero...
2007-05-09 Evan ChengPR1399 test case.
2007-05-08 Dale Johannesentestcase for CodeGenPrepare bug fixed yesterday
2007-05-08 Chris Lattnermove this out of Codegen/Generic, because it requires...
2007-05-08 Chris Lattnermove to CodeGen/ARM/2007-05-07-tailmerge-1.ll
2007-05-07 Evan ChengFix tests.
2007-05-07 Evan ChengAdd some tests for (conv (load x)) -> (load (conv*...
2007-05-07 Evan ChengFix test case.
2007-05-07 Dale JohannesenHandle some non-exit blocks in tail merging.
2007-05-07 Duncan SandsTestcase for PR1398.
2007-05-05 Lauro Ramos VenancioFix PR1390.
2007-05-05 Chris Lattnerthe sparc v8 backend handles this correctly
2007-05-05 Chris Lattnerremove this xfail'd test, move it to the X86 readme.
2007-05-05 Chris LattnerWe need support for tail calls, this is moved to PR1392
2007-05-05 Chris Lattnerremove xfailed testcase (attached to pr)
2007-05-05 Chris Lattnerunxfail this, llc doesn't support this feature yet...
2007-05-05 Duncan SandsCheck that the right eh personality function is used.
2007-05-05 Chris Lattnernew testcase for PR1371
next