Skip to content
  1. Aug 29, 2006
  2. Aug 28, 2006
  3. Aug 27, 2006
  4. Aug 26, 2006
  5. Aug 25, 2006
    • Evan Cheng's avatar
      Encode pc-relative conditional branch offset as pc+(num of bytes / 4). The · d7572fb2
      Evan Cheng authored
      asm printer will print it as offset*4. e.g. bne cr0, $+8.
      
      The PPC code emitter was expecting the offset to be number of instructions, not
      number of bytes. This fixes a whole bunch of JIT failures.
      
      llvm-svn: 29885
      d7572fb2
    • Reid Spencer's avatar
      For PR797: · 50eac3b8
      Reid Spencer authored
      Make the Win32 code exception free (untested/uncompiled) which forced some
      interface changes which had ripple effect. This should be the last of 797.
      
      llvm-svn: 29884
      50eac3b8
    • Reid Spencer's avatar
      For PR797: · 51e6f68b
      Reid Spencer authored
      Final commit for this bug. This removes the last EH holdouts in LLVM
      and turns off exception support by using the -fno-exceptions option. This
      leads to the following reduction in library and executable sizes:
                      DEBUG BUILD                RELEASE BUILD
               before     after   delta     before   after    delta
      lib    162,328K  157,616K   4,712    17,864K  16,416K  1,448K
      bin    571,444K  557,156K  14,288    63,296K   56,996K 6,300K
      
      Debug   Improvement: 19,000K (2.59%)
      Release Improvement:  7,748K (9.55%)
      
      llvm-svn: 29882
      51e6f68b
    • Jim Laskey's avatar
      Consolidate callee saved register information so that it can me used by debug · 92206f94
      Jim Laskey authored
      information and exception handling.
      
      llvm-svn: 29881
      92206f94
    • Jim Laskey's avatar
      Fix some comments. · d51ce619
      Jim Laskey authored
      llvm-svn: 29880
      d51ce619
    • Jim Laskey's avatar
      Allow for register numbers > 31. · f8bf1e60
      Jim Laskey authored
      llvm-svn: 29879
      f8bf1e60
Loading