summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Casting.h
Commit message (Expand)AuthorAge
* Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling2006-11-17
* Add a #include <cassert> for situations where Casting.h is used standalone.Reid Spencer2006-05-13
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* 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