Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / docs / ExceptionHandling.html
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-09 NAKAMURA Takumidocs: Canonicalize URLs.
2010-12-09 Bill WendlingFix the prototype for the llvm.eh.selector intrinsic.
2010-10-19 Jim GrosbachAdd a pre-dispatch SjLj EH hook on the unwind edge...
2010-05-28 Dan GohmanFix whitespace to be more consistent with AsmPrinter...
2010-05-26 Jim GrosbachAdd entry for llvm.eh.sjlj.longjmp. PR4999.
2010-05-07 mike-mRevert r103213. It broke several sections of live website.
2010-05-06 mike-mOverhauled llvm/clang docs builds. Closes PR6613.
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2009-10-14 Duncan SandsI don't see any point in having both eh.selector.i32...
2009-09-10 Bill WendlingFix validation errors.
2009-09-10 Bill WendlingFix validation errors.
2009-09-09 Eric ChristopherCorrect __cxa_end_catch documentation to reflect that...
2009-08-22 Jim GrosbachAdd basic information about SJLJ EH
2009-08-17 Jim GrosbachRemove a bit more cruft from the sjlj moving to a backe...
2009-08-15 Bill WendlingFix validation errors.
2009-08-15 Bill WendlingFix validation errors.
2009-08-15 Bill WendlingReformatting and some cleanup.
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-05 Benjamin KramerDocumentation: fix HTML validation errors.
2009-05-14 Jim Grosbachclean up line-wrapping
2009-05-14 Jim GrosbachUpdate the names of the exception handling sjlj instrin...
2008-12-29 Duncan SandsClarify a bit. Based on feedback by Talin.
2008-12-11 Misha BrukmanGlobal replace of yellow W3C "valid HTML/CSS" icons...
2007-09-22 Bill WendlingValidation fixes
2007-09-07 Anton KorobeynikovSplit eh.select / eh.typeid.for intrinsics into i32...
2007-08-27 Duncan SandsThere is an impedance matching problem between LLVM and
2007-07-04 Duncan SandsExtend eh.selector to support both catches and filters.
2007-04-16 Duncan SandsFix typos.
2007-04-14 Duncan SandsCorrect typo.
2007-03-30 Duncan SandsVarious hopefully correct easy fixes.
2007-03-14 Jim LaskeyFirst draft of exception handling doc.