Catch a potentially thrown exception.
[oota-llvm.git] / docs / WritingAnLLVMPass.html
2006-03-14 Reid SpencerChanges docs for llvm.cs.uiuc.edu -> llvm.org
2006-01-06 Robert BocchinoFixed a typo; "= 1" was missing.
2005-11-28 John CriswellFixed a punctuation error.
2005-07-15 John CriswellFixed some punctuation.
2005-04-21 Chris LattnerFix some broken links, taking care of PR554
2005-04-21 Chris Lattnerupdate to match build changes.
2005-01-11 Reid Spencer* Add the use of LOADABLE_MODULE=1 in the makefile...
2004-12-11 Reid SpencerFix some minor spellos and grammaros.
2004-12-08 Tanya LattnerFixed broken links.
2004-11-19 Tanya LattnerFixed a typo.
2004-11-19 Tanya LattnerAdded link to information on Statistic which is in...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-18 Chris LattnerMisha implemented the ModuleProvider interface back...
2004-09-18 Chris LattnerProvide initial docs for CallGraphSCCPass's, and fix...
2004-06-30 Jonathan MantonFixed the tutorial to indicate that we needed to use...
2004-06-22 Tanya LattnerFixing broken links
2004-06-03 Misha BrukmanGCSE has suddenly become a struct, not a class; fix...
2004-05-23 Chris LattnerMake use of the new doc_author class. "Seperate conten...
2004-03-17 Chris LattnerFix a tag-o
2004-03-17 Chris LattnerRewrite the second on AnalysisUsage usage. This docume...
2004-03-08 Misha BrukmanFix some spelling and grammar.
2004-01-26 John CriswellClarified the extension to shared library objects.
2004-01-15 Misha Brukman* HTML 4.01 Strict DTD compliance
2003-10-27 John CriswellMerged in RELEASE_1.
2003-10-23 Chris LattnerRemove explicit paths
2003-09-10 Chris LattnerFix spell-o's
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-07-22 Brian GaekeAdd documentation for runOnMachineFunction()
2003-07-17 Brian GaekeAdded bits about MachineFunctionPass
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-14 Misha BrukmanFixed: </pre</p> => </pre></p>
2002-10-21 Chris LattnerRename Analysis Usage methods
2002-09-25 Chris LattnerAdd documentation for ImmutablePass's
2002-09-17 Chris LattnerFix typeo
2002-09-16 Chris LattnerRemove warning that is no longer applicable
2002-09-12 Chris LattnerAdd a new BasicBlockPass::doInitialization/Finalization...
2002-09-09 Chris LattnerFix minor typo
2002-09-06 Chris Lattner* Remove notes at the top of the file
2002-08-22 Chris LattnerAdd documentation for AnalysisGroup functionality
2002-08-14 Chris LattnerGross, some whitespace escaped
2002-08-14 Chris LattnerFix bug in documentation
2002-08-08 Chris LattnerOh yeah, I wrote it.
2002-08-08 Chris LattnerInitial checkin of the "Writting an LLVM Pass" document