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
/
MDNode.h
Age
Commit message (
Expand
)
Author
2009-07-28
Rename MDNode.h header. It defines MDnode and other metadata classes.
Devang Patel
2009-07-25
Remove Value::{isName, getNameRef}.
Daniel Dunbar
2009-07-23
MDString
Devang Patel
2009-07-23
Hide constructors.
Devang Patel
2009-07-23
Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...
Devang Patel
2009-07-22
Introduce MetadataBase, a base class for MDString and MDNode.
Devang Patel
2009-07-16
Privatize the MDNode uniquing table.
Owen Anderson
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-06-20
Revert r73790, and replace it with a significantly less ugly solution. Rathe...
Owen Anderson
2009-06-19
Fix a serious bug that would cause deadlock during abstract type refinement. ...
Owen Anderson
2009-05-30
Give embedded metadata its own type instead of relying on EmptyStructTy.
Nick Lewycky
2009-05-10
Needed #includes. Thanks Fritz van Bommel!
Bill Wendling
2009-05-10
Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
Nick Lewycky