Add support for removing invoke instructions
[oota-llvm.git] / lib / Transforms / Scalar / GCSE.cpp
2004-04-12 Chris LattnerAdd support for removing invoke instructions
2004-04-10 Chris LattnerUpdate the value numbering interface.
2004-04-10 Chris LattnerRewrite the GCSE pass to be *substantially* simpler...
2004-03-17 Chris LattnerBe more accurate
2004-03-15 Chris LattnerAdd counters for the number of calls elimianted
2004-02-05 Chris LattnerAdd debug output
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-07 Misha BrukmanDeclare FunctionPasses as such so that they can be...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-10 Misha BrukmanFix spelling.
2003-06-17 Chris LattnerDon't corrupt memory when removing an instruction from...
2003-02-01 Chris LattnerFix typo
2002-12-07 Chris LattnerRemove dead code
2002-10-21 Chris Lattner - Rename AnalysisUsage::preservesAll to getPreservesA...
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-08-30 Chris LattnerReally minor cleanups
2002-08-30 Chris Lattner - GCSE now no longer counts instructions not removed...
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-22 Chris LattnerRemove long obsolete comments
2002-08-22 Chris LattnerConvert GCSE pass to use new alias analysis infrastructure
2002-08-14 Chris LattnerFix bug introduced in last checkin due to CastInst...
2002-08-14 Chris LattnerRemove support for NOT instruction
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-02 Chris LattnerFix bug: test/Regression/Transforms/GCSE/2002-05-21...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris Lattner*** empty log message ***
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-14 Chris Lattner* Fix bug: test/Regression/Transforms/GCSE/2002-05...
2002-05-14 Chris LattnerImplement elimination of loads
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-05-07 Chris LattnerMerge all individual .h files into a single Scalar...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerRemove broken assertion.
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
2002-04-28 Chris LattnerInitial checkin of simple&fast SSA based GCSE algorithm