Skip to content
  1. Nov 21, 2003
  2. Nov 20, 2003
  3. Nov 11, 2003
  4. Oct 20, 2003
  5. Sep 10, 2003
  6. May 23, 2003
  7. Mar 31, 2003
  8. Sep 12, 2002
  9. Sep 11, 2002
  10. Aug 21, 2002
  11. 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
  12. 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
  13. Jul 23, 2002
  14. Jun 25, 2002
  15. May 08, 2002
  16. May 07, 2002
  17. Apr 27, 2002
  18. Apr 07, 2002
  19. Feb 01, 2002
  20. Jan 31, 2002
  21. Jan 20, 2002
  22. Dec 03, 2001
  23. 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
  24. Jul 06, 2001
Loading