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
/
CFLAliasAnalysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CFLAA] Add missing break; note things are broken.
George Burgess IV
2017-05-31
1
-0
/
+18
*
[Verifier] Add verification for TBAA metadata
Sanjoy Das
2016-12-11
1
-1
/
+1
*
[CFLAA] Remove modref queries from CFLAA.
George Burgess IV
2016-08-01
7
-19
/
+26
*
[CFLAA] Add getModRefBehavior to CFLAnders.
George Burgess IV
2016-07-27
6
-0
/
+25
*
[CFLAA] Make a test tell the truth. NFC.
George Burgess IV
2016-07-19
1
-2
/
+2
*
[CFLAA] Add some interproc. analysis to CFLAnders.
George Burgess IV
2016-07-19
13
-0
/
+448
*
[CFLAA] Add attributes handling for CFLAnders.
George Burgess IV
2016-07-15
2
-0
/
+155
*
[CFLAA] Add an initial CFLAnders implementation.
George Burgess IV
2016-07-15
4
-0
/
+102
*
[CFLAA] Split into Anders+Steens analysis.
George Burgess IV
2016-07-06
34
-62
/
+62
*
[CFLAA] Add support for ModRef queries.
George Burgess IV
2016-06-30
1
-0
/
+2
*
[CFLAA] Propagate StratifiedAttrs in interproc. analysis.
George Burgess IV
2016-06-24
5
-8
/
+113
*
[CFLAA] Use better interprocedural function summaries.
George Burgess IV
2016-06-23
7
-28
/
+17
*
[CFLAA] Be more aggressive with interprocedural analysis.
George Burgess IV
2016-06-21
2
-31
/
+1
*
[CFLAA] Add interprocedural function summaries.
George Burgess IV
2016-06-20
10
-10
/
+355
*
[CFLAA] Tag arguments as escaped instead of unknown.
George Burgess IV
2016-06-14
3
-8
/
+73
*
[CFLAA] Handle global/arg attrs more sanely.
George Burgess IV
2016-06-09
1
-4
/
+18
*
[CFLAA] Add AttrEscaped, remove bit twiddling functions.
George Burgess IV
2016-06-07
1
-0
/
+18
*
[CFLAA] Recognize builtin allocation functions.
George Burgess IV
2016-06-01
1
-0
/
+30
*
[CFLAA] Don't link GEP pointers to GEP indices.
George Burgess IV
2016-05-31
1
-0
/
+14
*
[CFLAA] Fix PR27213; incorrect tagging of args/globals
George Burgess IV
2016-04-05
2
-5
/
+41
*
[PM/AA] Wire up CFLAA to the new pass manager fully, and port one of its
Chandler Carruth
2016-02-20
1
-0
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
10
-11
/
+11
*
Fix: CFLAA -- Mark no-args returns as unknown
George Burgess IV
2015-08-28
1
-0
/
+20
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
2
-5
/
+5
*
Added ConstantExpr support to CFLAA.
George Burgess IV
2015-03-10
3
-5
/
+41
*
Added special handling for inttoptr in CFLAA.
George Burgess IV
2015-03-10
1
-0
/
+73
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
5
-11
/
+11
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
6
-18
/
+18
*
Fixed a bug where CFLAA would crash the compiler.
George Burgess IV
2015-02-12
1
-0
/
+16
*
Fix incorrect partial aliasing
Daniel Berlin
2015-01-26
3
-10
/
+29
*
Added test to cover the CFLAA bitset indexing bug.
George Burgess IV
2015-01-21
1
-0
/
+33
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-6
/
+6
*
[CFL-AA] CFL-AA should not assert on an va_arg instruction
Hal Finkel
2014-10-14
1
-0
/
+29
*
[CFL-AA] Update for handling of globals and more tests
Hal Finkel
2014-10-06
6
-0
/
+146
*
Add a CFL Alias Analysis implementation
Hal Finkel
2014-09-02
8
-0
/
+210