summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/Annotation.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-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 Lattner2004-06-271-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 avoidChris Lattner2004-02-261-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 Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Added LLVM notice.John Criswell2003-10-201-0/+7
| | | | llvm-svn: 9300
* Use the C++ <cassert> header, not the C <assert.h> headerChris Lattner2003-07-251-1/+1
| | | | llvm-svn: 7310
* Add assert.h includeChris Lattner2003-07-251-0/+1
| | | | llvm-svn: 7305
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
| | | | | | system. llvm-svn: 7014
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+1
| | | | llvm-svn: 6682
* Move annotation to support libraryChris Lattner2003-01-141-9/+7
| | | | llvm-svn: 5268
* Disable the operator= in ValueChris Lattner2002-07-241-0/+3
| | | | | | Disable the copy ctor and operator= in Annotation.h llvm-svn: 3048
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+4
| | | | llvm-svn: 1503
* Convert ConstRules to use annotations to clean it up.Chris Lattner2001-09-091-2/+6
| | | | llvm-svn: 514
* Make annotations operations const with a mutable annotation list so thatChris Lattner2001-09-071-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 functionsChris Lattner2001-08-271-1/+2
| | | | llvm-svn: 374
* Add annotation supportChris Lattner2001-08-231-0/+204
llvm-svn: 366
OpenPOWER on IntegriCloud