Skip to content
  1. Aug 26, 2002
  2. Aug 23, 2002
  3. Aug 22, 2002
  4. Aug 21, 2002
  5. Aug 10, 2002
  6. Aug 08, 2002
  7. Aug 07, 2002
  8. Aug 02, 2002
  9. Jul 31, 2002
  10. Jul 30, 2002
  11. Jul 29, 2002
  12. Jul 27, 2002
    • Chris Lattner's avatar
      * Standardize how analysis results/passes as printed with the print() virtual · 26750075
      Chris Lattner authored
        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: 3116
      26750075
    • 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
  13. Jul 26, 2002
    • Chris Lattner's avatar
      · c8b7092e
      Chris Lattner authored
      * 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
      * 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: 3113
      c8b7092e
    • 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
    • Chris Lattner's avatar
      *** empty log message *** · 64eea749
      Chris Lattner authored
      llvm-svn: 3105
      64eea749
  14. Jul 25, 2002
  15. Jul 23, 2002
  16. Jul 22, 2002
  17. Jul 19, 2002
  18. Jul 18, 2002
    • Chris Lattner's avatar
      * Inline CopyFunctionCallsList · b6d2dc48
      Chris Lattner authored
      * Don't clone OrigCallList
      * Rename removeDeadNodes -> removeTriviallyDeadNodes
      * Implement new removeDeadNodes method
      
      llvm-svn: 2970
      b6d2dc48
Loading