We actually don't have spiff anymore
[oota-llvm.git] / docs / ProgrammersManual.html
2004-03-18 Chris LattnerFix a minor wording bug in the manual
2004-02-09 Chris LattnerMethod is gone
2004-01-15 Misha Brukman* Conform to HTML 4.01 strict DTD
2003-11-27 Chris LattnerFix grammaro
2003-11-25 Chris Lattnercheckin reid's docpatch
2003-11-11 Misha BrukmanAdded link to ``CVS Branching and Tags Primer''.
2003-11-07 Brian GaekeMention class CallSite
2003-10-27 John CriswellMerged in RELEASE_1.
2003-09-20 Chris Lattnerupdate dox
2003-09-10 Chris LattnerFix spell-o's
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-05 Chris Lattner"fix" coding style stuff
2003-08-01 Chris LattnerFix a bug
2003-08-01 Chris LattnerUpdate information about the new DEBUG_TYPE macro
2003-07-28 Misha BrukmanAdded comma after `i.e.'
2003-05-07 Misha BrukmanFixed syntax error (in documentation!): missing parenth...
2003-04-23 Chris LattnerRemove documented problem that is now fixed
2003-02-26 Chris LattnerUpdate programmers manual for renamed method
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-11-08 Chris LattnerAdd some notes about DEBUG flag
2002-10-21 Chris LattnerAdd a link to C++ in a nutshell book
2002-10-01 Chris LattnerDo some cleanups to the Type and Constant section to...
2002-10-01 Chris LattnerUpdate manual to reflect recent changes in the Statisti...
2002-09-29 Joel StanleyFixed errors in ReplaceInstWithValue/ReplaceInstWithIns...
2002-09-22 Chris LattnerUpdate url
2002-09-22 Chris LattnerAdd information about the DEBUG() macro and the Statist...
2002-09-18 Chris LattnerClean up tags, link to the right .h file
2002-09-18 Joel StanleyFinished instruction replacement section, etc. Need...
2002-09-18 Misha BrukmanFixed grammar (User's -> Users).
2002-09-17 Chris LattnerAvoid using two i's in the same statements
2002-09-16 Chris LattnerFix typeo
2002-09-12 Chris LattnerAdd a </ul> that was missing and caused the document...
2002-09-12 Chris LattnerIncorporate information about deleting instructions...
2002-09-12 Chris LattnerAdd some information about the Instruction class and...
2002-09-11 Joel Stanley- Added content to use-def/def-use section
2002-09-11 Joel Stanley*** empty log message ***
2002-09-10 Chris LattnerFinish up the isa/cast/dyn_cast section
2002-09-10 Chris LattnerWrite most of the isa, cast, dyn_cast section. It...
2002-09-09 Chris Lattner* Write the prose for the Basic Inspection and Traversa...
2002-09-09 Joel Stanley*** empty log message ***
2002-09-09 Joel Stanley- Made distinction between object->iterator and iterato...
2002-09-09 Chris LattnerClean up the isa section stub. It should not be listed...
2002-09-09 Chris LattnerStub out another couple sections that it looks like...
2002-09-07 Chris LattnerTest commit
2002-09-06 Joel Stanley*** empty log message ***
2002-09-06 Joel StanleyFixed typos and added &lt/&gt/&amp tags where appropriate
2002-09-06 Chris Lattner* Fix a couple more <>&'s
2002-09-06 Chris LattnerMinor fixes html type fixes: & -> &amp; > -> &gt;...
2002-09-06 Chris LattnerMinor fix, test that web autoupdate works for people...
2002-09-06 Joel StanleyAdded subsections to 'Basic Inspection and Traversal...
2002-09-06 Chris LattnerAdd skeleton to the section contents so that Joel knows...
2002-09-06 Chris LattnerAdd new section
2002-09-06 Chris LattnerTrivial change to test CVS checkout scripts
2002-09-06 Chris LattnerAdd information about the GlobalVariable and Module...
2002-09-06 Chris LattnerInitial checkin of the first part of the Programmer...