Skip to content
  1. Aug 17, 2012
  2. Aug 16, 2012
  3. Aug 15, 2012
    • Bill Wendling's avatar
      Remove dead flag. · 4d5150d9
      Bill Wendling authored
      llvm-svn: 161990
      4d5150d9
    • Bill Wendling's avatar
      2c8685e3
    • Bill Wendling's avatar
      Remove invalid test. This test requires that dead basic blocks be kept · d63f1f5a
      Bill Wendling authored
      around. That's not how we do things. Besides, the commit message tells us that
      it is covered by the GCC test suite.
      
      ------------------------------------------------------------------------
      r127497 | zwarich | 2011-03-11 13:51:56 -0800 (Fri, 11 Mar 2011) | 3 lines
      
      Fix the GCC test suite issue exposed by r127477, which was caused by stack
      protector insertion not working correctly with unreachable code. Since that
      revision was rolled out, this test doesn't actual fail before this fix.
      ------------------------------------------------------------------------
      
      llvm-svn: 161985
      d63f1f5a
    • Sean Callanan's avatar
      Fixed a problem in the JIT memory allocator where · 219fc0f3
      Sean Callanan authored
      allocations of executable memory would not be padded
      to account for the size of the allocation header.
      This resulted in undersized allocations, meaning that
      when the allocation was written to later the next
      allocation's header would be corrupted.
      
      llvm-svn: 161984
      219fc0f3
Loading