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
/
Analysis
/
LazyValueInfo.h
Age
Commit message (
Expand
)
Author
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2011-12-02
Fix a few more places where TargetData/TargetLibraryInfo is not being passed.
Chad Rosier
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-08-25
Fix header define to reflect the name of the file.
Eric Christopher
2010-08-18
Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i...
Owen Anderson
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-26
Add an initial implementation of LazyValueInfo updating for JumpThreading. D...
Owen Anderson
2009-11-15
disable copying, enforce some invariants.
Chris Lattner
2009-11-12
Add a new getPredicateOnEdge method which returns more rich information for
Chris Lattner
2009-11-12
expose edge information and switch j-t to use it.
Chris Lattner
2009-11-11
stub out some LazyValueInfo interfaces, and have JumpThreading
Chris Lattner
2009-11-11
Stub out a new lazy value info pass, which will eventually
Chris Lattner