Skip to content
  1. Dec 19, 2003
  2. Nov 11, 2003
  3. Oct 20, 2003
  4. Aug 24, 2003
  5. Aug 17, 2003
  6. May 20, 2003
  7. Feb 24, 2003
  8. Jun 25, 2002
  9. May 26, 2002
  10. May 21, 2002
  11. May 07, 2002
  12. May 06, 2002
  13. Apr 29, 2002
  14. Apr 28, 2002
  15. Apr 27, 2002
    • Chris Lattner's avatar
      * Rename MethodPass class to FunctionPass · c8e66543
      Chris Lattner authored
        - Rename runOnMethod to runOnFunction
      * Transform getAnalysisUsageInfo into getAnalysisUsage
        - Method is now const
        - It now takes one AnalysisUsage object to fill in instead of 3 vectors
          to fill in
        - Pass's now specify which other passes they _preserve_ not which ones
          they modify (be conservative!)
        - A pass can specify that it preserves all analyses (because it never
          modifies the underlying program)
      * s/Method/Function/g in other random places as well
      
      llvm-svn: 2333
      c8e66543
  16. Apr 09, 2002
  17. Apr 08, 2002
  18. Apr 07, 2002
  19. Mar 11, 2002
  20. Feb 26, 2002
  21. Jan 22, 2002
  22. Jan 20, 2002
  23. Dec 13, 2001
  24. Dec 03, 2001
  25. Nov 26, 2001
  26. Oct 31, 2001
  27. Oct 18, 2001
  28. Oct 02, 2001
  29. Oct 01, 2001
  30. Sep 07, 2001
    • Chris Lattner's avatar
      * Supoprt global constants · 030772df
      Chris Lattner authored
      * Remove support for local constant pools
      * Eliminate constant pool merging method, which is no longer neccesary
      * Disable invalid optimization (todo: fix it)
      
      llvm-svn: 452
      030772df
  31. Jul 07, 2001
    • Chris Lattner's avatar
      Broad superficial changes: · b1ca9cbc
      Chris Lattner authored
      * Renamed getOpcode to getOpcodeName
      * Changed getOpcodeName to return a const char * instead of string
      * Added a getOpcode method to replace getInstType
      * Changed code to use getOpcode instead of getInstType
      
      llvm-svn: 152
      b1ca9cbc
    • Chris Lattner's avatar
      Changed the fundemental architecture of Operands for Instructions. Now · a073acb2
      Chris Lattner authored
      Operands are maintained as a vector<Use> in the User class, and operator
      iterators are provided as before.  Getting an operand no longer requires
      a virtual function call.
      
      WARNING: getOperand(x) where x >= getNumOperands() will now assert instead
      of returning null!
      
      llvm-svn: 149
      a073acb2
  32. Jun 30, 2001
Loading