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
/
CFLAndersAliasAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-6
/
+13
*
[AliasAnalysis] Second prototype to cache BasicAA / anyAA state.
Alina Sbirlea
2019-03-22
1
-3
/
+4
*
[CFLAnders] Fix typo in comment; NFC
George Burgess IV
2019-03-08
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Replace most users of UnknownSize with LocationSize::unknown(); NFC
George Burgess IV
2018-10-10
1
-3
/
+3
*
Make LocationSize a proper Optional type; NFC
George Burgess IV
2018-10-09
1
-2
/
+2
*
Use locals instead of struct fields; NFC
George Burgess IV
2018-10-09
1
-6
/
+8
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-2
/
+2
*
Replace AA's uses of uint64_t with LocationSize; NFC.
George Burgess IV
2018-05-25
1
-3
/
+3
*
Revert r332657: "[AA] cfl-anders-aa with field sensitivity"
George Burgess IV
2018-05-17
1
-135
/
+102
*
[AA] cfl-anders-aa with field sensitivity
David Bolvansky
2018-05-17
1
-102
/
+135
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+3
*
[Analysis] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-2
/
+2
*
Fix more spelling mistakes in comments of LLVM Analysis passes
Vedant Kumar
2018-03-02
1
-2
/
+2
*
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-08-11
1
-28
/
+66
*
CFLAA: return MustAlias when pointers p, q are equal, i.e.,
Nuno Lopes
2017-08-09
1
-1
/
+1
*
[CFLAA] Move a common function to the header to reduce duplication.
Davide Italiano
2017-06-27
1
-11
/
+0
*
[CFLAA] Change FunctionHandle to be common to Steensgaard's and Andersens'
Davide Italiano
2017-06-26
1
-2
/
+2
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-2
/
+2
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
Make some LLVM_CONSTEXPR variables const. NFC.
George Burgess IV
2016-08-25
1
-4
/
+2
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[CFLAA] Be more conservative with values we haven't seen.
George Burgess IV
2016-08-02
1
-11
/
+16
*
[CFLAA] Remove modref queries from CFLAA.
George Burgess IV
2016-08-01
1
-106
/
+0
*
[CFLAA] Make CFLAnders more conservative with new Values.
George Burgess IV
2016-08-01
1
-4
/
+7
*
[CFLAA] Add getModRefBehavior to CFLAnders.
George Burgess IV
2016-07-27
1
-0
/
+106
*
[CFLAA] Add more offset-sensitivity tracking.
George Burgess IV
2016-07-22
1
-27
/
+136
*
Attempt to appease MSVC buildbots.
George Burgess IV
2016-07-19
1
-8
/
+10
*
[CFLAA] Add some interproc. analysis to CFLAnders.
George Burgess IV
2016-07-19
1
-8
/
+156
*
[CFLAA] Teach CFLAnders to distinguish reads from writes.
George Burgess IV
2016-07-19
1
-50
/
+95
*
[CFLAA] Add attributes handling for CFLAnders.
George Burgess IV
2016-07-15
1
-9
/
+127
*
[CFLAA] Add an initial CFLAnders implementation.
George Burgess IV
2016-07-15
1
-3
/
+409
*
[CFLAA] Split the CFL graph out from CFLSteens. NFC.
George Burgess IV
2016-07-06
1
-0
/
+2
*
[CFLAA] Split into Anders+Steens analysis.
George Burgess IV
2016-07-06
1
-0
/
+58