aboutsummaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.html
AgeCommit message (Expand)Author
2004-03-18Fix a minor wording bug in the manualChris Lattner
2004-02-09Method is goneChris Lattner
2004-01-15* Conform to HTML 4.01 strict DTDMisha Brukman
2003-11-27Fix grammaroChris Lattner
2003-11-25checkin reid's docpatchChris Lattner
2003-11-11Added link to ``CVS Branching and Tags Primer''.Misha Brukman
2003-11-07Mention class CallSiteBrian Gaeke
2003-10-27Merged in RELEASE_1.John Criswell
2003-09-20update doxChris Lattner
2003-09-10Fix spell-o'sChris Lattner
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-08-05"fix" coding style stuffChris Lattner
2003-08-01Fix a bugChris Lattner
2003-08-01Update information about the new DEBUG_TYPE macroChris Lattner
2003-07-28Added comma after `i.e.'Misha Brukman
2003-05-07Fixed syntax error (in documentation!): missing parenthesis.Misha Brukman
2003-04-23Remove documented problem that is now fixedChris Lattner
2003-02-26Update programmers manual for renamed methodChris Lattner
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-11-08Add some notes about DEBUG flagChris Lattner
2002-10-21Add a link to C++ in a nutshell bookChris Lattner
2002-10-01Do some cleanups to the Type and Constant section to remove latex stuffChris Lattner
2002-10-01Update manual to reflect recent changes in the Statistic class.Chris Lattner
2002-09-29Fixed errors in ReplaceInstWithValue/ReplaceInstWithInst examples.Joel Stanley
2002-09-22Update urlChris Lattner
2002-09-22Add information about the DEBUG() macro and the Statistic templateChris Lattner
2002-09-18Clean up tags, link to the right .h fileChris Lattner
2002-09-18Finished instruction replacement section, etc. Need better example for repla...Joel Stanley
2002-09-18Fixed grammar (User's -> Users).Misha Brukman
2002-09-17Avoid using two i's in the same statementsChris Lattner
2002-09-16Fix typeoChris Lattner
2002-09-12Add a </ul> that was missing and caused the document to get a little whackyChris Lattner
2002-09-12Incorporate information about deleting instructions from a basic block,Chris Lattner
2002-09-12Add some information about the Instruction class and Instruction.defChris Lattner
2002-09-11- Added content to use-def/def-use sectionJoel Stanley
2002-09-11*** empty log message ***Joel Stanley
2002-09-10Finish up the isa/cast/dyn_cast sectionChris Lattner
2002-09-10Write most of the isa, cast, dyn_cast section. It's not done yet though.Chris Lattner
2002-09-09* Write the prose for the Basic Inspection and Traversal Routines sectionChris Lattner
2002-09-09*** empty log message ***Joel Stanley
2002-09-09- Made distinction between object->iterator and iterator->objectJoel Stanley
2002-09-09Clean up the isa section stub. It should not be listed twiceChris Lattner
2002-09-09Stub out another couple sections that it looks like 426's MP1 will reallyChris Lattner
2002-09-07Test commitChris Lattner
2002-09-06*** empty log message ***Joel Stanley
2002-09-06Fixed typos and added &lt/&gt/&amp tags where appropriateJoel Stanley
2002-09-06* Fix a couple more <>&'sChris Lattner
2002-09-06Minor fixes html type fixes: & -> &amp; > -> &gt; etc.Chris Lattner
2002-09-06Minor fix, test that web autoupdate works for people non-chrisChris Lattner
2002-09-06Added subsections to 'Basic Inspection and Traversal Routines':Joel Stanley