Skip to content
  1. Apr 07, 2011
  2. Apr 05, 2011
    • Bill Wendling's avatar
      Revamp the SjLj "dispatch setup" intrinsic. · dd4dcd54
      Bill Wendling authored
      It needed to be moved closer to the setjmp statement, because the code directly
      after the setjmp needs to know about values that are on the stack. Also, the
      'bitcast' of the function context was causing a dead load. This wouldn't be too
      horrible, except that at -O0 it wasn't optimized out, and because it wasn't
      using the correct base pointer (if there is a VLA), it would try to access a
      value from a garbage address.
      <rdar://problem/9130540>
      
      llvm-svn: 128873
      dd4dcd54
    • Stuart Hastings's avatar
      Revert 123704; it broke threaded LLVM. · ad68c93a
      Stuart Hastings authored
      llvm-svn: 128868
      ad68c93a
  3. Apr 02, 2011
  4. Apr 01, 2011
  5. Mar 26, 2011
  6. Mar 25, 2011
  7. Mar 23, 2011
  8. Mar 21, 2011
  9. Mar 19, 2011
  10. Mar 17, 2011
  11. Mar 16, 2011
  12. Mar 15, 2011
  13. Mar 14, 2011
  14. Mar 11, 2011
  15. Mar 10, 2011
  16. Mar 09, 2011
  17. Mar 08, 2011
  18. Mar 07, 2011
  19. Mar 06, 2011
  20. Mar 05, 2011
Loading