Wrap long lines. Fix "warning: conflicting types for built-in function 'memset'"
[oota-llvm.git] / test /
2005-05-08 Chris Lattnernew testcase
2005-05-08 Chris Lattnernew testcase
2005-05-07 Reid Spencer* Break tests into individual cases so its easier to...
2005-05-07 Chris Lattnertest that reassociate can handle shifts
2005-05-07 Chris Lattnernew testcase
2005-05-06 Chris Lattnernew testcase
2005-05-06 Chris LattnerMake sure to not accidentally get a bogus tail marker
2005-05-06 Chris Lattnertest that tail call survives bytecodification
2005-05-06 Chris Lattnernew testcases
2005-05-06 Chris Lattnernew testcase
2005-05-06 Chris Lattnernew testcase for unneeded and
2005-05-06 Chris Lattnernew testcase
2005-05-06 Chris Lattnernew testcase
2005-05-05 Chris Lattnernew testcase for PR541
2005-05-05 Chris Lattnernew testcase
2005-05-05 Chris Lattnernew testcase for a bug Jim found
2005-05-04 Chris Lattnernew testcase
2005-05-04 Reid SpencerMake sure both optimization cases get tested.
2005-05-04 Reid SpencerAdd a test case for the IsDigitOptimization class.
2005-05-04 Andrew Lenharthcomment fix
2005-05-04 Andrew Lenharthsee if the legalize code propery compensates for the...
2005-05-04 Andrew Lenharthadded a use of ctpop to debug stuff with
2005-05-03 Reid SpencerFix this test to succeed even if "strchr" is on a call...
2005-05-03 Reid SpencerAdd a test case for SPrintFOptimization.
2005-05-03 Andrew Lenharthyea yea yea
2005-05-03 Andrew Lenharthpre add count tests
2005-05-03 Reid SpencerAdd a test case for StrChrOptimizer for -simplify-libcalls
2005-05-03 Reid SpencerA new test case for the LLVMMemSetOptimization.
2005-05-03 Reid SpencerCorrect the title and the success criteria: strcmp...
2005-05-03 Reid SpencerAdd a new test case for the StrNCmpOptimization.
2005-05-02 Reid SpencerAdd a test case for testing the FPrintFOptimization.
2005-05-01 Chris Lattnernew testcase
2005-05-01 Chris Lattneradd a new testcase
2005-04-30 Chris Lattneradd sin/cos tests
2005-04-30 Chris LattnerAdd a test for llvm.sqrt
2005-04-30 Reid Spencer* Fix signed/unsigned usage problem
2005-04-30 Reid SpencerA new test case for the ToAsciiOptimizer.
2005-04-30 Reid SpencerA new test case for the StrCmpOptimization in -simplify...
2005-04-29 Reid SpencerThis is StrCpy, NOT StrCat!
2005-04-29 Reid SpencerGet the name of the pass right in the documentation.
2005-04-29 Reid SpencerFix the success criteria for the test to make call...
2005-04-29 Reid SpencerActually make this pass test something related to fputs.
2005-04-29 Reid SpencerAdd a test case for the puts libcall optimization.
2005-04-29 Reid SpencerAdd a testcase for optimizing the strcpy libcall.
2005-04-29 Reid SpencerNew test case for testing pow(3) math library optimizat...
2005-04-27 Chris LattnerTest the noreturn function optimization
2005-04-26 Reid SpencerAdd a test case for MemMove.ll
2005-04-26 Reid SpencerResult of strlen is size_t which is either uint or...
2005-04-26 Reid SpencerAdd a new test case for the llvm.memcpy simplification...
2005-04-26 Reid Spencer* Add a test case for StrLenOptimization
2005-04-26 Reid SpencerFix RUN: line to not always pass.
2005-04-25 Reid SpencerUpdate the test case to handle a few more (degenerate...
2005-04-25 Chris Lattnerrename fn
2005-04-25 Chris Lattnernew testcase
2005-04-25 Reid SpencerMake sure the target buffer is null terminated so we...
2005-04-25 Reid SpencerA test case for testing the StrCatOptimizer, currently...
2005-04-25 Reid SpencerUse the %name rather than the "name" format so those...
2005-04-25 Reid SpencerA test case for the the ExitInMain libcall simplification.
2005-04-24 Chris LattnerTest that xor/select are folded into a select with...
2005-04-24 Chris Lattnerunxfail this.
2005-04-24 Chris Lattneradd a new testcase which occurs in 181.mcf
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-23 Chris Lattneradd a new testcase
2005-04-22 Reid SpencerAdd the RUN: prefix to the start of the run line so...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris LattnerCheck for eqv matching
2005-04-21 Chris Lattnerthis passes on darwin
2005-04-19 Chris LattnerNew testcase for a changing values late and allowing...
2005-04-19 Chris LattnerMake this significantly harder
2005-04-19 Chris LattnerAdd a real run line
2005-04-19 Chris Lattnerfix this testcase
2005-04-19 Chris Lattnernew testcase
2005-04-19 Chris Lattneradd a run line
2005-04-19 Chris LattnerTell dj to run the tests in this directory
2005-04-16 Nate BegemanUpdate dejagnu tests to use the new pattern isel flag
2005-04-15 Chris Lattnernew testcase
2005-04-14 Andrew Lenharthadded a random and mask test
2005-04-13 Nate BegemanAdd CodeGen tests for the recent SelectionDAG transforms
2005-04-13 Andrew Lenharthregression case for faster call sequence
2005-04-13 Andrew Lenharthcheck that casts still use zap
2005-04-13 Andrew Lenharthadded s4addl matching test
2005-04-10 Chris Lattnerfix this testcase so the regex doesn't match the functi...
2005-04-10 Chris Lattnermake this harder
2005-04-10 Chris Lattneroops add ~
2005-04-10 Chris Lattnernew testcase for previously unsupported unary complex...
2005-04-09 Chris Lattnernew testcase that used to crash the ppc fe. It could...
2005-04-09 Nate BegemanAdd a testcase to make sure that we don't emit two...
2005-04-09 Nate BegemanAdd cases to cover the rest of the patterns we should...
2005-04-09 Chris LattnerNew testcase that the sparc backend crashes on
2005-04-09 Chris Lattnermake this test more interesting
2005-04-09 Chris Lattneradd a test for fnabs
2005-04-09 Chris Lattneradd a partial test for the fma operations that ppc...
2005-04-08 Andrew Lenharthoops
2005-04-08 Andrew Lenharthadded some tests to check stupid pattern matching mistakes
2005-04-08 Chris Lattnernew testcase that crashes the instcombiner.
2005-04-07 Andrew Lenharthmatch case change in codegen
2005-04-07 Chris Lattnernew test
2005-04-07 Chris Lattnernew testcase
2005-04-06 Andrew Lenharthsimplified
2005-04-06 Andrew Lenharthadded first alpha codegen regression test
next