Remove debugging code, unneuter this functionality
[oota-llvm.git] / test / Transforms /
2004-11-17 Chris LattnerNew testcase that crashes licm
2004-11-16 Chris LattnerNew testcase for recent patch to SCCP, thanks to Nate...
2004-11-14 Chris LattnerNew testcase. Believe it or not, this happens a LOT...
2004-11-14 Chris LattnerNew testcase: the phi can be eliminated if the casts...
2004-11-14 Chris LattnerFix typo
2004-11-14 Chris Lattneradd a testcase, which we already handle
2004-11-14 Chris LattnerOops, make this test the right thing.
2004-11-14 Chris LattnerNew testcase
2004-11-14 Chris LattnerNew testcase, SROA with variable array index
2004-11-13 Chris LattnerAdd a testcase we should continue to argpromote
2004-11-13 Chris LattnerAdd a testcase for a function we cannot legally promote...
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-11-13 Chris LattnerNew testcase
2004-11-13 Chris LattnerNew testcase
2004-11-11 Chris Lattnernew testcase
2004-11-10 Chris LattnerNew testcase
2004-11-09 Chris LattnerName file properly
2004-11-09 Chris LattnerHrm, don't ask how I ran into this bug
2004-11-07 Tanya LattnerRemoving old Modulosched tests since that version of...
2004-11-07 Chris LattnerTests for this xforms should be .ll files, and they...
2004-11-07 Chris LattnerRemove dead tests
2004-11-06 Chris LattnerThis test is obsolete and incorrect
2004-11-06 Tanya LattnerAdding RUN line.
2004-11-06 Chris LattnerAdd a missing run line
2004-11-06 Chris LattnerThis pass has been removed from LLVM
2004-11-06 Tanya LattnerAdding XFAIL lines for dejagnu support.
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-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
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-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-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-08-24 Chris LattnerModify testcase to merit a warning, though no warning...
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 Chris LattnerNew testcase that instcombine is getting wrong
2004-08-09 Chris LattnerNew testcase
2004-08-02 John CriswellUse the new prcontext script.
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. DSE should delete all of the DEAD instru...
2004-07-26 Chris LattnerNew testcase
2004-07-25 Chris LattnerNew testcase for DSE
2004-07-22 Chris LattnerTrivial testcase for dse
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-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-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-21 Reid SpencerNullify this test as it causes infinite loop in optimiz...
2004-06-18 Chris LattnerNew test
2004-06-11 Chris LattnerAdd tests for isnan
2004-06-09 Chris LattnerMore instcombine testcases
next