Fix typo in makefile variable name that prevents zlib from being recognized
[oota-llvm.git] / test /
2004-09-29 Chris LattnerThe verifier takes 50s on this testcase, that is not...
2004-09-29 Chris LattnerNew testcasses for divides that can be eliminated.
2004-09-29 Chris LattnerNew testcases
2004-09-29 Chris LattnerMore testcases for recent instcombine patches
2004-09-28 Chris LattnerNew testcase
2004-09-28 Chris LattnerNew testcases
2004-09-28 Chris LattnerNew testcase
2004-09-28 Chris LattnerNew testcases
2004-09-28 Chris LattnerNew testcase for a latent bug in instcombine that I...
2004-09-28 Chris LattnerTestcase for LLVM PR445
2004-09-28 Chris LattnerNew testcase that crashes the C++ FE, encountered while...
2004-09-27 Chris LattnerNew testcase
2004-09-27 Chris LattnerTestcases for rev 250 of InstructionCombining.cpp
2004-09-24 Chris LattnerAdd some tests for shr-and folding
2004-09-23 Chris LattnerNew testcase for a pattern that occurs 20 times in...
2004-09-23 Chris Lattnerload null is undefined behavior, this should fold
2004-09-20 Chris LattnerTwo testcases for invalid transformations that instcomb...
2004-09-19 Chris LattnerNew testcase for PR362: Icky code generated for std...
2004-09-19 Chris LattnerInstcombine now helps out with these
2004-09-19 Chris LattnerAdd two new testcases that instcombine should handle
2004-09-15 Chris LattnerNew testcase for PR420
2004-09-05 Reid SpencerPer Bug 257
2004-08-25 Brian GaekeNew version of Bill Wendling's PR33 patch.
2004-08-24 Chris LattnerModify testcase to merit a warning, though no warning...
2004-08-24 Brian Gaekenote pr#
2004-08-23 Brian GaekeA PR60 test case
2004-08-20 Chris LattnerNew testcase that the vector support does not work...
2004-08-20 Reid SpencerAdded various tests in support of Packed Types.
2004-08-20 Reid SpencerAdded a test case for packed types. Test case kindly...
2004-08-19 Reid SpencerFixed the test to actually run correctly.
2004-08-19 Reid SpencerAdd a test case test test 1.3 alignment removal and...
2004-08-16 Chris LattnerBelieve it or not, this was broken in LLVM 1.3
2004-08-14 Chris LattnerNew testcase that the constifier should handle
2004-08-14 Chris LattnerNew basic testcase for the constifier
2004-08-13 Chris LattnerAdd another test
2004-08-13 Chris LattnerNew testcase, which causes the block extractor to barf
2004-08-11 Misha BrukmanSimple hand-coded tests to aid in early development...
2004-08-11 Chris LattnerNew testcase that instcombine is getting wrong
2004-08-09 Chris LattnerThis testcase causes the CBE to generate code that...
2004-08-09 Chris LattnerNew testcase
2004-08-06 Chris LattnerNew testcase for critical 1.3 feature
2004-08-02 John CriswellUse the new prcontext script.
2004-08-02 John CriswellAdd support for using the prcontext python script inste...
2004-08-02 John CriswellNew python script that print a specified number of...
2004-08-01 Chris LattnerInitial testcase for bytecode compatibility regression...
2004-07-29 Chris LattnerMove Transforms/BasicAA to Analysis/BasicAA
2004-07-29 Chris LattnerDue to a bug in BasicAA, DSE is incorrectly deleting...
2004-07-27 Robert Bocchino*** empty log message ***
2004-07-27 Chris Lattnernew testcase
2004-07-27 Chris LattnerHave some testcases
2004-07-27 Chris LattnerNew testcase. DSE should delete all of the DEAD instru...
2004-07-27 Chris LattnerNew testcase for list slicing
2004-07-26 Reid SpencerAdded another test case for double FP constants as...
2004-07-26 Chris LattnerNew testcase
2004-07-26 Chris LattnerUpdate test
2004-07-25 Reid Spencerbug 263:
2004-07-25 Chris LattnerCodify my thoughts on where we want to end up with...
2004-07-25 Chris LattnerNew testcase for DSE
2004-07-22 Chris LattnerTrivial testcase for dse
2004-07-22 Chris LattnerUpdate gc intrinsics to take pointer to object as well...
2004-07-21 Brian GaekeMove LLVM tool definitions to Makefile.rules
2004-07-20 Chris Lattnernew testcase
2004-07-20 Chris LattnerNew testcase that instcombine should help out with.
2004-07-20 Chris Lattnertest that unconditional branches to unwinds are always...
2004-07-20 Chris LattnerTestcases missed by the instruction combiner
2004-07-14 Chris LattnerYou cannot pass functions by value, what does that...
2004-07-14 Chris Lattnerthis "feature" is gone
2004-07-14 Chris LattnerNew, horrible, testcase
2004-07-08 Chris LattnerAdd a test that I have had in my tree for several month...
2004-07-08 Chris LattnerFix this testcase
2004-07-07 Chris LattnerNew testcase for PR396
2004-07-06 Chris LattnerNew testcase
2004-07-06 Chris LattnerNew testcase
2004-07-03 Chris LattnerAdd a new testcase for folding an add into a switch
2004-07-02 Chris LattnerMake this testcase more interesting
2004-07-01 Chris LattnerFix testcase
2004-07-01 Chris Lattner-debug option does not exist in a release build
2004-07-01 Chris LattnerFix testcase. For some reason this was failing only...
2004-06-27 Chris Lattnernew testcase
2004-06-25 Chris LattnerNew testcase for constant expression lowering pass...
2004-06-22 Chris LattnerIsnan became unordered
2004-06-22 Chris Lattnertest/Libraries have been long gone for a long time...
2004-06-21 Reid SpencerNullify this test as it causes infinite loop in optimiz...
2004-06-19 Chris LattnerTest for PR374
2004-06-18 Chris LattnerNew test
2004-06-18 Chris LattnerTest that C99 unordered comparison functions are not...
2004-06-18 Chris LattnerNew testcase for GCC unordered comparison builtins
2004-06-15 Chris LattnerThis testcase is a bit silly now, but oh well :)
2004-06-15 Chris LattnerRight, stop being silly
2004-06-15 Chris LattnerAdd a nan, stop testing isnan
2004-06-12 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-11 Chris LattnerAdd tests for isnan
2004-06-11 Chris LattnerTest that the X86 backend is only emitting one fucom...
2004-06-11 Chris LattnerTestcase for PR369
2004-06-11 Chris LattnerCheck to make sure that isnan doesn't require calling...
2004-06-11 Chris LattnerI misled Alkis: LLVM should have isnan, not isunordered.
2004-06-11 Brian GaekeTest case for PR368
2004-06-11 Alkis EvlogimenosAdd feature test for llvm intrinsics. It currently...
2004-06-09 Chris LattnerMore instcombine testcases
2004-06-09 Chris LattnerNew testcase that is important for the Java FE
next