Skip to content
  1. Oct 21, 2002
  2. Oct 20, 2002
  3. Oct 17, 2002
  4. Oct 03, 2002
  5. Oct 02, 2002
  6. Aug 21, 2002
    • Chris Lattner's avatar
      · c869ecbe
      Chris Lattner authored
      - Do not expose ::ID from any of the analyses anymore.
      
      llvm-svn: 3416
      c869ecbe
  7. Aug 07, 2002
  8. Jul 31, 2002
  9. 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
  10. 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
  11. Jul 25, 2002
  12. Jul 19, 2002
  13. Jul 18, 2002
Loading