1. c803830 Remove dead llvm.eh.sjlj.dispatchsetup intrinsic. by Bill Wendling · 13 years ago
  2. f5a3c42 fix some out-of-date attribution. by Chris Lattner · 13 years ago
  3. 100a371 Remove incorrect passage. by Bill Wendling · 13 years ago
  4. 2477102 Remove some not-really-correct wording. by Bill Wendling · 13 years ago
  5. a69d998 Fix grammar. by Bill Wendling · 13 years ago
  6. 99aa6b0 Remove dead table entry. by Bill Wendling · 13 years ago
  7. 2a6b073 Some minor (and more involved) cleanups. No real context changes. by Bill Wendling · 13 years ago
  8. 3c05196 Remove some missed references to dead intrinsics. by Bill Wendling · 13 years ago
  9. 4a065dd Update the EH doc to reflect the new EH model. by Bill Wendling · 13 years ago
  10. d7c1086 Implement and document the llvm.eh.resume intrinsic, which is by John McCall · 13 years ago
  11. f5af6ad docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. by NAKAMURA Takumi · 14 years ago
  12. 05d0265 docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. by NAKAMURA Takumi · 14 years ago
  13. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  14. b9a3363 docs: Canonicalize URLs. by NAKAMURA Takumi · 14 years ago
  15. 6bfd4f4 Fix the prototype for the llvm.eh.selector intrinsic. by Bill Wendling · 14 years ago
  16. e4ad387 Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any by Jim Grosbach · 14 years ago
  17. 3dfb3cf Fix whitespace to be more consistent with AsmPrinter's style. by Dan Gohman · 14 years ago
  18. 90346e2 Add entry for llvm.eh.sjlj.longjmp. PR4999. by Jim Grosbach · 14 years ago
  19. e2c3a49 Revert r103213. It broke several sections of live website. by mike-m · 14 years ago[Renamed from docs/main/ExceptionHandling.html]
  20. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 14 years ago[Renamed from docs/ExceptionHandling.html]
  21. ca752c9 Update of 94055 to track the IR level call site information via an intrinsic. by Jim Grosbach · 15 years ago
  22. b01bbdc I don't see any point in having both eh.selector.i32 and eh.selector.i64, by Duncan Sands · 15 years ago
  23. 169e1b0 Fix validation errors. by Bill Wendling · 15 years ago
  24. 808b9ce Fix validation errors. by Bill Wendling · 15 years ago
  25. 61f6978 Correct __cxa_end_catch documentation to reflect that it doesn't take any arguments. by Eric Christopher · 15 years ago
  26. 00484d1 Add basic information about SJLJ EH by Jim Grosbach · 15 years ago
  27. 2962664 Remove a bit more cruft from the sjlj moving to a backend pass. by Jim Grosbach · 15 years ago
  28. bf230bf Fix validation errors. by Bill Wendling · 15 years ago
  29. 3cf4ffd Fix validation errors. by Bill Wendling · 15 years ago
  30. c4f661e Reformatting and some cleanup. by Bill Wendling · 15 years ago
  31. 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 15 years ago
  32. e15192b Documentation: fix HTML validation errors. by Benjamin Kramer · 15 years ago
  33. 06261cd clean up line-wrapping by Jim Grosbach · 15 years ago
  34. f957012 Update the names of the exception handling sjlj instrinsics to by Jim Grosbach · 15 years ago
  35. 6531d47 Clarify a bit. Based on feedback by Talin. by Duncan Sands · 16 years ago
  36. 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 16 years ago
  37. d40bc4a Validation fixes by Bill Wendling · 17 years ago
  38. 8806c7b Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is needed, because they just "mark" register by Anton Korobeynikov · 17 years ago
  39. 6590b04 There is an impedance matching problem between LLVM and by Duncan Sands · 17 years ago
  40. cf26d7c Extend eh.selector to support both catches and filters. by Duncan Sands · 17 years ago
  41. fb0a64a Fix typos. by Duncan Sands · 18 years ago
  42. b0a1cbf Correct typo. by Duncan Sands · 18 years ago
  43. 8036ca4 Various hopefully correct easy fixes. by Duncan Sands · 18 years ago
  44. d0d39b6 First draft of exception handling doc. by Jim Laskey · 18 years ago