| Commit message (Expand) | Author | Age | Files | Lines |
* | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel | 2008-03-19 | 1 | -2/+8 |
* | Fix some wording. | John Criswell | 2007-12-10 | 1 | -1/+2 |
* | Fixed typo. | John Criswell | 2007-12-03 | 1 | -1/+1 |
* | fix a typo | Chris Lattner | 2007-11-16 | 1 | -1/+1 |
* | Fix example code. | Devang Patel | 2007-07-25 | 1 | -0/+1 |
* | first pass of nomenclature changes in .html files | Gabor Greif | 2007-07-06 | 1 | -10/+10 |
* | Update AnalysisGroup documentation to document restriction that allows | Devang Patel | 2007-06-20 | 1 | -2/+3 |
* | Correct typo. Should be "not allowed" | Tanya Lattner | 2007-06-07 | 1 | -1/+1 |
* | validation fix | Chris Lattner | 2007-05-18 | 1 | -1/+1 |
* | validation fixes | Chris Lattner | 2007-05-18 | 1 | -4/+6 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -3/+3 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -3/+3 |
* | Update doc to reflect changes I am about to install to fix PR 888. | Devang Patel | 2007-05-01 | 1 | -0/+19 |
* | Remove "ModulePasses requiring FunctionPasses" from the list of future | Devang Patel | 2007-04-17 | 1 | -28/+1 |
* | Document how, module pass can require function pass. | Devang Patel | 2007-04-16 | 1 | -2/+18 |
* | Document LoopPass. | Devang Patel | 2007-03-19 | 1 | -0/+88 |
* | Change e-mail address. | Jim Laskey | 2007-03-14 | 1 | -1/+1 |
* | Fix cut-n-pasto. | Devang Patel | 2007-01-23 | 1 | -6/+6 |
* | Removing even more <iostream> includes. | Bill Wendling | 2006-12-07 | 1 | -4/+4 |
* | Provide a gdb usage fix provided by Zhongzing Xu. | Reid Spencer | 2006-09-28 | 1 | -1/+1 |
* | Update to match changes in RegisterAnalysisGroup usage | Chris Lattner | 2006-08-28 | 1 | -2/+2 |
* | update doc: analyze is gone and passes should just use RegisterPass | Chris Lattner | 2006-08-27 | 1 | -42/+19 |
* | Minor cleanups | Chris Lattner | 2006-08-11 | 1 | -4/+4 |
* | Update the instructions for writing a pass as a loadable module per the | Reid Spencer | 2006-08-08 | 1 | -3/+5 |
* | Added how to add machine passes to command line options. | Jim Laskey | 2006-08-04 | 1 | -77/+216 |
* | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -34/+34 |
* | Fixed a typo; "= 1" was missing. | Robert Bocchino | 2006-01-06 | 1 | -1/+1 |
* | Fixed a punctuation error. | John Criswell | 2005-11-28 | 1 | -1/+1 |
* | Fixed some punctuation. | John Criswell | 2005-07-15 | 1 | -3/+3 |
* | Fix some broken links, taking care of PR554 | Chris Lattner | 2005-04-21 | 1 | -6/+6 |
* | update to match build changes. | Chris Lattner | 2005-04-21 | 1 | -2/+2 |
* | * Add the use of LOADABLE_MODULE=1 in the makefile example | Reid Spencer | 2005-01-11 | 1 | -13/+18 |
* | Fix some minor spellos and grammaros. | Reid Spencer | 2004-12-11 | 1 | -14/+13 |
* | Fixed broken links. | Tanya Lattner | 2004-12-08 | 1 | -1/+1 |
* | Fixed a typo. | Tanya Lattner | 2004-11-19 | 1 | -2/+2 |
* | Added link to information on Statistic which is in the Programmers Manual. | Tanya Lattner | 2004-11-19 | 1 | -0/+18 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -27/+30 |
* | Misha implemented the ModuleProvider interface back in 9/18/2003. | Chris Lattner | 2004-09-18 | 1 | -28/+0 |
* | Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's and | Chris Lattner | 2004-09-18 | 1 | -15/+130 |
* | Fixed the tutorial to indicate that we needed to use the llvm namespace. | Jonathan Manton | 2004-06-30 | 1 | -0/+10 |
* | Fixing broken links | Tanya Lattner | 2004-06-22 | 1 | -1/+1 |
* | GCSE has suddenly become a struct, not a class; fix broken link. | Misha Brukman | 2004-06-03 | 1 | -1/+1 |
* | Make use of the new doc_author class. "Seperate content from presentation" t... | Chris Lattner | 2004-05-23 | 1 | -2/+2 |
* | Fix a tag-o | Chris Lattner | 2004-03-17 | 1 | -1/+1 |
* | Rewrite the second on AnalysisUsage usage. This documents the new | Chris Lattner | 2004-03-17 | 1 | -73/+118 |
* | Fix some spelling and grammar. | Misha Brukman | 2004-03-08 | 1 | -3/+3 |
* | Clarified the extension to shared library objects. | John Criswell | 2004-01-26 | 1 | -1/+6 |
* | * HTML 4.01 Strict DTD compliance | Misha Brukman | 2004-01-15 | 1 | -499/+645 |
* | Merged in RELEASE_1. | John Criswell | 2003-10-27 | 1 | -1/+3 |
* | Remove explicit paths | Chris Lattner | 2003-10-23 | 1 | -3/+2 |