Skip to content
  1. Aug 06, 2008
    • Dan Gohman's avatar
      xchg does not modify FLAGS. · 04f4c833
      Dan Gohman authored
      llvm-svn: 54411
      04f4c833
    • Bruno Cardoso Lopes's avatar
      Added support for fp callee saved registers. · 4659aad6
      Bruno Cardoso Lopes authored
      Added fp register clobbering during calls.
      Added AsmPrinter support for "fmask", a bitmask that indicates where on the 
      stack the fp callee saved registers are.
      
      Fixed the stack frame layout for Mips, now the callee saved regs 
      are in the right stack location (a little documentation about how this
      stack frame must look like is present in MipsRegisterInfo.cpp).
      This was done using the method MipsRegisterInfo::adjustMipsStackFrame
      To be more clear, these are examples of what is solves :  
      
      1) FP and RA are also callee saved, and despite they aren't in CSI they 
         must be saved before the fp callee saved registers. 
      2) The ABI requires that local varibles are allocated before the callee 
         saved register area, the opposite behavior from the default allocation.
      3) CPU and FPU saved register area must be aligned independent of each
         other.
      
      llvm-svn: 54403
      4659aad6
    • Evan Cheng's avatar
      7823a411
  2. Aug 05, 2008
  3. Aug 04, 2008
  4. Aug 03, 2008
  5. Aug 02, 2008
  6. Jul 31, 2008
  7. Jul 30, 2008
  8. Jul 29, 2008
  9. Jul 28, 2008
  10. Jul 27, 2008
  11. Jul 25, 2008
  12. Jul 24, 2008
Loading