Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."
[oota-llvm.git] / include / llvm / Support / Casting.h
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