index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
DemandedBits.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-4
/
+9
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-9
/
+4
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[DemandedBits] Reduce number of duplicated DenseMap lookups.
Benjamin Kramer
2016-07-21
1
-5
/
+4
*
Port DemandedBits to the new pass manager.
Michael Kuperstein
2016-04-18
1
-22
/
+42
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[DemandedBits] Revert r249687 due to PR26071
James Molloy
2016-02-03
1
-7
/
+0
*
Make some headers self-contained, remove unused includes that violate layering.
Benjamin Kramer
2016-01-27
1
-1
/
+0
*
[DemandedBits] Fix computation of demanded bits for ICmps
James Molloy
2016-01-25
1
-1
/
+1
*
Compute demanded bits for icmp instructions
James Molloy
2015-10-08
1
-0
/
+7
*
Treat Mul just like Add and Subtract
James Molloy
2015-10-08
1
-0
/
+12
*
Make demanded bits lazy
James Molloy
2015-10-08
1
-7
/
+19
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-7
/
+5
*
Reformat comment lines.
NAKAMURA Takumi
2015-09-22
1
-2
/
+2
*
Reformat.
NAKAMURA Takumi
2015-09-22
1
-2
/
+1
*
Separate out BDCE's analysis into a separate DemandedBits analysis.
James Molloy
2015-08-14
1
-0
/
+364