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
/
PHITransAddr.h
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2011-12-01
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2010-02-24
Reapply r97010, the speculative revert failed.
Daniel Dunbar
2010-02-24
Speculatively revert r97010, "Add an argument to PHITranslateValue to specify
Daniel Dunbar
2010-02-24
Add an argument to PHITranslateValue to specify the DominatorTree. If this
Bob Wilson
2009-12-09
fix many input tracking bugs.
Chris Lattner
2009-12-09
instructions defined in CurBB may be intermediate nodes of the computation.
Chris Lattner
2009-12-09
add dumping and sanity checking support.
Chris Lattner
2009-12-08
make sure that PHITransAddr keeps its 'InstInputs' list up to
Chris Lattner
2009-12-08
fix a typo (and -> add) and fix GetAvailablePHITranslatedSubExpr to not
Chris Lattner
2009-12-07
add accessor, improve comment.
Chris Lattner
2009-12-07
checkpoint of the new PHITransAddr code, still not done and not used by
Chris Lattner
2009-12-04
add the start of a class used to handle phi translation in memdep and
Chris Lattner