Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogus
[oota-llvm.git] / include / llvm / Support / StandardPasses.h
2010-07-26 Dan GohmanRemove LCSSA's bogus dependence on LoopSimplify and...
2010-05-14 Dan GohmanUse PassManagerBase, to give clients the option of...
2010-02-28 Bob WilsonRevert r97245 which seems to be causing performance...
2010-02-26 Bob WilsonMove the EnableFullLoadPRE flag from a separate command...
2010-02-09 Eric ChristopherPull these back out, they're a little too aggressive...
2010-02-09 Eric ChristopherAdd a new pass to do llvm.objsize lowering using SCEV.
2009-12-22 Chris Lattnerdon't run GVN at -O1, GCC doesn't do it's equivalent...
2009-11-10 Chris Lattnerjump threading does everything that condprop does any...
2009-11-03 Chris Lattnerturn IPSCCP back on by default, try #3 or 4? Woo.
2009-11-03 Duncan SandsRun the functionattrs pass after the inliner, and not...
2009-11-03 Daniel DunbarSpeculatively redisable IPSCCP, I think its still break...
2009-11-03 Chris Lattnerturn IPSCCP back on now that the iterator invalidation...
2009-11-02 Chris Lattnerrevert r8579[56], which are causing unhappiness in...
2009-11-02 Chris Lattnernow that ip sccp *really* subsumes ipcp, remove ipcp...
2009-11-01 Chris Lattnerfix two strange things in the default passmgr:
2009-11-01 Chris LattnerIPSCCP apparently is not a superset of IPCP, this is...
2009-11-01 Chris Lattneronly run GlobalDCE at -O3 and run it late instead of...
2009-11-01 Chris LattnerWe currently only run ipsccp at LTO time, which is...
2009-10-30 Evan ChengRather than having llvm-gcc changing the meaning of...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-11 Chris Lattnerthere is no need to run mem2reg after jump threading...
2009-09-18 Chris Lattnerremove an extraneous mem2reg pass early in the pipe...
2009-09-18 Chris Lattnerreduce indentation by using an early exit, and add...
2009-07-07 Devang PatelDisable loop index split for now and let nightly tester...
2009-06-03 Daniel DunbarChange LTO to run the global opt pass twice.
2009-06-03 Daniel DunbarAdd createStandardLTOPasses to StandardPasses.h, and...
2009-06-03 Daniel DunbarRemove some silly code.
2009-06-03 Daniel DunbarAdd StandardPasses.h which embeds the standard compilat...