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 Added -b option to override the default bitcode output file name. 2009-07-22 18:41:45 +00:00
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 Remove the IA-64 backend. 2009-07-24 00:30:09 +00:00
CodingStandards.html discourage else after "noreturn" statements. 2009-07-28 22:54:04 +00:00
CommandLine.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
CompilerDriver.html
CompilerDriverTutorial.html
CompilerWriterInfo.html
DeveloperPolicy.html add a note about the build bots 2009-08-01 19:25:25 +00:00
doxygen.cfg.in
doxygen.css
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 link to a newer preso 2009-07-29 06:19:14 +00:00
LangRef.html common globals may also not be marked constant. 2009-08-05 05:41:44 +00:00
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 fix some typos pointed out by Hidenobu Seki 2009-07-18 21:47:15 +00:00
SystemLibrary.html we beat exceptions out of lib/system a long time ago. 2009-07-17 21:11:24 +00:00
TableGenFundamentals.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
TestingGuide.html
UsingLibraries.html Remove the IA-64 backend. 2009-07-24 00:30:09 +00:00
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