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
/
CaptureTracking.h
Age
Commit message (
Expand
)
Author
2013-03-10
Remove unneeded #includes. Use forward declarations instead.
Jakub Staszak
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
Give CaptureTracker::shouldExplore a base implementation. Most users want to do
Nick Lewycky
2012-01-17
Move includes to the .cpp file.
Jakub Staszak
2011-12-28
Change CaptureTracking to pass a Use* instead of a Value* when a value is
Nick Lewycky
2011-11-21
Add virtual destructor. Whoops!
Nick Lewycky
2011-11-20
Less template, more virtual! Refactoring suggested by Chris in code review.
Nick Lewycky
2011-11-20
Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.
Nick Lewycky
2011-11-14
Refactor capture tracking (which already had a couple flags for whether returns
Nick Lewycky
2010-07-13
80-columns
Eric Christopher
2009-11-19
Extend CaptureTracking to indicate when a value is never stored, even
Dan Gohman
2009-01-18
BasicAliasAnalysis and FunctionAttrs were both
Duncan Sands