| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
* | change AnnotationManager to use 'const char*' instead of std::string. this fi... | Nuno Lopes | 2008-11-26 | 1 | -4/+3 |
* | Add explicit keywords. | Dan Gohman | 2008-02-20 | 1 | -2/+4 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Eliminate tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -1/+1 |
* | Don't lie to the casual reader about Value subclassing from Annotable. | Reid Spencer | 2005-06-15 | 1 | -2/+1 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 1 | -5/+5 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -6/+6 |
* | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 1 | -2/+2 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -3/+3 |
* | Get rid of Annotable's vtable. If anyone deletes an object through an Annota... | Chris Lattner | 2004-06-27 | 1 | -1/+1 |
* | Make sure that at least one virtual method is defined in a .cpp file to avoid | Chris Lattner | 2004-02-26 | 1 | -9/+2 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM notice. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Use the C++ <cassert> header, not the C <assert.h> header | Chris Lattner | 2003-07-25 | 1 | -1/+1 |
* | Add assert.h include | Chris Lattner | 2003-07-25 | 1 | -0/+1 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -1/+1 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+1 |
* | Move annotation to support library | Chris Lattner | 2003-01-14 | 1 | -9/+7 |
* | Disable the operator= in Value | Chris Lattner | 2002-07-24 | 1 | -0/+3 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -3/+4 |
* | Convert ConstRules to use annotations to clean it up. | Chris Lattner | 2001-09-09 | 1 | -2/+6 |
* | Make annotations operations const with a mutable annotation list so that | Chris Lattner | 2001-09-07 | 1 | -8/+8 |
* | Extend annotations to pass data pointers around to the functions | Chris Lattner | 2001-08-27 | 1 | -1/+2 |
* | Add annotation support | Chris Lattner | 2001-08-23 | 1 | -0/+204 |