Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -217/+0 |
| | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
* | Get rid of Annotable's vtable. If anyone deletes an object through an ↵ | Chris Lattner | 2004-06-27 | 1 | -1/+1 |
| | | | | | | | | | | Annotable*, they get what they deserve. This reduces the size of Instruction & Function by 4 bytes each. llvm-svn: 14433 | ||||
* | Make sure that at least one virtual method is defined in a .cpp file to avoid | Chris Lattner | 2004-02-26 | 1 | -9/+2 |
| | | | | | | having the compiler emit RTTI and vtables to EVERY translation unit. llvm-svn: 11871 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM notice. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | llvm-svn: 9300 | ||||
* | Use the C++ <cassert> header, not the C <assert.h> header | Chris Lattner | 2003-07-25 | 1 | -1/+1 |
| | | | | llvm-svn: 7310 | ||||
* | Add assert.h include | Chris Lattner | 2003-07-25 | 1 | -0/+1 |
| | | | | llvm-svn: 7305 | ||||
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -1/+1 |
| | | | | | | system. llvm-svn: 7014 | ||||
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+1 |
| | | | | llvm-svn: 6682 | ||||
* | Move annotation to support library | Chris Lattner | 2003-01-14 | 1 | -9/+7 |
| | | | | llvm-svn: 5268 | ||||
* | Disable the operator= in Value | Chris Lattner | 2002-07-24 | 1 | -0/+3 |
| | | | | | | Disable the copy ctor and operator= in Annotation.h llvm-svn: 3048 | ||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -3/+4 |
| | | | | llvm-svn: 1503 | ||||
* | Convert ConstRules to use annotations to clean it up. | Chris Lattner | 2001-09-09 | 1 | -2/+6 |
| | | | | llvm-svn: 514 | ||||
* | Make annotations operations const with a mutable annotation list so that | Chris Lattner | 2001-09-07 | 1 | -8/+8 |
| | | | | | | we can annotate Types. A better solution would be make types nonconst. llvm-svn: 416 | ||||
* | Extend annotations to pass data pointers around to the functions | Chris Lattner | 2001-08-27 | 1 | -1/+2 |
| | | | | llvm-svn: 374 | ||||
* | Add annotation support | Chris Lattner | 2001-08-23 | 1 | -0/+204 |
llvm-svn: 366 |