aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Casting.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-2/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Fix spelloChris Lattner2003-09-101-1/+1
* Spell `incompatible' correctly.Misha Brukman2003-08-271-2/+2
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-2/+0
* dyn_cast_or_null should work just the same as dyn_cast doesChris Lattner2003-05-291-3/+3
* Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type.Chris Lattner2003-04-231-2/+2
* Add missing typename's that GCC3.1 is whining about.Chris Lattner2002-07-241-11/+12
* MEGAPATCH checkin.Chris Lattner2002-06-251-23/+233
* Pull casting operators out of Value.hChris Lattner2002-04-081-0/+80