Chris Lattner
|
120035898b
|
Make sure that at least one virtual method is defined in a .cpp file to avoid
having the compiler emit RTTI and vtables to EVERY translation unit.
llvm-svn: 11871
|
2004-02-26 07:24:18 +00:00 |
Chris Lattner
|
c9499b6a20
|
Finegrainify namespacification
llvm-svn: 10464
|
2003-12-14 21:35:53 +00:00 |
Brian Gaeke
|
960707c335
|
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
2003-11-11 22:41:34 +00:00 |
John Criswell
|
482202a601
|
Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.
llvm-svn: 9298
|
2003-10-20 19:43:21 +00:00 |
Chris Lattner
|
44d2c3514a
|
Regularize header file comments
llvm-svn: 9071
|
2003-10-13 03:32:08 +00:00 |
Chris Lattner
|
6d06541a90
|
Add using declarations
llvm-svn: 6305
|
2003-05-22 21:59:35 +00:00 |
Chris Lattner
|
4fd26cc90e
|
Move annotation to support library
llvm-svn: 5268
|
2003-01-14 21:29:58 +00:00 |
Chris Lattner
|
2d2928a891
|
Fix static initializer ordering dependency
llvm-svn: 5236
|
2003-01-13 00:52:43 +00:00 |
Chris Lattner
|
48014b7f37
|
Fix problem that GCC3.1 doesn't like.
llvm-svn: 3050
|
2002-07-24 20:17:22 +00:00 |
Chris Lattner
|
7f74a56e24
|
Changes to build successfully with GCC 3.02
llvm-svn: 1503
|
2002-01-20 22:54:45 +00:00 |
Chris Lattner
|
81eb4c4e5c
|
Clean up Type class by removing mutable ConstRules member and use annotations insead
llvm-svn: 516
|
2001-09-09 21:02:38 +00:00 |
Chris Lattner
|
da010ca1b9
|
Annotations are const objects now
llvm-svn: 458
|
2001-09-07 16:44:01 +00:00 |
Chris Lattner
|
f93e63a189
|
Support passing a data pointer to annotation factory methods
llvm-svn: 376
|
2001-08-27 05:19:10 +00:00 |
Chris Lattner
|
3885a2db4f
|
Add annotation support
llvm-svn: 366
|
2001-08-23 17:07:56 +00:00 |