Skip to content
  1. Oct 20, 2003
  2. Aug 14, 2003
  3. Jul 27, 2003
  4. Jun 06, 2003
  5. May 28, 2003
  6. May 25, 2003
  7. May 20, 2003
  8. Jan 15, 2003
  9. Jan 14, 2003
  10. Dec 28, 2002
    • Chris Lattner's avatar
      * Changes to be a MachineFunctionPass · d2a67df7
      Chris Lattner authored
      * Frame information is now stuck in MachineFunctionInfo instead of directly
        in MachineFunction.
      * Don't require a TM as an argument to the ctor
      
      llvm-svn: 5172
      d2a67df7
  11. Oct 28, 2002
  12. Oct 13, 2002
  13. Sep 16, 2002
  14. Aug 12, 2002
    • Chris Lattner's avatar
      - Clean up interface to Sparc register handling a bit: · 56e9166b
      Chris Lattner authored
         - Eliminate Sparc*Order classes, moving contents to Sparc*Class classes
         - get register name methods now return const char * const pointers instead
           of std::string's.
         - Added file header comments to SparcRegClassInfo.(cpp|h)
         - Moved BIG constant arrays out of SparcRegClassInfo.h, into
           SparcRegInfo.cpp.  This should allow a LOT of std::string constructors to
           not have to be called.
      
      llvm-svn: 3295
      56e9166b
  15. Aug 09, 2002
    • Chris Lattner's avatar
      · 959a5fbf
      Chris Lattner authored
      * Removed extraneous #includes
      * Fixed file headers to be consistent with the rest of LLVM
      * Other minor fixes
      
      llvm-svn: 3278
      959a5fbf
  16. Aug 01, 2002
  17. Jul 10, 2002
  18. Jul 09, 2002
  19. Jun 25, 2002
  20. Apr 29, 2002
  21. 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
  22. Apr 09, 2002
Loading