Really fix the fall-through logic.
[oota-llvm.git] / test / CodeGen / CBackend /
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-04 Dan GohmanFix an erroneous check for isFNeg; the FNeg case is...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2008-10-22 Chris LattnerFix PR2907 by digging through constant expressions...
2008-07-18 Dan GohmanIn the CBackend, use casts to force integer add, subtra...
2008-06-08 Anton KorobeynikovRemove invalid test
2008-06-06 Anton KorobeynikovTestcase for PR2418
2008-06-04 Chris LattnerRewrite a bunch of the CBE's inline asm code, giving...
2008-06-02 Dan GohmanImplement CBE support for first-class structs and array...
2008-05-31 Chris Lattnerupdate this patch to handle an extraneous &1. This...
2008-05-31 Chris LattnerFix the CBE's handling of instructions whose result...
2008-05-22 Chris LattnerAdd support for multiple-return values in inline asm...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-04-19 Chris Lattnerrename *.llx -> *.ll
2008-03-10 Chris Lattnerremove an execution test.
2008-03-02 Chris Lattneradd a testcase for misc vector stuff
2008-02-28 Lauro Ramos VenancioUpdate testcase.
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-01 Lauro Ramos VenancioCBackend: Implement unaligned load/store.
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-07-23 Duncan SandsThe Ada f-e produces various auxiliary output files
2007-07-16 Reid SpencerRemove insignificant test no longer needed.
2007-07-11 Lauro Ramos VenancioHandle packed structs in the CBackend.
2007-06-29 John CriswellConvert .cvsignore files
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-04-21 Reid SpencerUse the llvm_supports_target function to prevent runnin...
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Chris Lattnerfix incorrectly upgraded test, add PR#
2007-04-16 Reid SpencerFor PR1336:
2007-04-15 Reid SpencerFor PR1336:
2007-04-15 Reid SpencerMake this test work.
2007-04-15 Reid SpencerFor PR1319: Upgrade to use new test harness
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-02-23 Bill WendlingMake the testcase correct.
2007-02-23 Bill WendlingTestcase for PR1164
2007-02-23 Bill WendlingPR1164:
2007-02-15 Reid SpencerUpdate this test to compile properly and check against...
2007-02-06 Chris Lattnertestcase for pr1181
2007-01-26 Reid SpencerFor PR761:
2007-01-17 Reid SpencerFor PR1028:
2007-01-16 Chris Lattnertestcase for PR918
2007-01-13 Chris LattnerRemove this obsolete test. The CBE will never be able...
2007-01-13 Reid SpencerWhoops. Give this test some input. Doubly important...
2007-01-13 Reid SpencerThis is not an upgrade candidate any more.
2007-01-09 Reid SpencerTest case for PR1099.
2007-01-07 Reid SpencerAdd a test case for PR1086
2006-12-29 Reid SpencerUpdate tests that need to be run through llvm-upgrade...
2006-12-16 Chris LattnerFix one more broken testcase
2006-12-12 Reid SpencerDon't bother upgrading this.
2006-12-11 Reid SpencerProvide a test for int<->float and long<->double bitcasts.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-27 Reid SpencerFor PR950:
2006-11-23 Reid SpencerPromote GEP ubyte indices to uint. Backwards compatibil...
2006-05-24 Chris LattnerUpdate testcase with recent cbe change
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2005-09-27 Chris Lattnernew testcase the CBE creates invalid C code for
2005-08-23 Chris LattnerNew testcase for PR618
2005-07-14 John CriswellRegression test for PR#596: Make sure that negation...
2005-03-08 Chris Lattnernew testcase that crashes the CBE.
2005-02-14 Chris Lattnernew testcase
2004-12-29 Chris Lattnernew testcase for PR490
2004-12-03 Chris Lattnernew testcase for PR472
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-11-13 Chris LattnerNew testcase
2004-11-07 Tanya LattnerChanged to XFAIL
2004-11-06 Tanya LattnerAdding RUN lines.
2004-08-25 Brian GaekeNew version of Bill Wendling's PR33 patch.
2004-08-09 Chris LattnerThis testcase causes the CBE to generate code that...
2004-07-26 Reid SpencerAdded another test case for double FP constants as...
2004-07-26 Chris LattnerUpdate test
2004-05-26 Chris LattnerMake the test use the %A type
2004-02-26 John CriswellFixed test case to actually check for the static declar...
2004-02-26 John CriswellRegression tests for PR258 and PR259.
2004-02-15 Chris LattnerNew testcase
2004-02-14 Chris LattnerAdd a testcase for the frameaddress and returnaddress...
2004-02-13 Chris LattnerUpdate tests
2003-11-22 Brian GaekeStrengthen test case.
2003-11-22 Brian GaekeC Writer was dumping core on this test case.
2003-10-28 Brian GaekeNew testcase, reduced from DOOM.
2003-10-23 Chris LattnerNew testcase, which failes to compile. 252.eon hits...
2003-10-23 Chris LattnerZero arg varargs functions are legal in LLVM, but not...
2003-10-23 Chris LattnerUpdate test
2003-10-12 Chris LattnerTest that we can emit global initializers that are...
2003-09-26 John CriswellUpdated to generate temporary files in the temporary...
2003-09-15 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis'.
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-06-28 Chris LattnerNew testcase for invoke support
2003-06-28 Chris LattnerNew testcase
2003-06-23 Brian GaekeNew test case for C Writer regression found in 256...
2003-06-16 Chris LattnerNew testcases for bugs and the new DAE pass
2003-06-02 Chris LattnerTestcase distilled from 255.vortex
2003-05-31 Chris LattnerNew testcase
2003-05-13 Chris LattnerNew testcase
2003-05-12 Chris LattnerNew testcase
next