summaryrefslogtreecommitdiff
path: root/docs/ExceptionHandling.html
Commit message (Expand)AuthorAge
* Remove incorrect passage.Bill Wendling2011-09-27
* Remove some not-really-correct wording.Bill Wendling2011-09-27
* Fix grammar.Bill Wendling2011-09-26
* Remove dead table entry.Bill Wendling2011-09-26
* Some minor (and more involved) cleanups. No real context changes.Bill Wendling2011-09-26
* Remove some missed references to dead intrinsics.Bill Wendling2011-09-20
* Update the EH doc to reflect the new EH model.Bill Wendling2011-09-20
* Implement and document the llvm.eh.resume intrinsic, which isJohn McCall2011-05-28
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-23
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-18
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-09
* Fix the prototype for the llvm.eh.selector intrinsic.Bill Wendling2010-12-09
* Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do anyJim Grosbach2010-10-19
* Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman2010-05-28
* Add entry for llvm.eh.sjlj.longjmp. PR4999.Jim Grosbach2010-05-26
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach2010-01-28
* I don't see any point in having both eh.selector.i32 and eh.selector.i64,Duncan Sands2009-10-14
* Fix validation errors.Bill Wendling2009-09-10
* Fix validation errors.Bill Wendling2009-09-10
* Correct __cxa_end_catch documentation to reflect that it doesn't take any arg...Eric Christopher2009-09-09
* Add basic information about SJLJ EHJim Grosbach2009-08-22
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-17
* Fix validation errors.Bill Wendling2009-08-15
* Fix validation errors.Bill Wendling2009-08-15
* Reformatting and some cleanup.Bill Wendling2009-08-15
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* Documentation: fix HTML validation errors.Benjamin Kramer2009-08-05
* clean up line-wrappingJim Grosbach2009-05-14
* Update the names of the exception handling sjlj instrinsics toJim Grosbach2009-05-14
* Clarify a bit. Based on feedback by Talin.Duncan Sands2008-12-29
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-11
* Validation fixesBill Wendling2007-09-22
* Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov2007-09-07
* There is an impedance matching problem between LLVM andDuncan Sands2007-08-27
* Extend eh.selector to support both catches and filters.Duncan Sands2007-07-04
* Fix typos.Duncan Sands2007-04-16
* Correct typo.Duncan Sands2007-04-14
* Various hopefully correct easy fixes.Duncan Sands2007-03-30
* First draft of exception handling doc.Jim Laskey2007-03-14