summaryrefslogtreecommitdiff
path: root/docs/ExceptionHandling.html
Commit message (Expand)AuthorAge
* 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