llvm-6502/docs
Jim Grosbach 1b747ad8a0 SjLj based exception handling unwinding support. This patch is nasty, brutish
and short. Well, it's kinda short. Definitely nasty and brutish.

The front-end generates the register/unregister calls into the SjLj runtime,
call-site indices and landing pad dispatch. The back end fills in the LSDA
with the call-site information provided by the front end. Catch blocks are
not yet implemented.

Built on Darwin and verified no llvm-core "make check" regressions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78625 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-11 00:09:57 +00:00
..
CommandGuide
HistoricalNotes
img
tutorial Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
AliasAnalysis.html
BitCodeFormat.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
Bugpoint.html
CFEBuildInstrs.html
CMake.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
CodeGenerator.html
CodingStandards.html
CommandLine.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
CompilerDriver.html
CompilerDriverTutorial.html
CompilerWriterInfo.html
DeveloperPolicy.html
doxygen.cfg.in
doxygen.css Upgrade in preparation for doxygen 1.4.4. The config file format changed, 2006-05-15 21:36:13 +00:00
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.html SjLj based exception handling unwinding support. This patch is nasty, brutish 2009-08-11 00:09:57 +00:00
ExtendedIntegerResults.txt
ExtendingLLVM.html
FAQ.html
GarbageCollection.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
GCCFEBuildInstrs.html
GetElementPtr.html
GettingStarted.html Add note about msys perl needed for windows/mingw32 builds. 2009-08-06 12:54:58 +00:00
GettingStartedVS.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
GoldPlugin.html
HowToReleaseLLVM.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
HowToSubmitABug.html
index.html
LangRef.html
Lexicon.html
LinkTimeOptimization.html
llvm.css
Makefile
MakefileGuide.html
Passes.html
ProgrammersManual.html Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. 2009-08-07 23:48:59 +00:00
Projects.html
ReleaseNotes-2.6.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
ReleaseNotes.html
SourceLevelDebugging.html
SystemLibrary.html
TableGenFundamentals.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
TestingGuide.html
UsingLibraries.html
WritingAnLLVMBackend.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
WritingAnLLVMPass.html Clarify limitations of a ModulePass requiring a FunctionPass. 2009-08-10 16:37:29 +00:00