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
/
test
/
Analysis
/
BasicAA
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BasicAA] Make BasicAA a cfg pass.
Alina Sbirlea
2020-06-23
1
-3
/
+3
*
[BasicAA] Use GEP as context for computeKnownBits in aliasGEP.
Florian Hahn
2019-12-12
1
-0
/
+116
*
[SimplifyLibCalls] Mark known arguments with nonnull
David Bolvansky
2019-09-17
1
-1
/
+1
*
[BasicAA] Use dereferenceability to reason about aliasing
Johannes Doerfert
2019-08-23
1
-0
/
+149
*
[LoopPassManager + MemorySSA] Only enable use of MemorySSA for LPMs known to ...
Alina Sbirlea
2019-08-21
1
-3
/
+7
*
[ValueTracking] Look through ptrmask intrinsics during getUnderlyingObject.
Florian Hahn
2019-08-15
1
-0
/
+29
*
[FunctionAttrs] Annotate "willreturn" for intrinsics
Hideto Ueno
2019-07-28
2
-22
/
+22
*
[BasicAA] Support arbitrary pointer sizes (and fix an overflow bug)
Hal Finkel
2019-01-02
3
-0
/
+104
*
[PPC] Remove Darwin support from POWER backend.
Kit Barton
2018-08-28
1
-1
/
+1
*
[PhiValues] Use callback value handles to invalidate deleted values
John Brawn
2018-08-24
1
-4
/
+34
*
[BasicAA] Don't assume tail calls with byval don't alias allocas
Reid Kleckner
2018-08-14
1
-0
/
+15
*
[BasicAA] Use PhiValuesAnalysis if available when handling phi alias
John Brawn
2018-07-30
3
-2
/
+100
*
[BasicAA] Teach the analysis about atomic memcpy
Daniel Neilson
2018-05-29
1
-0
/
+17
*
[BasicAA] Fix handling of invariant group launders
Krzysztof Pszeniczny
2018-05-16
1
-0
/
+48
*
[BasicAA] Return MayAlias for the pointer plus variable offset to
Shiva Chen
2018-04-16
1
-5
/
+26
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
6
-135
/
+135
*
[BasicAA] Stop crashing when dealing with pointers > 64 bits.
Davide Italiano
2018-01-15
1
-0
/
+12
*
[BasicAA] Fix linearization of shifts beyond the bitwidth.
Davide Italiano
2018-01-05
1
-0
/
+11
*
[ModRefInfo] Add must alias info to ModRefInfo.
Alina Sbirlea
2017-12-21
4
-17
/
+64
*
Allow inaccessiblememonly and inaccessiblemem_or_argmemonly to be overwriten ...
Yichao Yu
2017-11-02
1
-19
/
+96
*
Make shell redirection construct portable
Kamil Rytarowski
2017-07-12
1
-1
/
+1
*
[BasicAA] Use MayAlias instead of PartialAlias for fallback.
Michael Kruse
2017-06-21
11
-73
/
+96
*
Add '#' to test regex that I forgot in r303025.
Daniel Jasper
2017-05-15
1
-1
/
+1
*
Fix two tests that weren't correctly copied.
Daniel Jasper
2017-05-14
1
-1
/
+1
*
AA: Use generic intrinsics for tests instead of target specific ones
Justin Bogner
2017-05-13
4
-58
/
+78
*
Add address space mangling to lifetime intrinsics
Matt Arsenault
2017-04-10
1
-3
/
+3
*
[BasicAA] Take attributes into account when requesting modref info for a call...
Igor Laevsky
2017-03-01
1
-0
/
+42
*
Fix BasicAA incorrect assumption on GEP
Mehdi Amini
2017-01-27
1
-0
/
+19
*
[PM] Add more dedicated testing to cover the invalidation logic added to
Chandler Carruth
2016-12-27
1
-0
/
+47
*
[AliasAnalysis] Teach BasicAA about memcpy.
Bryant Wong
2016-12-25
3
-22
/
+22
*
[Verifier] Add verification for TBAA metadata
Sanjoy Das
2016-12-11
1
-1
/
+1
*
[BasicAA] Teach BasicAA to handle the inaccessiblememonly and inaccessiblemem...
Andrew Kaylor
2016-11-08
1
-16
/
+51
*
[BasicAA] Fix - missed alias in GEP expressions
Gerolf Hoflehner
2016-10-22
1
-0
/
+43
*
BasicAA should look through functions with returned arguments
Hal Finkel
2016-07-11
1
-0
/
+45
*
Add writeonly IR attribute
Nicolai Haehnle
2016-07-04
1
-14
/
+29
*
Revert "Claim NoAlias if two GEPs index different fields of the same struct"
Daniel Berlin
2016-06-01
1
-36
/
+0
*
Claim NoAlias if two GEPs index different fields of the same struct
Daniel Berlin
2016-06-01
1
-0
/
+36
*
[BasicAA] Extend inbound GEP negative offset logic to GlobalVariables
Michael Kuperstein
2016-05-26
1
-0
/
+11
*
[BasicAA] Improve precision of alloca vs. inbounds GEP alias queries
Michael Kuperstein
2016-05-25
1
-0
/
+87
*
[BasicAA] Compare GEP indices based on value (Fix PR27418)
Vedant Kumar
2016-05-11
1
-0
/
+9
*
[BasicAA] Guard intrinsics don't write to memory
Sanjoy Das
2016-05-10
1
-0
/
+30
*
[PM/AA] Port alias analysis evaluator to the new pass manager, and use
Chandler Carruth
2016-02-20
1
-0
/
+1
*
[BasicAA] Fix for missing must alias (D16343)
Gerolf Hoflehner
2016-01-30
1
-0
/
+24
*
[BasicAA] Remove special casing of memset_pattern16 in favor of generic attri...
Philip Reames
2016-01-06
1
-1
/
+1
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
4
-117
/
+117
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
4
-117
/
+117
*
Sort the enums in Attributes.h in case insensitive alphabetical order.
Akira Hatanaka
2015-11-11
1
-2
/
+2
*
[AliasAnalysis] Take into account readnone attribute for the function arguments
Igor Laevsky
2015-10-28
1
-0
/
+11
*
[AliasAnalysis] Take into account readonly attribute for the function arguments
Igor Laevsky
2015-10-28
1
-0
/
+26
*
[BasicAA] Bugfix for r251016
James Molloy
2015-10-23
1
-0
/
+11
[next]