Print P and [AR] files on update.
[oota-llvm.git] / test /
2004-10-24 Nate BegemanInitial checkin of regression test for generating the...
2004-10-23 Chris LattnerNew testcase
2004-10-22 Chris LattnerNew testcase. Check for the ability to promote a mallo...
2004-10-18 Chris LattnerNew testcase
2004-10-17 Chris LattnerNew testcase that ADCE shouldn't crash on
2004-10-17 Chris LattnerNew testcase that crashes the inliner
2004-10-17 Chris LattnerNew testcase, no PHI should be inserted.
2004-10-16 Chris LattnerNew testcase, rework testcases to fail if there are...
2004-10-16 Chris LattnerNew testcase
2004-10-16 Chris Lattnertestcases for undefined and unreachable
2004-10-14 Chris LattnerWhen converting phi nodes into select instructions...
2004-10-12 Chris LattnerNew testcase for memmove -> memcpy transform
2004-10-11 Chris LattnerThis testcase ensures that we can SRA a global even...
2004-10-11 Chris LattnerThese testcases check to see if we can promote malloc...
2004-10-10 Chris LattnerAnother testcase. We should be able to devirtualize...
2004-10-10 Chris LattnerNew testcase that crashes -globalopt. I found this...
2004-10-10 Chris LattnerNew testcase we were not handling before.
2004-10-09 Chris LattnerA testcase that globalopt now handles
2004-10-09 Chris LattnerNew testcase
2004-10-08 Chris LattnerNew testcase
2004-10-08 Chris LattnerNew testcase
2004-10-08 Chris LattnerNew testcase. The setcc is only used by a select,...
2004-10-08 Chris LattnerNew testcase
2004-10-08 Chris LattnerNew testcase
2004-10-07 Chris LattnerThese files now live in Transforms/GlobalOpt
2004-10-07 Chris LattnerMove these files from Transforms/GlobalConstifier
2004-10-07 Chris LattnerAdd new testcase, rename pass
2004-10-06 Chris LattnerNew testcase
2004-10-06 Chris LattnerNew testcase
2004-10-06 Chris LattnerWhen tail duplicating these functions, the add instruct...
2004-10-05 Chris LattnerAnother testcase for constness linkage
2004-10-05 Chris LattnerTestcase to ensure that the 'constant' flag follows...
2004-10-05 Chris LattnerNew testcase for PR450
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
next