aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SymbolStripping.cpp
AgeCommit message (Expand)Author
2004-12-02This pass is moving to lib IPOChris Lattner
2004-09-20Prototype these functions more accuratelyChris Lattner
2004-05-25Make this pass simply invoke SymbolTable::strip().Reid Spencer
2004-01-10Update obsolete commentsChris Lattner
2003-11-22Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-09-14Function.h is unnecessary when Module.h is included.Misha Brukman
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-07Merge all individual .h files into a single Scalar.h fileChris Lattner
2002-05-07Updates to move some header files out of include/llvm/Transforms intoChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-28Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
2002-01-21Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-10-18Convert optimizations to the pass infrastructureChris Lattner
2001-10-01Add more support for new style castsChris Lattner
2001-09-07Types and constants are wierd things in symbol tables nowChris Lattner
2001-06-30Optimizations got their own header filesChris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-06Initial revisionChris Lattner