Add -f to RUN line.
[oota-llvm.git] / test / Transforms / GlobalOpt /
2009-03-09 Devang PatelIgnore debug info while evaluating function.
2009-03-07 Chris Lattnerfix a serious pessimization that Tron on IRC pointed...
2009-03-06 Duncan SandsWhile thinking about the one-definition-rule and trying
2009-03-06 Devang PatelRevert 66224.
2009-03-06 Devang PatelRevert rev. 66167.
2009-03-06 Devang PatelDo not let debug info prevert globalopt from shriking...
2009-03-05 Devang PatelGlobalOpt only process non constant local GVs while...
2009-03-04 Bill WendlingShould have XFAILed this test.
2009-03-04 Bill WendlingTemporarily revert r65994. It was causing rdar://6646455.
2009-03-04 Devang PatelIf a global constant is dead then global's debug info...
2009-02-15 Duncan SandsIf the target of an alias has internal linkage, then the
2009-01-14 Chris Lattnerrewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid...
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-12-17 Chris LattnerEnhance heap sra to be substantially more aggressive...
2008-12-16 Chris LattnerFix another crash found by inspection. If we have...
2008-12-16 Chris Lattnerfix a crash found by inspection.
2008-12-15 Chris Lattneradd testcase for r61051
2008-12-15 Chris Lattneradd a basic test for heap-sra
2008-09-09 Anton KorobeynikovResolve aliases, when possible
2008-07-17 Matthijs KooijmanMake GlobalOpt preserve address spaces when scalar...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-04-26 Chris LattnerWhen SRoA'ing a global variable, make sure the new...
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2008-02-16 Duncan SandsRemove any 'nest' parameter attributes if the function
2008-01-29 Chris LattnerDon't let globalopt hack on volatile loads or stores.
2008-01-14 Chris LattnerFix the miscompilation of MiBench/consumer-lame that...
2008-01-04 Chris LattnerFix PR1896
2007-11-13 Chris Lattnerupgrade test
2007-11-09 Chris LattnerTighten up a check for folding away loads from (newly...
2007-07-19 Reid SpencerFor PR1553:
2007-06-29 John CriswellConvert .cvsignore files
2007-06-04 Chris Lattnernew testcase for PR1491
2007-05-13 Chris Lattnerthis crashes globalopt
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1336:
2007-04-15 Reid SpencerFor PR1336:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-04-05 Chris Lattnernew testcase that crashes globalopt
2007-02-25 Chris Lattnernew testcase. @foo should be marked fastcc by globalopt
2007-01-26 Reid SpencerFor PR761:
2007-01-13 Reid SpencerFor PR1043:
2007-01-05 Reid SpencerGlobal variables are not renamed by llvm-upgrade any...
2007-01-03 Reid SpencerUpdate test cases that grepped for register names that...
2006-12-19 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUpgrade intrinsic function calls manually.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-23 Reid SpencerPromote GEP ubyte indices to uint. Backwards compatibil...
2006-11-01 Chris Lattnernew testcase that crashes global opt, reduced from...
2006-07-07 Chris LattnerTestcase for PR820
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2005-09-27 Chris LattnerTestcase for PR632
2005-09-27 Chris Lattneradd a new testcase for constant foldable calls
2005-09-27 Chris LattnerAdd a more difficult testcase which uses a call to...
2005-09-26 Chris LattnerTestcase that uses an alloca
2005-09-26 Chris Lattneradd another case, this one that uses getelementptr...
2005-09-26 Chris Lattneradd a test for load
2005-09-26 Chris Lattneradd another testcase with simple control flow
2005-09-26 Chris Lattnermake this harder: put some code into it
2005-09-26 Chris Lattnernew testcase for static ctor list optimizations
2005-06-15 Chris Lattnernew testcase for PR579
2005-02-27 Chris Lattnernew testcase globalopt should handle.
2005-02-27 Chris Lattnernew testcase globalopt should implement
2004-12-12 Chris LattnerNew testcase. Shrinking the variable to a bool allows...
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-14 Chris LattnerNew testcase. Believe it or not, this happens a LOT...
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-10-22 Chris LattnerNew testcase. Check for the ability to promote a mallo...
2004-10-16 Chris LattnerNew testcase
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-08 Chris LattnerNew testcase
2004-10-08 Chris LattnerNew testcase
2004-10-07 Chris LattnerMove these files from Transforms/GlobalConstifier