rename C files to end with .c
[oota-llvm.git] / test / CodeGen /
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
2007-05-04 Duncan SandsTest that the eh lowering code can handle constant...
2007-05-04 Evan ChengTest load global in static mode.
2007-05-03 Evan ChengNew test case.
2007-05-03 Dale JohannesenEvan's patch to avoid FPreg->intreg copy for cvt; store...
2007-05-03 Evan Chengnegatize -> negative
2007-05-03 Chris Lattnernew testcase
2007-05-03 Chris Lattnermatch a reassociated form of fnmul
2007-05-01 Reid SpencerSplit target dependent test portions to target-specific...
2007-05-01 Evan ChengTest a dag combiner crasher.
2007-04-30 Chris Lattnertestcase for PR1228
2007-04-30 Chris Lattnertestcase for PR1357
2007-04-30 Reid SpencerFor PR1370:
2007-04-29 Anton KorobeynikovUpdated aliases test
2007-04-28 Chris Lattnernew testcase for PR1356
2007-04-28 Chris Lattnerensure the operand prints.
2007-04-28 Chris Lattnernew testcase
2007-04-28 Chris Lattnerupdate syntax
2007-04-28 Chris Lattnerupdate for new inline asm syntax
2007-04-27 Lauro Ramos Venanciofix the test tls1.
2007-04-27 Lauro Ramos Venancioadd TLS tests.
2007-04-27 Lauro Ramos VenancioIn Thumb mode, the frame register must be R7.
2007-04-27 Chris Lattnermake this testcase harder, to cover PR1326
2007-04-27 Duncan SandsTest that eh_selector lowering accepts global variables...
2007-04-26 Anton KorobeynikovUnxfail tests
2007-04-26 Dan Gohmantestcase for PR1339: http://llvm.org/PR1339
2007-04-26 Anton KorobeynikovAdd test to proper place. Also, XFAIL until ppc bootstr...
2007-04-26 Anton KorobeynikovFixx off-by-one bug, which prevents llvm-gcc bootstrap...
2007-04-26 Evan ChengPR1348 test case.
2007-04-26 Evan ChengNew test case.
2007-04-25 Chris Lattner&& no longer needed
2007-04-25 Bill WendlingTestcase for codegen bug.
2007-04-25 Lauro Ramos Venancioremember to emit weak reference in one more case.
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-25 Chris Lattnernew testcase that crashes llc
2007-04-24 Chris Lattnertestcase for PR1351
2007-04-24 Bill WendlingTestcases for MMX.
2007-04-23 Lauro Ramos VenancioAdd TLS tests.
2007-04-22 Andrew Lenharthsimplify this test until it can be dealt with
2007-04-22 Lauro Ramos VenancioImplement PIC for arm-linux.
2007-04-21 Reid SpencerUse the llvm_supports_target function to prevent runnin...
2007-04-20 Evan ChengFix test.
2007-04-18 Chris Lattnernew testcase
2007-04-18 Evan ChengNew crasher test case.
2007-04-17 Chris Lattnernew testcase
2007-04-17 Chris Lattnernew testcase
2007-04-17 Chris Lattnernew testcase
2007-04-17 Anton KorobeynikovImplemented correct stack probing on mingw/cygwin for...
2007-04-17 Andrew Lenharththis is fixed
2007-04-16 Reid SpencerAlso validate that the code generation of IntrinsicLowe...
2007-04-16 Chris Lattnerrefix this
2007-04-16 Chris Lattneruse an x86 t-t for an x86 test. Thanks to Dan for...
next