Skip to content
  1. Aug 08, 2008
  2. Aug 07, 2008
  3. Aug 06, 2008
    • Dan Gohman's avatar
      Re-introduce the 8-bit subreg zext-inreg patterns for x86-32, · 91c2c432
      Dan Gohman authored
      this time using MOV32to32_ and MOV16to16_. Thanks to Evan for
      suggesting this.
      
      llvm-svn: 54418
      91c2c432
    • 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
  4. Aug 05, 2008
  5. Aug 04, 2008
Loading