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
*
Merging r339636:
Reid Kleckner
2018-08-14
1
-6
/
+7
*
[BasicAA] Use PhiValuesAnalysis if available when handling phi alias
John Brawn
2018-07-30
1
-25
/
+67
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
1
-15
/
+22
*
Implement strip.invariant.group
Piotr Padlewski
2018-07-02
1
-7
/
+9
*
[BasicAA] Teach the analysis about atomic memcpy
Daniel Neilson
2018-05-29
1
-1
/
+1
*
Replace AA's uses of uint64_t with LocationSize; NFC.
George Burgess IV
2018-05-25
1
-17
/
+19
*
Fix aliasing of launder.invariant.group
Piotr Padlewski
2018-05-23
1
-12
/
+12
*
[BasicAA] Fix handling of invariant group launders
Krzysztof Pszeniczny
2018-05-16
1
-1
/
+12
*
Rename invariant.group.barrier to launder.invariant.group
Piotr Padlewski
2018-05-03
1
-6
/
+6
*
[BasicAA] Return MayAlias for the pointer plus variable offset to
Shiva Chen
2018-04-16
1
-6
/
+6
*
[ModRefInfo] Return NoModRef for Must and NoModRef.
Alina Sbirlea
2018-01-19
1
-1
/
+4
*
[BasicAA] Stop crashing when dealing with pointers > 64 bits.
Davide Italiano
2018-01-15
1
-0
/
+7
*
[BasicAA] Fix linearization of shifts beyond the bitwidth.
Davide Italiano
2018-01-05
1
-0
/
+13
*
[ModRefInfo] Add must alias info to ModRefInfo.
Alina Sbirlea
2017-12-21
1
-2
/
+11
*
[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
-1
/
+1
*
[ModRefInfo] Use createModRefInfo wrapper to create a ModRefInfo from Functio...
Alina Sbirlea
2017-12-06
1
-4
/
+4
*
Modify ModRefInfo values using static inline method abstractions [NFC].
Alina Sbirlea
2017-12-05
1
-7
/
+9
*
revert r317812 [BasicAA] fix build break by converting the previously introdu...
Nuno Lopes
2017-11-09
1
-2
/
+1
*
[BasicAA] fix build break by converting the previously introduced assert into...
Nuno Lopes
2017-11-09
1
-2
/
+2
*
[BasicAA] add assertion for corner case in aliasGEP()
Nuno Lopes
2017-11-09
1
-0
/
+1
*
BasicAA: fix bug where we would return partialalias instead of noalias
Nuno Lopes
2017-11-08
1
-3
/
+3
*
Allow inaccessiblememonly and inaccessiblemem_or_argmemonly to be overwriten ...
Yichao Yu
2017-11-02
1
-0
/
+4
*
Fix PR33878: BasicAA incorrectly assumes different address spaces don't alias
Nuno Lopes
2017-09-06
1
-5
/
+0
*
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-08-11
1
-7
/
+25
*
BasicAA: assert on another case where aliasGEP shouldn't get a PartialAlias r...
Nuno Lopes
2017-08-08
1
-1
/
+3
*
BasicAA: aliasGEP shouldn't get a PartialAlias response here
Nuno Lopes
2017-08-08
1
-1
/
+3
*
Whitespace.
NAKAMURA Takumi
2017-07-11
1
-1
/
+1
*
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
[next]