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
/
Transforms
/
Utils
/
ValueMapper.h
Age
Commit message (
Expand
)
Author
2012-09-26
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-03-28
Switch to WeakVHs in the value mapper, and aggressively prune dead basic
Chandler Carruth
2011-08-03
Use cast<> instead of a C-style cast to get some free assertions.
Jay Foad
2011-07-10
Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let me
Chandler Carruth
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-01-08
Revamp the ValueMapper interfaces in a couple ways:
Chris Lattner
2010-10-13
Fix PR8313 by changing ValueToValueMap use a TrackingVH.
Rafael Espindola
2010-08-26
Reapply r112091 and r111922, support for metadata linking, with a
Dan Gohman
2010-08-24
Use MapValue in the Linker instead of having a private function
Dan Gohman
2010-04-20
There is no need to install ValueMapper.h header.
Devang Patel
2009-10-24
MapValue doesn't needs its LLVMContext argument.
Dan Gohman
2009-08-11
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-04
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-06
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
2009-07-05
More LLVMContext-ification.
Owen Anderson
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-09
Make this header public
Anton Korobeynikov