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
/
GlobalsModRef.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-4
/
+5
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-3
/
+3
*
[PM] Implement the final conclusion as to how the analysis IDs should
Chandler Carruth
2016-03-11
1
-0
/
+2
*
[PM/AA] Teach the AAManager how to handle module analyses in addition to
Chandler Carruth
2016-03-11
1
-0
/
+2
*
[AA] Hoist the logic to reformulate various AA queries in terms of other
Chandler Carruth
2016-03-02
1
-2
/
+2
*
[PM] Introduce CRTP mixin base classes to help define passes and
Chandler Carruth
2016-02-26
1
-2
/
+0
*
[GMR/OperandBundles] Teach getModRefBehavior about operand bundles
Sanjoy Das
2016-02-09
1
-7
/
+8
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-2
/
+2
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-1
/
+1
*
[GlobalsAA] Relax condition in checking globals as args to functions
Vaivaswatha Nagaraj
2016-01-14
1
-1
/
+5
*
[GlobalsAA] Partially back out r248576
James Molloy
2016-01-07
1
-15
/
+0
*
Revert "GlobalsAA: Take advantage of ArgMemOnly, InaccessibleMemOnly and Inac...
Amaury Sechet
2016-01-06
1
-16
/
+1
*
[OperandBundles] Have GlobalsModRef play nice with operand bundles
David Majnemer
2015-12-23
1
-3
/
+3
*
GlobalsAA: Take advantage of ArgMemOnly, InaccessibleMemOnly and Inaccessible...
Vaivaswatha Nagaraj
2015-12-18
1
-1
/
+16
*
Remove unnecessary intermediate lambda. NFC
Craig Topper
2015-11-29
1
-3
/
+1
*
[GlobalsAA] An indirect global that is initialized is not fair game
James Molloy
2015-10-28
1
-1
/
+6
*
[GlobalsAA] Loosen an overly conservative bailout
James Molloy
2015-10-22
1
-9
/
+71
*
[GlobalsAA] Fix a really horrible iterator invalidation bug
James Molloy
2015-10-19
1
-1
/
+4
*
[GlobalsAA] Don't assume anything about functions that may be overridden
James Molloy
2015-10-13
1
-2
/
+2
*
[GlobalsAA] Teach GlobalsAA about nocapture
James Molloy
2015-09-25
1
-1
/
+61
*
GlobalsAAResult: Try to fix crash.
NAKAMURA Takumi
2015-09-14
1
-10
/
+16
*
GlobalsAAResult(&&): Move every members.
NAKAMURA Takumi
2015-09-10
1
-1
/
+6
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-60
/
+110
*
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
2015-08-18
1
-0
/
+798