Run an instcombine pass after inlining but before scalarrepl. This allows
[oota-llvm.git] / tools / gccas / gccas.cpp
2007-01-15 Chris LattnerRun an instcombine pass after inlining but before scala...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-22 Nick LewyckyUpdate to new predicate simplifier VRP design. Fixes...
2006-09-24 Nick LewyckyEnable 'predsimplify' optimization.
2006-08-18 Reid SpencerFor PR797:
2006-07-03 Reid SpencerSplit long comment lines.
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-02-22 Chris LattnerTurn on loop unswitching tonight
2005-05-07 Chris LattnerMove licm after reassociate, add some cond-propagate...
2005-04-27 Reid SpencerAdd the simplify-libcalls pass.
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-03-29 Chris Lattnerthere is no reason to run -instcombine -instcombine!
2005-03-28 Alkis EvlogimenosRename createPromoteMemoryToRegister() to
2005-03-07 Chris Lattnermove the reassociation pass after the LICM pass. This...
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2005-01-01 Jeff CohenFix typo 'ompress' => 'compress'.
2004-12-30 Reid SpencerFor PR351:
2004-12-22 Reid SpencerSupport the gas option --traditional-format which,...
2004-12-03 Chris LattnerAdd -strip-debug option
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-11-08 Reid SpencerAdd a --disable-compression option to gccas so the...
2004-10-07 Chris LattnerRename pass
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-22 Chris LattnerRemove redundant SCCP pass
2004-05-27 Chris LattnerHeader file moved
2004-04-18 Chris LattnerMove loop optimization passes up, add loop unroller
2004-03-13 Chris LattnerTurn on argument promotion in gccas. This can give...
2004-02-25 Chris LattnerAdd a new pass
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-01 Chris LattnerNow that tailduplication does not bork SSA form, run...
2004-01-14 Chris LattnerMake sure to verify the result before writing out the...
2003-12-30 Chris LattnerAdd a -disable-opt flag to gccas, so that we can use...
2003-12-11 Chris LattnerRun tailcall elimination in a more logical place
2003-12-07 Chris LattnerIt is now after pldi. This issue has been fixed, so...
2003-11-22 Chris LattnerRevert the previous patch since it causes lots of misco...
2003-11-21 Chris LattnerReorder passes a bit. In particular, it makes sense...
2003-11-13 Chris LattnerAs the comments indicate, this is a temporary, repulsiv...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-23 Chris LattnerTurn on the IPCP pass by default. It has passed all...
2003-10-20 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-16 Chris LattnerUnfortunately, it looks like level raise is still needed :(
2003-10-15 Chris LattnerGive this file a proper header
2003-10-15 Chris LattnerThe levelraise pass is a broken old piece of crufty...
2003-10-10 Chris LattnerAdd a new -disable-inlining option
2003-10-10 Misha BrukmanFix grammar.
2003-09-20 Chris LattnerNow that the TCE pass passes all of the tests, add...
2003-09-15 Chris LattnerEnable the setjmp/longjmp lowering pass
2003-09-11 Chris Lattnerscalarrepl now includes mem2reg
2003-09-11 Chris LattnerMove the -indvars pass much later to where it is more...
2003-09-01 Chris Lattner#include is unnecessary
2003-08-31 Chris LattnerRemove the -stopAfterNPasses option, which has been...
2003-08-31 Chris Lattner* move the dead-type-eliminate passes to the end, where...
2003-08-07 Chris LattnerCompletely remove mention of the correlated branch...
2003-08-07 Misha Brukman* The possessive third-person singular has no apostroph...
2003-06-22 Chris LattnerAdd tail duplication pass to the pipeline, move the...
2003-05-30 Chris LattnerAdd SRoA pass to gccas
2003-05-30 Chris LattnerMove indvars pass after mem2reg pass where it is more...
2003-05-02 Chris LattnerAdd an instcombine pass before levelraise
2003-04-24 Chris LattnerMake sure to create a target data that matches the...
2003-04-24 Chris LattnerRemove support for "target data" pass ctors
2003-04-24 Chris LattnerLevelRaise now gets target data from passmanager
2003-04-23 Chris LattnerThe new CFrontend generates LOTs of basic blocks that...
2003-04-18 Chris LattnerEliminate some compatibility stuff no longer needed :P
2003-04-16 Chris LattnerImprove compatibility with system AS further by allowin...
2003-04-16 Chris Lattner* Get rid of using declaration
2003-04-16 Chris LattnerNamespacify command line options
2002-11-03 Vikram S. AdveDisable correlated expressions pass until it is reliable.
2002-10-31 Chris LattnerReassociate now works
2002-09-22 Chris Lattner* Remove the -stopraise option, which is no longer...
2002-09-06 Chris Lattner* No longer need to run die after instcombine
2002-08-30 Chris Lattner- Reformat comments
2002-08-30 Chris Lattner - GCCAS now uses load value #ing for GCSE
2002-08-17 Chris LattnerDo not leak memory for passes when using -stopAfterNPas...
2002-08-17 Chris LattnerRun GlobalDCE before deadtypeelim so that we do not...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-25 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerRaise pass requires an explicit TargetData member now.
2002-07-22 Chris Lattner*** empty log message ***
2002-07-09 Vikram S. AdveDisabling reassociate pass until it is fixed.
2002-06-30 Chris LattnerYes, we REALLY DO want to run the reassociate pass.
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-06-25 Chris LattnerSimplify the code that adds passes so compilation can...
2002-05-23 Chris LattnerNo need to run dce with adce right behind!
2002-05-22 Chris LattnerAdd the ADCE pass to gccas finally!
2002-05-21 Chris LattnerSimplify CFG after code generation is done
2002-05-14 Chris LattnerRun another local value numbering phase after redundanc...
2002-05-10 Chris LattnerAdd LICM pass to compiler
2002-05-08 Chris LattnerRun expression reassociation as part of gccas
2002-05-07 Chris LattnerMerge all include/llvm/Transforms/Scalar/* into a singl...
2002-05-06 Chris LattnerGCSE is faster than SCCP, and it makes SCCP's job easie...
2002-05-06 Chris LattnerInstruction Combination can create a ton of trivially...
2002-05-06 Chris LattnerRun DCE AFTER SCCP and GCSE!
2002-04-29 Chris LattnerMove constant merging pass earlier
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerRun GCSE as part of gccas.
next