Fix PR66 & ScalarRepl/2003-10-29-ArrayProblem.ll
[oota-llvm.git] / lib / Transforms / Scalar / SymbolStripping.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-09-14 Misha BrukmanFunction.h is unnecessary when Module.h is included.
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-07 Chris LattnerMerge all individual .h files into a single Scalar...
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
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-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-10-18 Chris LattnerConvert optimizations to the pass infrastructure
2001-10-01 Chris LattnerAdd more support for new style casts
2001-09-07 Chris LattnerTypes and constants are wierd things in symbol tables now
2001-06-30 Chris LattnerOptimizations got their own header files
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision