Skip to content
  1. Mar 24, 2011
  2. Mar 23, 2011
  3. Mar 22, 2011
    • Owen Anderson's avatar
      RIT_ARM_ThumbBranch32Bit relocations are not used and should never be generated. · 6149a341
      Owen Anderson authored
      This fixes kimwitu++, bullet, and tramp3dv4 with the ARM integrated assembler.
      Fixes <rdar://problem/9165738>.
      
      llvm-svn: 128117
      6149a341
    • Jakob Stoklund Olesen's avatar
      Reapply r128045 and r128051 with fixes. · ec0ac3ca
      Jakob Stoklund Olesen authored
      This will extend the ranges of debug info variables in registers until they are
      clobbered.
      
      Fix 1: Don't mistake DBG_VALUE instructions referring to incoming arguments on
      the stack with DBG_VALUE instructions referring to variables in the frame
      pointer. This fixes the gdb test-suite failure.
      
      Fix 2: Don't trace through copies to physical registers setting up call
      arguments. These registers are call clobbered, and the source register is more
      likely to be a callee-saved register that can be extended through the call
      instruction.
      
      llvm-svn: 128114
      ec0ac3ca
Loading