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
/
BasicAliasAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert r307581, "Avoid doing conservative phi checks in aliasSameBasePointerG...
NAKAMURA Takumi
2017-07-11
1
-11
/
+7
*
Avoid doing conservative phi checks in aliasSameBasePointerGEPs() if no phis ...
Farhana Aleen
2017-07-10
1
-7
/
+11
*
[BasicAA] Add type check and Value equality check around code added in r305481.
Craig Topper
2017-06-22
1
-5
/
+8
*
[BasicAA] Use MayAlias instead of PartialAlias for fallback.
Michael Kruse
2017-06-21
1
-5
/
+1
*
[BasicAA] Don't call isKnownNonEqual if we might be have gone through a PHINode.
Craig Topper
2017-06-15
1
-4
/
+18
*
BasicAA: Uninserted instructions have no parent, and notDifferentParent expli...
Daniel Berlin
2017-05-19
1
-1
/
+4
*
[ValueTracking] Replace all uses of ComputeSignBit with computeKnownBits.
Craig Topper
2017-05-15
1
-2
/
+4
*
[BasicAA] Alphabetize includes. NFC
Craig Topper
2017-05-14
1
-1
/
+1
*
[ValueTracking] Remove const_casts on several calls to computeKnownBits and C...
Craig Topper
2017-05-13
1
-2
/
+1
*
Handle invariant.group.barrier in BasicAA
Piotr Padlewski
2017-04-24
1
-6
/
+6
*
Add a getPointerOperandType() helper to LoadInst and StoreInst; NFC
Sanjoy Das
2017-04-18
1
-6
/
+4
*
[MemoryBuiltins] Add isMallocOrCallocLikeFn so BasicAA can check for both at ...
Craig Topper
2017-04-18
1
-1
/
+1
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-3
/
+3
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
1
-1
/
+3
*
[BasicAA] Take attributes into account when requesting modref info for a call...
Igor Laevsky
2017-03-01
1
-9
/
+31
*
Fix BasicAA incorrect assumption on GEP
Mehdi Amini
2017-01-27
1
-5
/
+5
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
1
-2
/
+2
*
[PM] Remove a pointless optimization.
Chandler Carruth
2016-12-27
1
-3
/
+0
*
[PM] Teach BasicAA how to invalidate its result object.
Chandler Carruth
2016-12-27
1
-0
/
+18
*
[AliasAnalysis] Teach BasicAA about memcpy.
Bryant Wong
2016-12-25
1
-0
/
+25
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-21
/
+28
*
Fix argument attribute queries with bundle operands
Hal Finkel
2016-12-15
1
-1
/
+2
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-28
/
+21
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-4
/
+4
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
Fix comment typos. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
[BasicAA] Teach BasicAA to handle the inaccessiblememonly and inaccessiblemem...
Andrew Kaylor
2016-11-08
1
-0
/
+4
*
[BasicAA] Fix - missed alias in GEP expressions
Gerolf Hoflehner
2016-10-22
1
-5
/
+11
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
[BasicAA] Avoid calling GetUnderlyingObject, when the result of a previous ca...
Ehsan Amiri
2016-08-12
1
-13
/
+25
*
[AliasAnalysis] Treat invariant.start as read-memory
Anna Thomas
2016-08-09
1
-0
/
+26
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
BasicAA should look through functions with returned arguments
Hal Finkel
2016-07-11
1
-2
/
+14
*
Add writeonly IR attribute
Nicolai Haehnle
2016-07-04
1
-22
/
+11
*
Revert "Claim NoAlias if two GEPs index different fields of the same struct"
Daniel Berlin
2016-06-01
1
-36
/
+2
*
Claim NoAlias if two GEPs index different fields of the same struct
Daniel Berlin
2016-06-01
1
-2
/
+36
*
[BasicAA] Extend inbound GEP negative offset logic to GlobalVariables
Michael Kuperstein
2016-05-26
1
-10
/
+18
*
MemorySSA: Revert r269678 and r268068; replace with special casing in MemorySSA.
Peter Collingbourne
2016-05-26
1
-9
/
+0
*
[BasicAA] Improve precision of alloca vs. inbounds GEP alias queries
Michael Kuperstein
2016-05-25
1
-82
/
+120
*
Revert r270268 due to unused variable warnings.
Michael Kuperstein
2016-05-20
1
-12
/
+17
*
[BasicAA] Turn DecomposeGEPExpression runtime checks into asserts.
Michael Kuperstein
2016-05-20
1
-17
/
+12
*
[BasicAA] Update comments based on feedback from hfinkel. NFCI.
Geoff Berry
2016-05-16
1
-1
/
+4
*
[BasicAA] Compare GEP indices based on value (Fix PR27418)
Vedant Kumar
2016-05-11
1
-1
/
+1
*
[BasicAA] Guard intrinsics don't write to memory
Sanjoy Das
2016-05-10
1
-4
/
+32
*
[BasicAA] Treat llvm.assume as not accessing memory in getModRefBehavior(Func...
Geoff Berry
2016-04-29
1
-0
/
+6
*
[TLI] Unify LibFunc signature checking. NFCI.
Ahmed Bougacha
2016-04-27
1
-17
/
+3
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-1
/
+1
*
[AA] Make BasicAA just require domtree.
Chandler Carruth
2016-03-11
1
-4
/
+5
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-5
/
+5
*
[PM] Implement the final conclusion as to how the analysis IDs should
Chandler Carruth
2016-03-11
1
-0
/
+2
[prev]
[next]