For PR950:
[oota-llvm.git] / docs / ProgrammersManual.html
2006-10-20 Reid SpencerFor PR950:
2006-10-11 Bill WendlingClean-up of formatting and spelling.
2006-10-11 Bill WendlingPut code example inside of "doc_code" divisions.
2006-10-02 Jim LaskeyUpdate documentaion of node annotation (coloring) in...
2006-04-14 Reid SpencerCorrect the Superclasses list for GlobalVariable and...
2006-03-14 Reid SpencerChanges docs for llvm.cs.uiuc.edu -> llvm.org
2005-11-28 Chris LattnerUse std:: where appropriate
2005-11-01 Misha Brukman* Replace ampersands in section titles with more formal...
2005-10-17 Chris LattnerAdd notes about MF.viewCFG() and friends.
2005-05-10 Misha BrukmanRemove vim modeline; this should go into ~/.vimrc
2005-04-26 Chris Lattnerno parens
2005-04-26 Chris Lattnerupdate some paths
2005-04-25 Chris LattnerAdd feedback from Vikram
2005-04-23 Chris Lattneradd a bunch of documentation about the LLVM type resolu...
2005-04-23 Chris Lattnermake an advanced topics section, move symtab to it
2005-04-22 Chris Lattnerremove 'another common example', which doesn't work...
2005-03-15 Chris Lattnermethods removed.
2005-03-15 Chris Lattnerswitch from a* to arg_* and g* to global_* for argument...
2005-03-06 Chris Lattnercleanup some html
2005-03-06 Chris LattnerThese methods are removed.
2005-01-17 Chris LattnerFix typos noticed by Gabor Greif, thanks Gabor!
2004-12-08 Chris LattnerTest commit
2004-12-08 Tanya LattnerFixed broken link to Bruce Eckle's book.
2004-11-01 Reid SpencerAttempt HTML 4.01 Strict compliance.
2004-11-01 Reid SpencerCleanup the constants section.
2004-11-01 Reid SpencerMinor format tweask for tables.
2004-10-29 Misha Brukman* Add spaces between function names for readability
2004-08-04 Chris LattnerFix linkage types
2004-07-18 Chris LattnerDoesn't exist
2004-07-18 Reid Spencerbug 122:
2004-07-08 Chris Lattnerstatisfy the spelling police
2004-06-22 Tanya LattnerFixing broken links
2004-06-22 Tanya LattnerFixed broken links.
2004-06-18 Misha BrukmanAdd link documenting shared/static library differences...
2004-06-03 Misha BrukmanFix more broken links as a result of the llvm namespace.
2004-06-03 Misha BrukmanFix broken links as a result of the llvm namespace.
2004-05-27 Alkis EvlogimenosAdd section on the newly added Instruction and subclass...
2004-05-26 Chris LattnerFix a bug in reid's checkin
2004-05-26 Reid SpencerAdded a section on the SymbolTable class.
2004-05-23 Chris LattnerLots of minor cleanups and clarifications
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...