Skip to content
  1. Sep 17, 2002
  2. Sep 14, 2002
    • Misha Brukman's avatar
      · 2e8086f0
      Misha Brukman authored
      Function.h is unnecessary when Module.h is included.
      
      llvm-svn: 3716
      2e8086f0
    • Misha Brukman's avatar
      · 09d24c73
      Misha Brukman authored
      Following Chris's advice, I'm pruning some unnecessary .h includes that I'm
      noticing. Since Module includes Function, and eventually, BasicBlock and
      GlobalVariable, the last three are unnecessary to be included directly.
      
      llvm-svn: 3713
      09d24c73
    • Chris Lattner's avatar
      Change the MallocInst & AllocaInst ctors to take the allocated type, not the · fc91ee91
      Chris Lattner authored
      pointer type returned.
      
      llvm-svn: 3711
      fc91ee91
    • Chris Lattner's avatar
      · 322bf4f3
      Chris Lattner authored
      Change the MallocInst & AllocaInst ctors to take the allocated type, not the
      pointer type returned.
      
      llvm-svn: 3710
      322bf4f3
  3. Sep 11, 2002
  4. 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
  5. Sep 08, 2002
  6. Aug 23, 2002
    • Chris Lattner's avatar
      · 02fe752f
      Chris Lattner authored
      Eliminated the MemAccessInst class, folding contents into GEP class.
      
      llvm-svn: 3488
      02fe752f
  7. Aug 22, 2002
  8. Aug 18, 2002
  9. Aug 14, 2002
  10. 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
  11. Aug 01, 2002
  12. Jul 30, 2002
  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
  14. Jul 25, 2002
  15. Jul 24, 2002
  16. Jul 23, 2002
  17. Jul 22, 2002
  18. Jul 18, 2002
  19. Jul 11, 2002
  20. Jun 30, 2002
  21. Jun 25, 2002
Loading