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
/
TypeBasedAliasAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Metadata] Add TBAA struct metadata to `AAMDNode`
Anton Afanasyev
2020-01-06
1
-10
/
+7
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[AliasAnalysis] Second prototype to cache BasicAA / anyAA state.
Alina Sbirlea
2019-03-22
1
-12
/
+16
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
Chandler Carruth
2019-01-07
1
-17
/
+14
*
Fix more spelling mistakes in comments of LLVM Analysis passes
Vedant Kumar
2018-03-02
1
-1
/
+1
*
[Analysis] Support aggregate access types in TBAA
Ivan A. Kosarev
2018-02-02
1
-96
/
+217
*
[Analysis] Generate more precise TBAA tags when one access encloses the other
Ivan A. Kosarev
2017-12-18
1
-6
/
+17
*
[ModRefInfo] Make enum ModRefInfo an enum class [NFC].
Alina Sbirlea
2017-12-07
1
-2
/
+2
*
Mark all library options as hidden.
Zachary Turner
2017-12-01
1
-1
/
+1
*
[Analysis] Fix merging TBAA tags with different final access types
Ivan A. Kosarev
2017-11-08
1
-24
/
+13
*
[Analysis] Refine matching and merging of TBAA tags
Ivan A. Kosarev
2017-11-03
1
-78
/
+95
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...
Eugene Zelenko
2017-08-18
1
-10
/
+25
*
[TBAA] Remove metadata keyword from IR examples in comments (NFC).
Florian Hahn
2017-06-29
1
-10
/
+10
*
fix trivial typos in comment, NFC
Hiroshi Inoue
2017-06-24
1
-1
/
+1
*
[TBAA] Don't generate invalid TBAA when merging nodes
Sanjoy Das
2016-12-11
1
-1
/
+5
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
[TBAA] Drop support for "old style" scalar TBAA tags
Sanjoy Das
2016-11-08
1
-57
/
+10
*
[TBAA] Use wrapper objects instead of raw getOperand s; NFC
Sanjoy Das
2016-11-01
1
-33
/
+47
*
[TBAA] Rename accessors to be more idiomatic; NFC
Sanjoy Das
2016-11-01
1
-10
/
+10
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[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
*
fix typo
Sanjay Patel
2016-01-13
1
-1
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-153
/
+169
*
[PM/AA] Hoist the interface to TBAA into a dedicated header along with
Chandler Carruth
2015-08-14
1
-44
/
+2
*
[PM/AA] Run clang-format over TBAA code to normalize the formatting
Chandler Carruth
2015-08-14
1
-183
/
+187
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-19
/
+17
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
2015-06-22
1
-3
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-7
/
+9
*
Teach TBAA analysis to report errors on cyclic TBAA metadata rather than hang...
Owen Anderson
2015-03-13
1
-4
/
+9
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-3
/
+6
*
Correctly combine alias.scope metadata by a union instead of intersecting
Bjorn Steinbrink
2015-02-08
1
-2
/
+2
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-10
/
+13
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-10
/
+12
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-15
/
+13
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+12
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-4
/
+13
*
[TBAA] Fix handling of mixed TBAA (path-aware and non-path-aware TBAA).
Juergen Ributzka
2014-05-03
1
-2
/
+7
*
remove some dead code
Nuno Lopes
2014-04-17
1
-1
/
+0
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-10
/
+12
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-11
/
+11
*
TBAA: fix PR17620.
Manman Ren
2013-10-22
1
-1
/
+5
*
TBAA: try to fix the dragonegg bots.
Manman Ren
2013-09-27
1
-1
/
+3
*
TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
2013-09-27
1
-10
/
+81
*
TBAA: add isTBAAVtableAccess to MDNode so clients can call the function
Manman Ren
2013-09-06
1
-0
/
+19
[next]