Chris Lattner
|
82f87e63e8
|
Fixes for PR114: Thanks to Reid Spencer!
llvm-svn: 10029
|
2003-11-16 20:21:15 +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
|
dd04329da2
|
Added LLVM notice.
llvm-svn: 9300
|
2003-10-20 19:46:57 +00:00 |
Chris Lattner
|
555eaf5bbb
|
Standardize header file comments
llvm-svn: 8782
|
2003-09-30 18:37:50 +00:00 |
Chris Lattner
|
64b3894035
|
Fix spello
llvm-svn: 8432
|
2003-09-10 05:30:09 +00:00 |
Misha Brukman
|
a26dd3ba05
|
Spell `incompatible' correctly.
llvm-svn: 8163
|
2003-08-27 18:26:28 +00:00 |
John Criswell
|
3ef61afb76
|
Merged in autoconf branch. This provides configuration via the autoconf
system.
llvm-svn: 7014
|
2003-06-30 21:59:07 +00:00 |
Chris Lattner
|
d670b086c4
|
dyn_cast_or_null should work just the same as dyn_cast does
llvm-svn: 6394
|
2003-05-29 15:07:48 +00:00 |
Chris Lattner
|
215b00589f
|
Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type.
These things can be converted to a pointer, like ilist_iterators
llvm-svn: 5861
|
2003-04-23 16:17:28 +00:00 |
Chris Lattner
|
2182c33ab5
|
Add missing typename's that GCC3.1 is whining about.
llvm-svn: 3051
|
2002-07-24 20:22:09 +00:00 |
Chris Lattner
|
113f4f4609
|
MEGAPATCH checkin.
For details, See: docs/2002-06-25-MegaPatchInfo.txt
llvm-svn: 2779
|
2002-06-25 16:13:24 +00:00 |
Chris Lattner
|
98728f7021
|
Pull casting operators out of Value.h
llvm-svn: 2166
|
2002-04-08 21:43:56 +00:00 |