Skip to content
  1. May 28, 2011
    • John McCall's avatar
      Implement and document the llvm.eh.resume intrinsic, which is · 046c47e9
      John McCall authored
      transformed by the inliner into a branch to the enclosing landing pad
      (when inlined through an invoke).  If not so optimized, it is lowered
      DWARF EH preparation into a call to _Unwind_Resume (or _Unwind_SjLj_Resume
      as appropriate).  Its chief advantage is that it takes both the
      exception value and the selector value as arguments, meaning that there
      is zero effort in recovering these;  however, the frontend is required
      to pass these down, which is not actually particularly difficult.
      
      Also document the behavior of landing pads a bit better, and make it
      clearer that it's okay that personality functions don't always land at
      landing pads.  This is just a fact of life.  Don't write optimizations that
      rely on pushing things over an unwind edge.
      
      llvm-svn: 132253
      046c47e9
    • Chad Rosier's avatar
      Clean out the 2.9 Release Notes. Mostly limited to What's New in LLVM · 06da55e7
      Chad Rosier authored
      and enhancements in sub-project status updates.
      
      llvm-svn: 132227
      06da55e7
  2. May 27, 2011
  3. May 25, 2011
  4. May 23, 2011
  5. May 22, 2011
  6. May 18, 2011
  7. May 16, 2011
  8. May 07, 2011
  9. May 05, 2011
  10. May 03, 2011
  11. May 01, 2011
  12. Apr 29, 2011
  13. Apr 27, 2011
  14. Apr 24, 2011
  15. Apr 23, 2011
  16. Apr 21, 2011
  17. Apr 19, 2011
  18. Apr 18, 2011
  19. Apr 16, 2011
  20. Apr 15, 2011
  21. Apr 14, 2011
  22. Apr 13, 2011
  23. Apr 12, 2011
  24. Apr 11, 2011
  25. Apr 10, 2011
  26. Apr 09, 2011
Loading