aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Casting.h
AgeCommit message (Expand)Author
2013-03-27Cleanup the simplify_type implementation.Rafael Espindola
2013-02-21Limit cast machinery to preserve const and not accept temporariesDavid Blaikie
2012-10-11Casting.h: Automatically handle isa<Base>(Derived).Sean Silva
2012-09-22Casting: assert that pointer arguments to isa<> are non-null.Jordan Rose
2011-05-21PR7952: Make isa<> use the same logic as cast<>, so that they both workEli Friedman
2011-04-09fix doc comment bug, noticed by JochenChris Lattner
2010-09-18restrict dyn_cast_or_null to pointer types, just like cast_or_null; re-commit...Gabor Greif
2010-09-18back out r114279 as some darwin buildbots get errors compiling clang:Gabor Greif
2010-09-18restrict dyn_cast_or_null to pointer types, just like cast_or_nullGabor Greif
2010-07-20remove testing cruft, this can be found in unittests/Support/Casting.cpp nowGabor Greif
2010-03-30Switch isa_impl from a function template to a class template with aDouglas Gregor
2010-02-08use a c-style cast instead of reinterpret-cast, as sometimes theChris Lattner
2009-12-23Convert debug messages to use dbgs(). Generally this meansDavid Greene
2009-08-23convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner
2009-08-14Revert r78424.Argyrios Kyrtzidis
2009-08-07Modifications to dyn_cast/cast to make them work for objects too, instead of ...Argyrios Kyrtzidis
2008-11-23Roll back rev 59890, since Chris says this can never happen.Scott Michel
2008-11-22Check for NULL before traversing the isa<> type hierarchy checking with aScott Michel
2008-07-07Remove uses of "llvm/Support/Debug.h" from LLVM include files, whichDan Gohman
2008-04-16merge of r49785 (from branches/ggreif/use-diet): pass V to dyn_cast by const ...Gabor Greif
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-17Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling
2006-05-13Add a #include <cassert> for situations where Casting.h is used standalone.Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2003-11-16Fixes for PR114: Thanks to Reid Spencer!Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-09-10Fix spelloChris Lattner
2003-08-27Spell `incompatible' correctly.Misha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-05-29dyn_cast_or_null should work just the same as dyn_cast doesChris Lattner
2003-04-23Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type.Chris Lattner
2002-07-24Add missing typename's that GCC3.1 is whining about.Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-08Pull casting operators out of Value.hChris Lattner