index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
BasicAA
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-11
[BasicAA] Compare GEP indices based on value (Fix PR27418)
Vedant Kumar
1
-0
/
+9
2016-05-10
[BasicAA] Guard intrinsics don't write to memory
Sanjoy Das
1
-0
/
+30
2016-02-20
[PM/AA] Port alias analysis evaluator to the new pass manager, and use
Chandler Carruth
1
-0
/
+1
2016-01-30
[BasicAA] Fix for missing must alias (D16343)
Gerolf Hoflehner
1
-0
/
+24
2016-01-06
[BasicAA] Remove special casing of memset_pattern16 in favor of generic attri...
Philip Reames
1
-1
/
+1
2015-11-19
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
4
-117
/
+117
2015-11-18
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
4
-117
/
+117
2015-11-11
Sort the enums in Attributes.h in case insensitive alphabetical order.
Akira Hatanaka
1
-2
/
+2
2015-10-28
[AliasAnalysis] Take into account readnone attribute for the function arguments
Igor Laevsky
1
-0
/
+11
2015-10-28
[AliasAnalysis] Take into account readonly attribute for the function arguments
Igor Laevsky
1
-0
/
+26
2015-10-23
[BasicAA] Bugfix for r251016
James Molloy
1
-0
/
+11
2015-10-22
[BasicAA] Non-equal indices in a GEP of a SequentialType don't overlap
James Molloy
1
-0
/
+43
2015-09-30
[ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la...
Jeroen Ketema
2
-29
/
+29
2015-09-11
[opaque pointer type] Add textual IR support for explicit type parameter for ...
David Blaikie
2
-2
/
+2
2015-09-09
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
1
-2
/
+2
2015-08-31
[BasicAA] Fix the handling of sext and zext in the analysis of GEPs.
Quentin Colombet
5
-0
/
+460
2015-08-19
[BasicAA] Add a test for PR24468 to be sure we won't regress
Quentin Colombet
1
-0
/
+48
2015-08-19
[BasicAA] Revert r221876 because it can produce incorrect aliasing
Quentin Colombet
2
-210
/
+0
2015-08-13
Emit argmemonly attribute for intrinsics.
Igor Laevsky
2
-13
/
+16
2015-08-10
Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCI
Jonathan Roelofs
1
-1
/
+1
2015-07-23
NFC. Explicitly specify attributes in BasicAA/cs-cs.ll test.
Igor Laevsky
1
-1
/
+4
2015-07-15
Analyze recursive PHI nodes in BasicAA
Tobias Edler von Koch
1
-0
/
+75
2015-07-13
Revert r241981 "Revert "Revert r236894 "[BasicAA] Fix zext & sext handling"""
Manuel Klimek
2
-197
/
+0
2015-07-11
Revert "Revert r236894 "[BasicAA] Fix zext & sext handling""
Hal Finkel
2
-0
/
+197
2015-07-11
Add argmemonly attribute.
Igor Laevsky
1
-0
/
+45
2015-05-22
Revert r236894 "[BasicAA] Fix zext & sext handling"
Hans Wennborg
1
-180
/
+0
2015-05-08
[BasicAA] Fix zext & sext handling
Sanjoy Das
1
-0
/
+180
2015-04-16
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
3
-3
/
+3
2015-03-13
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
6
-11
/
+11
2015-02-27
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
44
-152
/
+152
2015-02-27
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
45
-224
/
+224
2015-02-07
[BasicAA] Try to disambiguate GEPs through arrays of structs into
Ahmed Bougacha
1
-0
/
+164
2015-02-05
[BasicAA] Add datalayouts to make some tests more useful. NFC.
Ahmed Bougacha
4
-6
/
+15
2014-12-15
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2
-7
/
+7
2014-11-13
Revert r219432 - "Revert "[BasicAA] Revert "Revert r218714 - Make better use ...
Hal Finkel
2
-0
/
+210
2014-10-16
Delete -std-compile-opts.
Rafael Espindola
1
-1
/
+1
2014-10-09
Revert "[BasicAA] Revert "Revert r218714 - Make better use of zext and sign i...
Hal Finkel
2
-88
/
+0
2014-10-06
[BasicAA] Revert "Revert r218714 - Make better use of zext and sign informati...
Hal Finkel
2
-0
/
+88
2014-10-03
[BasicAA] Revert r218714 - Make better use of zext and sign information.
Lang Hames
2
-66
/
+0
2014-09-30
[BasicAA] Make better use of zext and sign information
Hal Finkel
2
-0
/
+66
2014-09-15
CHECK-LABELize test
Matt Arsenault
2
-19
/
+19
2014-07-25
Add @llvm.assume, lowering, and some basic properties
Hal Finkel
1
-0
/
+23
2014-07-17
Improve BasicAA CS-CS queries (redux)
Hal Finkel
1
-0
/
+236
2014-07-15
Revert r212572 "improve BasicAA CS-CS queries", it causes PR20303.
Nick Lewycky
1
-221
/
+0
2014-07-08
Improve BasicAA CS-CS queries
Hal Finkel
1
-0
/
+221
2014-03-26
PR15967 Fix in basicaa for faulty returning no alias.
Arnold Schwaighofer
1
-0
/
+36
2014-03-12
Reject alias to undefined symbols in the verifier.
Rafael Espindola
2
-2
/
+2
2014-02-12
Test case I forgot to 'add' for r201126.
Craig Topper
1
-0
/
+53
2014-01-16
BasicAA: We need to check both access sizes when comparing a gep and an
Arnold Schwaighofer
1
-0
/
+33
2014-01-03
BasicAA: Use reachabilty instead of dominance for checking value equality in phi
Arnold Schwaighofer
3
-9
/
+2
[next]