Skip to content
  1. Sep 10, 2002
    • Chris Lattner's avatar
      · 5c447863
      Chris Lattner authored
      Simplify code (somtimes dramatically), by using the new "auto-insert" feature
      of instruction constructors.
      
      llvm-svn: 3655
      5c447863
  2. Sep 08, 2002
  3. Aug 23, 2002
    • Chris Lattner's avatar
      · 02fe752f
      Chris Lattner authored
      Eliminated the MemAccessInst class, folding contents into GEP class.
      
      llvm-svn: 3488
      02fe752f
  4. Aug 22, 2002
  5. Aug 18, 2002
  6. Aug 14, 2002
  7. Aug 08, 2002
    • Chris Lattner's avatar
      · f0ed55d1
      Chris Lattner authored
      - Cleaned up the interface to AnalysisUsage to take analysis class names
         instead of ::ID's.
       - Pass::getAnalysis<> now no longer takes an optional argument
      
      llvm-svn: 3265
      f0ed55d1
  8. Aug 01, 2002
  9. Jul 30, 2002
  10. 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
  11. Jul 25, 2002
  12. Jul 24, 2002
  13. Jul 23, 2002
  14. Jul 22, 2002
  15. Jul 18, 2002
  16. Jul 11, 2002
  17. Jun 30, 2002
  18. Jun 25, 2002
  19. May 26, 2002
  20. May 24, 2002
Loading