Skip to content
  1. Sep 11, 2002
  2. Aug 21, 2002
  3. Jul 27, 2002
    • Chris Lattner's avatar
      · 96a0dfa3
      Chris Lattner authored
      * Standardize how analysis results/passes as printed with the print() virtual
        methods
      * Eliminate AnalysisID:  Now it is just a typedef for const PassInfo*
      * Simplify how AnalysisID's are initialized
      * Eliminate Analysis/Writer.cpp/.h: incorporate printing functionality into
        the analyses themselves.
      
      llvm-svn: 3115
      96a0dfa3
  4. Jul 26, 2002
    • Chris Lattner's avatar
      * Add support for different "PassType's" · a2c09859
      Chris Lattner authored
      * Add new RegisterOpt/RegisterAnalysis templates for registering passes that
        are to show up in opt or analyze
      * Register Analyses now
      * Change optimizations to use RegisterOpt instead of RegisterPass
      * Add support for different "PassType's"
      * Add new RegisterOpt/RegisterAnalysis templates for registering passes that
        are to show up in opt or analyze
      * Register Analyses now
      * Change optimizations to use RegisterOpt instead of RegisterPass
      * Remove getPassName implementations from various subclasses
      
      llvm-svn: 3112
      a2c09859
  5. Jul 23, 2002
  6. Jun 25, 2002
  7. May 08, 2002
  8. May 07, 2002
  9. Apr 27, 2002
  10. Apr 07, 2002
  11. Feb 01, 2002
  12. Jan 31, 2002
  13. Jan 20, 2002
  14. Dec 03, 2001
  15. Jul 07, 2001
    • Chris Lattner's avatar
      Broad superficial changes: · b1ca9cbc
      Chris Lattner authored
      * Renamed getOpcode to getOpcodeName
      * Changed getOpcodeName to return a const char * instead of string
      * Added a getOpcode method to replace getInstType
      * Changed code to use getOpcode instead of getInstType
      
      llvm-svn: 152
      b1ca9cbc
  16. Jul 06, 2001
Loading