aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ExceptionHandling.html
Commit message (Expand)AuthorAgeFilesLines
* Sphinxify the exception handling doc.Bill Wendling2012-06-271-563/+0
* [docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar2012-04-191-1/+1
* llvm/docs/*.html: Fix markups.NAKAMURA Takumi2012-03-271-0/+2
* Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.Bill Wendling2011-11-281-20/+0
* fix some out-of-date attribution.Chris Lattner2011-11-271-2/+1
* Remove incorrect passage.Bill Wendling2011-09-271-8/+4
* Remove some not-really-correct wording.Bill Wendling2011-09-271-6/+1
* Fix grammar.Bill Wendling2011-09-261-2/+2
* Remove dead table entry.Bill Wendling2011-09-261-1/+0
* Some minor (and more involved) cleanups. No real context changes.Bill Wendling2011-09-261-128/+121
* Remove some missed references to dead intrinsics.Bill Wendling2011-09-201-5/+2
* Update the EH doc to reflect the new EH model.Bill Wendling2011-09-201-194/+94
* Implement and document the llvm.eh.resume intrinsic, which isJohn McCall2011-05-281-39/+97
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-31/+31
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-181-46/+46
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
* Fix the prototype for the llvm.eh.selector intrinsic.Bill Wendling2010-12-091-1/+1
* Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do anyJim Grosbach2010-10-191-0/+18
* Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman2010-05-281-2/+2
* Add entry for llvm.eh.sjlj.longjmp. PR4999.Jim Grosbach2010-05-261-0/+20
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+606
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-606/+0
* Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach2010-01-281-0/+19
* I don't see any point in having both eh.selector.i32 and eh.selector.i64,Duncan Sands2009-10-141-4/+2
* Fix validation errors.Bill Wendling2009-09-101-3/+3
* Fix validation errors.Bill Wendling2009-09-101-9/+11
* Correct __cxa_end_catch documentation to reflect that it doesn't take any arg...Eric Christopher2009-09-091-4/+9
* Add basic information about SJLJ EHJim Grosbach2009-08-221-3/+36
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-171-19/+0
* Fix validation errors.Bill Wendling2009-08-151-3/+3
* Fix validation errors.Bill Wendling2009-08-151-11/+11
* Reformatting and some cleanup.Bill Wendling2009-08-151-223/+247
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-1/+38
* Documentation: fix HTML validation errors.Benjamin Kramer2009-08-051-0/+2
* clean up line-wrappingJim Grosbach2009-05-141-4/+4
* Update the names of the exception handling sjlj instrinsics toJim Grosbach2009-05-141-0/+26
* Clarify a bit. Based on feedback by Talin.Duncan Sands2008-12-291-20/+21
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
* Validation fixesBill Wendling2007-09-221-8/+7
* Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov2007-09-071-2/+4
* There is an impedance matching problem between LLVM andDuncan Sands2007-08-271-24/+62
* Extend eh.selector to support both catches and filters.Duncan Sands2007-07-041-47/+26
* Fix typos.Duncan Sands2007-04-161-3/+3
* Correct typo.Duncan Sands2007-04-141-1/+1
* Various hopefully correct easy fixes.Duncan Sands2007-03-301-3/+3
* First draft of exception handling doc.Jim Laskey2007-03-141-0/+460