rename C files to end with .c
[oota-llvm.git] / test /
2007-06-09 Chris Lattnerrename C files to end with .c
2007-06-07 Duncan SandsMake the struct bigger, in an attempt to get a "struct...
2007-06-07 Duncan SandsMake this test pass if llvm-g++ was built without excep...
2007-06-06 Tanya LattnerInstruct the inliner to obey the noinline attribute...
2007-06-06 Tanya LattnerReally use attribute.
2007-06-06 Tanya LattnerTest case for noinline attribute.
2007-06-06 Tanya LattnerRevert changes for noinline.
2007-06-06 Lauro Ramos VenancioAdd a test for PR1499.
2007-06-06 Duncan Sands"Simplified" testcase for PR1422.
2007-06-06 Tanya LattnerIgnore llvm.noinline
2007-06-06 Nick Lewyckynew testcase for PR1487
2007-06-06 Chris Lattnernew testcase for PR1495
2007-06-05 Devang PatelNew test.
2007-06-05 Zhou ShengCommit first round work of PR1373. "noalias" is now...
2007-06-05 Evan ChengNew test.
2007-06-04 Dale JohannesenTail merging wasn't working for predecessors of landing...
2007-06-04 Chris Lattnernew testcase for PR1491
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-30 Duncan SandsTestcase for
2007-05-30 Chris LattnerTestcase for PR1421
2007-05-30 Chris Lattnernew testcase for PR1421
2007-05-24 Chris Lattnertestcase for PR1446
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-23 Chris Lattnernew testcase for PR1435
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-22 Chris Lattnernew testcase for a recent regression
2007-05-21 Evan ChengAdd test for PR1259.
2007-05-19 Reid SpencerMake sure we can round-trip an escaped value in a name.
2007-05-19 Chris Lattnernew testcase
2007-05-19 Chris Lattneradd source
2007-05-19 Chris Lattnernew testcase
2007-05-19 Chris Lattnernew testcase
2007-05-18 Dan GohmanAdd a testcase for unrolling loops with unknown tripcounts.
2007-05-18 Duncan SandsFix typo.
2007-05-18 Reid SpencerAdd a test case for PR1434
2007-05-18 Reid SpencerAvoid an infinite loop when TestRunner.sh is run outsid...
2007-05-17 Devang PatelNew test.
2007-05-17 Evan ChengNew test case.
2007-05-17 Chris Lattneradd testcase for 128-bit add/sub
2007-05-17 Devang PatelNew test.
2007-05-17 Chris Lattnertestcase for PR1427
2007-05-16 Reid SpencerFix PR1355: Only compute the SUBPATH and TESTDIR once.
2007-05-16 Devang PatelFix PR number.
2007-05-16 Devang PatelNew test for PR1417
2007-05-16 Chris Lattnertestcase for maskmovq
2007-05-15 Devang PatelNew test.
2007-05-15 Chris Lattneradd PR number and testcase from the PR.
2007-05-15 Chris Lattnernew testcase
2007-05-15 Lauro Ramos VenancioFix an infinite recursion in GetNegatedExpression.
2007-05-15 Reid SpencerDon't put test cases into regression test suite before...
2007-05-15 Reid SpencerAdd a test case for PR1420
2007-05-15 Chris Lattnernew testcase that crashes llc
2007-05-15 Chris Lattnertestcase that crashes llc
2007-05-15 Chris LattnerNew testcase that crashes instcombine
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-13 Chris Lattnerthis crashes globalopt
2007-05-12 Reid SpencerAdd a test case for shl of APInt integers > 64 bits...
2007-05-11 Devang PatelNew test.
2007-05-11 Reid SpencerFor PR1411:
2007-05-11 Chris Lattnernew testcase that crashes instcombine
2007-05-11 Devang PatelDrop ModuleID from comment.
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-09 Duncan SandsTestcase for
2007-05-09 Devang PatelNew test.
2007-05-09 Devang PatelNew test.
2007-05-08 Chris Lattneradd the & back. I'm not sure why bill removed it.
2007-05-08 Devang PatelNew test for PR1400
2007-05-08 Dale Johannesentestcase for CodeGenPrepare bug fixed yesterday
2007-05-08 Bill WendlingSpare '&' in the RUN line.
2007-05-08 Devang PatelNew test.
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-06 Chris Lattnerremove libbzip2 from this. This should use llvm-config...
2007-05-06 Duncan SandsTestcase for yet another global constant Ada f-e bug.
2007-05-05 Lauro Ramos VenancioFix PR1390.
2007-05-05 Chris Lattnerthis test is now in Target/README.txt
2007-05-05 Chris Lattnerremove an old xfailed test
2007-05-05 Chris Lattnerun-xfail this.
2007-05-05 Chris Lattnermove these xfailed tests to lib/Target/README.txt
2007-05-05 Chris LattnerMove Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingT...
2007-05-05 Chris Lattnerremvoe two tests that cee has never gotten right
2007-05-05 Chris Lattnerthe sparc v8 backend handles this correctly
next