summaryrefslogtreecommitdiff
path: root/include/Support/Casting.h
Commit message (Expand)AuthorAge
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-16
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM notice.John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Fix spelloChris Lattner2003-09-10
* Spell `incompatible' correctly.Misha Brukman2003-08-27
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* dyn_cast_or_null should work just the same as dyn_cast doesChris Lattner2003-05-29
* Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type.Chris Lattner2003-04-23
* Add missing typename's that GCC3.1 is whining about.Chris Lattner2002-07-24
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Pull casting operators out of Value.hChris Lattner2002-04-08