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
/
ScopedNoAliasAA.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-1
/
+1
*
[PM] Implement the final conclusion as to how the analysis IDs should
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
-10
/
+4
*
[PM] Introduce CRTP mixin base classes to help define passes and
Chandler Carruth
2016-02-26
1
-2
/
+0
*
rangify; NFCI
Sanjay Patel
2016-01-13
1
-4
/
+4
*
don't repeat names in comments ; NFC
Sanjay Patel
2016-01-13
1
-5
/
+5
*
fix typo
Sanjay Patel
2016-01-13
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-2
/
+3
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-73
/
+77
*
[PM/AA] Hoist ScopedNoAliasAA's interface into a header and move the
Chandler Carruth
2015-08-14
1
-40
/
+1
*
[PM/AA] Run clang-format over the ScopedNoAliasAA pass prior to making
Chandler Carruth
2015-08-14
1
-16
/
+12
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-18
/
+16
*
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
2015-06-22
1
-2
/
+2
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-7
/
+9
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-1
/
+6
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-6
/
+6
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-8
/
+8
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-13
/
+11
*
Simplify and improve scoped-noalias metadata semantics
Hal Finkel
2014-07-25
1
-47
/
+51
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+243