Skip to content
  1. May 24, 2011
  2. May 23, 2011
    • Akira Hatanaka's avatar
      Fixes related to coding style. · 9dbb45b5
      Akira Hatanaka authored
      llvm-svn: 131922
      9dbb45b5
    • Akira Hatanaka's avatar
      Fix MipsAsmPrinter::printSavedRegsBitmaskChange. Remove functions and variables · 90d96f44
      Akira Hatanaka authored
      in MipsFunctionInfo that are no longer used.
      
      llvm-svn: 131917
      90d96f44
    • Akira Hatanaka's avatar
      Change StackDirection from StackGrowsUp to StackGrowsDown. · f9e5750f
      Akira Hatanaka authored
      The following improvements are accomplished as a result of applying this patch:
      - Fixed frame objects' offsets (relative to either the virtual frame pointer or
        the stack pointer) are set before instruction selection is completed. There is
        no need to wait until Prologue/Epilogue Insertion is run to set them.
      - Calculation of final offsets of fixed frame objects is straightforward. It is
        no longer necessary to assign negative offsets to fixed objects for incoming
        arguments in order to distinguish them from the others.
      - Since a fixed object has its relative offset set during instruction
        selection, there is no need to conservatively set its alignment to 4.
      - It is no longer necessary to reorder non-fixed frame objects in 
        MipsFrameLowering::adjustMipsStackFrame.
      
      llvm-svn: 131915
      f9e5750f
  3. May 21, 2011
  4. May 20, 2011
  5. May 19, 2011
  6. May 12, 2011
  7. May 09, 2011
  8. May 07, 2011
  9. May 06, 2011
  10. May 04, 2011
  11. May 03, 2011
  12. Apr 25, 2011
  13. Apr 15, 2011
  14. Apr 07, 2011
  15. Apr 04, 2011
  16. Apr 02, 2011
  17. Apr 01, 2011
Loading