Skip to content
  1. Sep 01, 2011
  2. Aug 31, 2011
  3. Aug 30, 2011
    • Rafael Espindola's avatar
      Emit segmented-stack specific code into function prologues for · c2174211
      Rafael Espindola authored
      X86. Modify the pass added in the previous patch to call this new
      code.
      
      This new prologues generated will call a libgcc routine (__morestack)
      to allocate more stack space from the heap when required
      
      Patch by Sanjoy Das.
      
      llvm-svn: 138812
      c2174211
    • Evan Cheng's avatar
      Follow up to r138791. · e6fba779
      Evan Cheng authored
      Add a instruction flag: hasPostISelHook which tells the pre-RA scheduler to
      call a target hook to adjust the instruction. For ARM, this is used to
      adjust instructions which may be setting the 's' flag. ADC, SBC, RSB, and RSC
      instructions have implicit def of CPSR (required since it now uses CPSR physical
      register dependency rather than "glue"). If the carry flag is used, then the
      target hook will *fill in* the optional operand with CPSR. Otherwise, the hook
      will remove the CPSR implicit def from the MachineInstr.
      
      llvm-svn: 138810
      e6fba779
    • Bob Wilson's avatar
      Do not try to rematerialize a value from a partial definition. · 358a5f6a
      Bob Wilson authored
      I don't currently have a good testcase for this; will try to get one
      tomorrow.  <rdar://problem/10032939>
      
      llvm-svn: 138794
      358a5f6a
    • Jim Grosbach's avatar
      Thumb2 parsing and encoding for IT blocks. · ed16ec42
      Jim Grosbach authored
      llvm-svn: 138773
      ed16ec42
  4. Aug 28, 2011
  5. Aug 27, 2011
  6. Aug 26, 2011
  7. Aug 24, 2011
  8. Aug 23, 2011
  9. Aug 22, 2011
  10. Aug 20, 2011
  11. Aug 19, 2011
Loading