[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead...
[oota-llvm.git] / include / llvm / Support / Casting.h
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-01-22 Alp TokerAdd unused result attr to the casting templates
2013-07-18 Rafael EspindolaFix a regression I introduced back in r178147.
2013-03-27 Rafael EspindolaCleanup the simplify_type implementation.
2013-02-21 David BlaikieLimit cast machinery to preserve const and not accept...
2012-10-11 Sean SilvaCasting.h: Automatically handle isa<Base>(Derived).
2012-09-22 Jordan RoseCasting: assert that pointer arguments to isa<> are...
2011-05-21 Eli FriedmanPR7952: Make isa<> use the same logic as cast<>, so...
2011-04-09 Chris Lattnerfix doc comment bug, noticed by Jochen
2010-09-18 Gabor Greifrestrict dyn_cast_or_null to pointer types, just like...
2010-09-18 Gabor Greifback out r114279 as some darwin buildbots get errors...
2010-09-18 Gabor Greifrestrict dyn_cast_or_null to pointer types, just like...
2010-07-20 Gabor Greifremove testing cruft, this can be found in unittests...
2010-03-30 Douglas GregorSwitch isa_impl from a function template to a class...
2010-02-08 Chris Lattneruse a c-style cast instead of reinterpret-cast, as...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-08-23 Chris Lattnerconvert LoopInfo.h and GraphWriter.h to use raw_ostream
2009-08-14 Argyrios KyrtzidisRevert r78424.
2009-08-07 Argyrios KyrtzidisModifications to dyn_cast/cast to make them work for...
2008-11-23 Scott MichelRoll back rev 59890, since Chris says this can never...
2008-11-22 Scott MichelCheck for NULL before traversing the isa<> type hierarc...
2008-07-07 Dan GohmanRemove uses of "llvm/Support/Debug.h" from LLVM include...
2008-04-16 Gabor GreifMerge ... r49785 (from branches/ggreif/use-diet): pass...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-17 Bill WendlingUsed llvm_ostream instead of std::ostream objects....
2006-05-13 Reid SpencerAdd a #include <cassert> for situations where Casting...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-09-30 Chris LattnerStandardize header file comments
2003-09-10 Chris LattnerFix spello
2003-08-27 Misha BrukmanSpell `incompatible' correctly.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-05-29 Chris Lattnerdyn_cast_or_null should work just the same as dyn_cast...
2003-04-23 Chris LattnerAllow dyn_cast to operate on things that aren't OBVIOUS...
2002-07-24 Chris LattnerAdd missing typename's that GCC3.1 is whining about.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-08 Chris LattnerPull casting operators out of Value.h