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
/
ValueHandle.h
Age
Commit message (
Expand
)
Author
2010-03-31
add new apis for getting/setting !dbg metadata on
Chris Lattner
2010-03-30
Fix a major source of compile-time slowness at -O0 -g by optimizing
Chris Lattner
2009-12-15
Remove isPod() from DenseMapInfo, splitting it out to its own
Chris Lattner
2009-10-19
Clean up the JITResolver stub/callsite<->function maps.
Jeffrey Yasskin
2009-10-17
More warnings patrol: Another unused argument and more implicit
Eric Christopher
2009-10-12
Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the
Jeffrey Yasskin
2009-10-10
add some WeakVH::operator='s. Without these, assigning
Chris Lattner
2009-09-22
Add a TrackingVH value handle.
Daniel Dunbar
2009-09-19
Strip trailing whitespace.
Daniel Dunbar
2009-09-19
RHS of assignment should be const reference.
Daniel Dunbar
2009-08-07
To catch bugs like the one fixed in
Jeffrey Yasskin
2009-07-31
Teach ValueHandleBase to treat DenseMap's special Empty and Tombstone
Dan Gohman
2009-07-30
Fix comment.
Devang Patel
2009-05-06
Add simplify_type specializations to allow WeakVH, AssertingVH, and
Dan Gohman
2009-05-05
Add an explicit keyword.
Dan Gohman
2009-05-02
Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me
Dan Gohman
2009-04-27
Add tests for WeakVH and AssertingVH. These pointed out that the overloads for
Jeffrey Yasskin
2009-04-19
Fix missing text in doxygen documentation.
Nick Lewycky
2009-04-03
Work around an apparent GCC miscompilation by specializing different,
Chris Lattner
2009-04-02
add missing *
Chris Lattner
2009-03-31
add a converting operator
Chris Lattner
2009-03-31
Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles",
Chris Lattner