index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
Casting.h
Age
Commit message (
Expand
)
Author
2008-11-23
Roll back rev 59890, since Chris says this can never happen.
Scott Michel
2008-11-22
Check for NULL before traversing the isa<> type hierarchy checking with a
Scott Michel
2008-07-07
Remove uses of "llvm/Support/Debug.h" from LLVM include files, which
Dan Gohman
2008-04-16
merge of r49785 (from branches/ggreif/use-diet): pass V to dyn_cast by const ...
Gabor Greif
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-17
Used llvm_ostream instead of std::ostream objects. This will reduce use
Bill Wendling
2006-05-13
Add a #include <cassert> for situations where Casting.h is used standalone.
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2003-11-16
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM notice.
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-09-10
Fix spello
Chris Lattner
2003-08-27
Spell `incompatible' correctly.
Misha Brukman
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-05-29
dyn_cast_or_null should work just the same as dyn_cast does
Chris Lattner
2003-04-23
Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type.
Chris Lattner
2002-07-24
Add missing typename's that GCC3.1 is whining about.
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-08
Pull casting operators out of Value.h
Chris Lattner