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
/
SparsePropagation.h
Age
Commit message (
Expand
)
Author
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2009-12-18
Eliminate unnecessary LLVMContexts.
Dan Gohman
2009-11-10
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-09-19
Lett users of sparse propagation do their own thing with phi nodes if they want
Nick Lewycky
2009-08-23
eliminate the "Value" printing methods that print to a std::ostream.
Chris Lattner
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-06
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
2009-07-06
Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...
Owen Anderson
2009-04-09
add an accessor method, patch by John McCall!
Chris Lattner
2009-03-11
Make Print callable from a pass's print method: add const qualifier. No
Torok Edwin
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-08-09
"This patch adds a virtual call to AbstractLatticeFunction to derive a
Chris Lattner
2008-05-27
Fix a word-o and add an explicit keyword.
Dan Gohman
2008-05-20
Add a bool to isEdgeFeasible that tells it whether to treat unknown
Chris Lattner
2008-05-13
Make this function public.
Eric Christopher
2008-05-12
Add a new SparsePropagation analysis utility, which allows you to do
Chris Lattner