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
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[GlobalsAA] Restrict ModRef result if any internal method has its address taken.
Alina Sbirlea
2019-11-12
1
-6
/
+13
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-14
/
+23
*
Add "const" in GetUnderlyingObjects. NFC
Bjorn Pettersson
2019-04-24
1
-2
/
+2
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-2
/
+2
*
[IR] Create new method in `Function` class (NFC)
Evandro Menezes
2019-04-03
1
-2
/
+2
*
[AliasAnalysis] Second prototype to cache BasicAA / anyAA state.
Alina Sbirlea
2019-03-22
1
-7
/
+11
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2019-02-05
1
-3
/
+3
*
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
-20
/
+20
*
Remove trailing space
Fangrui Song
2018-07-30
1
-6
/
+6
*
Replace LLVM_ALIGNAS with alignas as a follow-up of r337330
Fangrui Song
2018-07-27
1
-1
/
+1
*
[GlobalsAA] Fix a pretty terrible bug that has been in GlobalsAA for
Chandler Carruth
2018-03-16
1
-0
/
+2
*
[GlobalsAA] Don't let dbg intrinsics affect analysis result
Mikael Holmen
2018-01-15
1
-0
/
+4
*
[ModRefInfo] Add must alias info to ModRefInfo.
Alina Sbirlea
2017-12-21
1
-4
/
+17
*
[ModRefInfo] Make enum ModRefInfo an enum class [NFC].
Alina Sbirlea
2017-12-07
1
-18
/
+20
*
[ModRefInfo] Replace remaining bit-wise operations with wrappers.
Alina Sbirlea
2017-12-07
1
-3
/
+3
*
Modify ModRefInfo values using static inline method abstractions [NFC].
Alina Sbirlea
2017-12-05
1
-13
/
+14
*
GlobalsModRef: Ensure optnone+readonly/readnone attributes are respected
David Blaikie
2017-06-07
1
-8
/
+5
*
GlobalsModRef+OptNone: Don't prove readnone/other properties from an optnone ...
David Blaikie
2017-06-06
1
-3
/
+14
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
Fix regression from my recent GlobalsAA fix.
Eli Friedman
2016-10-24
1
-1
/
+3
*
Retire llvm::alignOf in favor of C++11 alignof.
Benjamin Kramer
2016-10-20
1
-1
/
+1
*
Make GlobalsAA ignore dead constant expressions.
Eli Friedman
2016-10-04
1
-0
/
+2
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-6
/
+6
*
Consistently use ModuleAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
GlobalsAA: Functions with the argmemonly attribute won't read arbitrary globals
Tom Stellard
2016-07-14
1
-1
/
+1
*
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
[next]