Fix srcdir <> objdir builds with ocaml 2.10. Downrev versions don't care whether
[oota-llvm.git] / docs / WritingAnLLVMPass.html
2007-07-25 Devang PatelFix example code.
2007-07-06 Gabor Greiffirst pass of nomenclature changes in .html files
2007-06-20 Devang PatelUpdate AnalysisGroup documentation to document restrict...
2007-06-07 Tanya LattnerCorrect typo. Should be "not allowed"
2007-05-18 Chris Lattnervalidation fix
2007-05-18 Chris Lattnervalidation fixes
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelUpdate doc to reflect changes I am about to install...
2007-04-17 Devang PatelRemove "ModulePasses requiring FunctionPasses" from...
2007-04-16 Devang PatelDocument how, module pass can require function pass.
2007-03-19 Devang PatelDocument LoopPass.
2007-03-14 Jim LaskeyChange e-mail address.
2007-01-23 Devang PatelFix cut-n-pasto.
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-09-28 Reid SpencerProvide a gdb usage fix provided by Zhongzing Xu.
2006-08-28 Chris LattnerUpdate to match changes in RegisterAnalysisGroup usage
2006-08-27 Chris Lattnerupdate doc: analyze is gone and passes should just...
2006-08-11 Chris LattnerMinor cleanups
2006-08-08 Reid SpencerUpdate the instructions for writing a pass as a loadabl...
2006-08-04 Jim LaskeyAdded how to add machine passes to command line options.
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