Wrap long lines
[oota-llvm.git] / test /
2005-05-15 Reid SpencerDon't eliminate a test case, just the form of the test...
2005-05-15 Chris LattnerThis does not belong
2005-05-15 Reid SpencerAdd a case with non-constant argument for testing the...
2005-05-15 Chris Lattneradd test to check for tail calls
2005-05-14 Chris LattnerMake sure this is not eligible for tail-call-eliminatio...
2005-05-14 Chris Lattnernew testcase
2005-05-14 Reid SpencerAdd a test case for testing ffs libcall conversion...
2005-05-14 Chris LattnerEnsure these casts are done with the hardware fildll...
2005-05-14 Chris Lattnerthis passes
2005-05-14 Chris LattnerFix this
2005-05-13 Chris Lattnernew testcase
2005-05-13 Andrew Lenharthfix regression tests
2005-05-13 Chris LattnerThis passes on sparc
2005-05-13 Chris Lattnerremove test
2005-05-13 John CriswellThese tests are currently expected to fail.
2005-05-13 Chris LattnerForce x86 backend
2005-05-13 Chris Lattnerfix buggy test
2005-05-13 Chris LattnerFix buggy test
2005-05-13 Chris Lattnerlet dj run this
2005-05-13 Andrew Lenharthfixed test case
2005-05-13 Chris Lattnerdisable this test for now.
2005-05-13 Chris Lattneradd a correct run line
2005-05-12 Chris Lattnerreg test
2005-05-12 John CriswellFix this test on Solaris.
2005-05-11 Nate BegemanAdd testcase for legalizing ISD::CTTZ efficiently....
2005-05-11 John CriswellRegression test for PR#563.
2005-05-11 Andrew LenharthLegalize for CTLZ generates a ctpop, but this ctpop...
2005-05-11 Chris Lattnerinclude the other bit count intrinsics
2005-05-11 Chris Lattnernew testcase
2005-05-10 Chris Lattnernew testcase for PR562
2005-05-10 Chris Lattnernew testcase
2005-05-09 Chris Lattnertestcase I've had in my tree
2005-05-09 John CriswellTell tblgen exactly where to find the include file.
2005-05-09 Chris Lattnernew testcase
2005-05-09 Chris Lattnertweak test to accept the (good) code emitted by the...
2005-05-09 Chris LattnerNew testcase
2005-05-09 Reid SpencerAdd note to self to complete the testing of all intrins...
2005-05-09 Chris LattnerNew testcase that crashes the pattern isel
2005-05-08 Chris LattnerNew testacse for information exposed by the 'tail'...
2005-05-08 Chris Lattneradd a testcase for a case we do not handle yet
2005-05-08 Chris Lattnernew testcase
2005-05-08 Chris Lattnernew testcase
2005-05-08 Chris Lattnernew testcases for PR557
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...
next