index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
SparsePropagation.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-3
/
+3
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-3
/
+3
*
Eliminate unnecessary LLVMContexts.
Dan Gohman
2009-12-18
1
-5
/
+2
*
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-11-10
1
-1
/
+1
*
Lett users of sparse propagation do their own thing with phi nodes if they want
Nick Lewycky
2009-09-19
1
-0
/
+6
*
eliminate the "Value" printing methods that print to a std::ostream.
Chris Lattner
2009-08-23
1
-3
/
+3
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
1
-1
/
+1
*
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
2009-07-06
1
-1
/
+1
*
Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...
Owen Anderson
2009-07-06
1
-2
/
+5
*
add an accessor method, patch by John McCall!
Chris Lattner
2009-04-09
1
-0
/
+7
*
Make Print callable from a pass's print method: add const qualifier. No
Torok Edwin
2009-03-11
1
-1
/
+1
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-1
/
+3
*
"This patch adds a virtual call to AbstractLatticeFunction to derive a
Chris Lattner
2008-08-09
1
-0
/
+7
*
Fix a word-o and add an explicit keyword.
Dan Gohman
2008-05-27
1
-2
/
+3
*
Add a bool to isEdgeFeasible that tells it whether to treat unknown
Chris Lattner
2008-05-20
1
-3
/
+8
*
Make this function public.
Eric Christopher
2008-05-13
1
-4
/
+4
*
Add a new SparsePropagation analysis utility, which allows you to do
Chris Lattner
2008-05-12
1
-0
/
+178