Skip to content
  1. Oct 13, 2003
  2. Sep 01, 2003
  3. Jul 25, 2003
    • Vikram S. Adve's avatar
      (1) Major fix to the way unused regs. are marked and found for the FP · 536b1922
      Vikram S. Adve authored
          Single and FP double reg types (which share the same reg class).
          Now all methods marking/finding unused regs consider the regType
          within the reg class, and SparcFloatRegClass specializes this code.
      (2) Remove machine-specific regalloc. methods that are no longer needed.
          In particular, arguments and return value from a call do not need
          machine-specific code for allocation.
      (3) Rename TargetRegInfo::getRegType variants to avoid unintentional
          overloading when an include file is omitted.
      
      llvm-svn: 7334
      536b1922
  4. Jul 20, 2003
  5. Jul 06, 2003
  6. May 27, 2003
  7. Dec 29, 2002
  8. 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
  9. May 23, 2002
  10. May 19, 2002
    • Vikram S. Adve's avatar
      Numerous bug fixes: · e9327f00
      Vikram S. Adve authored
      -- correct sign extensions for integer casts and for shift-by-constant
         instructions generated for integer multiply
      -- passing FP arguments to functions with more than 6 arguments
      -- passing FP arguments to varargs functions
      -- passing FP arguments to functions with no prototypes
      -- incorrect stack frame size when padding a section
      -- folding getelementptr operations with mixed array and struct indexes
      -- use uint64_t instead of uint for constant offsets in mem operands
      -- incorrect coloring for CC registers (both int and FP): interferences
         were being completely ignored for int CC and were considered but no
         spills were marked for fp CC!
      
      Also some code improvements:
      -- better interface to generating machine instr for common cases
         (many places still need to be updated to use this interface)
      -- annotations on MachineInstr to communicate information from
         one codegen phase to another (now used to pass information about
         CALL/JMPLCALL operands from selection to register allocation)
      -- all sizes and offests in class TargetData are uint64_t instead of uint
      
      llvm-svn: 2640
      e9327f00
  11. Feb 04, 2002
    • Chris Lattner's avatar
      * Minor cleanups · 5216cc55
      Chris Lattner authored
      * Reduce number of #includes
      * Remove blatently misleading qualifiers (how do you have an inlined pure virtual function?)
      * Remove unnecesary & ignored qualifiers (const int argument vs int argument)
      * SparcInternals.h now no longer #includes RegClass.h or SparcRegClassInfo.h
      * Pull inlined functions out of .h file if they are virtual and interfere with dependencies
      
      llvm-svn: 1677
      5216cc55
  12. Jan 20, 2002
  13. Jan 07, 2002
  14. Nov 03, 2001
  15. Oct 23, 2001
  16. Oct 22, 2001
  17. Oct 16, 2001
  18. Oct 15, 2001
  19. Oct 10, 2001
  20. Oct 01, 2001
  21. Sep 19, 2001
  22. Sep 18, 2001
  23. Sep 15, 2001
  24. Sep 14, 2001
Loading