aboutsummaryrefslogtreecommitdiff
path: root/docs/ExceptionHandling.html
AgeCommit message (Expand)Author
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2010-12-09Fix the prototype for the llvm.eh.selector intrinsic.Bill Wendling
2010-10-19Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do anyJim Grosbach
2010-05-28Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman
2010-05-26Add entry for llvm.eh.sjlj.longjmp. PR4999.Jim Grosbach
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-01-28Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach
2009-10-14I don't see any point in having both eh.selector.i32 and eh.selector.i64,Duncan Sands
2009-09-10Fix validation errors.Bill Wendling
2009-09-10Fix validation errors.Bill Wendling
2009-09-09Correct __cxa_end_catch documentation to reflect that it doesn't take any arg...Eric Christopher
2009-08-22Add basic information about SJLJ EHJim Grosbach
2009-08-17Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach
2009-08-15Fix validation errors.Bill Wendling
2009-08-15Fix validation errors.Bill Wendling
2009-08-15Reformatting and some cleanup.Bill Wendling
2009-08-11SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach
2009-08-05Documentation: fix HTML validation errors.Benjamin Kramer
2009-05-14clean up line-wrappingJim Grosbach
2009-05-14Update the names of the exception handling sjlj instrinsics toJim Grosbach
2008-12-29Clarify a bit. Based on feedback by Talin.Duncan Sands
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman
2007-09-22Validation fixesBill Wendling
2007-09-07Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov
2007-08-27There is an impedance matching problem between LLVM andDuncan Sands
2007-07-04Extend eh.selector to support both catches and filters.Duncan Sands
2007-04-16Fix typos.Duncan Sands
2007-04-14Correct typo.Duncan Sands
2007-03-30Various hopefully correct easy fixes.Duncan Sands
2007-03-14First draft of exception handling doc.Jim Laskey