Skip to content
  1. Nov 11, 2002
  2. Nov 10, 2002
    • Chris Lattner's avatar
      * Bottom-Up graphs print the Aux call vector · 3b83d797
      Chris Lattner authored
      * Significantly improve DEBUG output
      * Aggressively fold calls together if we inlined a graph that provides
        call nodes.
      * Add a bailout if the current graph has over 200 call nodes in it, this is
        a really whacky case that should never happen.
      
      llvm-svn: 4675
      3b83d797
  3. Nov 09, 2002
  4. Nov 08, 2002
  5. Nov 07, 2002
  6. Nov 06, 2002
  7. Nov 04, 2002
  8. Nov 03, 2002
  9. Nov 02, 2002
  10. Nov 01, 2002
  11. Oct 22, 2002
  12. Oct 21, 2002
  13. Oct 20, 2002
  14. Oct 17, 2002
  15. Oct 03, 2002
  16. Oct 02, 2002
  17. 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
  18. Aug 07, 2002
  19. Jul 31, 2002
  20. 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
  21. 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
  22. Jul 25, 2002
  23. Jul 19, 2002
  24. Jul 18, 2002
Loading