aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Casting.h
Commit message (Expand)AuthorAgeFilesLines
* PR7952: Make isa<> use the same logic as cast<>, so that they both workEli Friedman2011-05-211-48/+40
* fix doc comment bug, noticed by JochenChris Lattner2011-04-091-2/+2
* restrict dyn_cast_or_null to pointer types, just like cast_or_null; re-commit...Gabor Greif2010-09-181-2/+2
* back out r114279 as some darwin buildbots get errors compiling clang:Gabor Greif2010-09-181-2/+2
* restrict dyn_cast_or_null to pointer types, just like cast_or_nullGabor Greif2010-09-181-2/+2
* remove testing cruft, this can be found in unittests/Support/Casting.cpp nowGabor Greif2010-07-201-67/+0
* Switch isa_impl from a function template to a class template with aDouglas Gregor2010-03-301-8/+12
* use a c-style cast instead of reinterpret-cast, as sometimes theChris Lattner2010-02-081-2/+3
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-1/+1
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-231-2/+2
* Revert r78424.Argyrios Kyrtzidis2009-08-141-7/+4
* Modifications to dyn_cast/cast to make them work for objects too, instead of ...Argyrios Kyrtzidis2009-08-071-4/+7
* Roll back rev 59890, since Chris says this can never happen.Scott Michel2008-11-231-1/+1
* Check for NULL before traversing the isa<> type hierarchy checking with aScott Michel2008-11-221-1/+1
* Remove uses of "llvm/Support/Debug.h" from LLVM include files, whichDan Gohman2008-07-071-1/+1
* merge of r49785 (from branches/ggreif/use-diet): pass V to dyn_cast by const ...Gabor Greif2008-04-161-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-2/+2
* Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling2006-11-171-3/+3
* Add a #include <cassert> for situations where Casting.h is used standalone.Reid Spencer2006-05-131-0/+2
* 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