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
/
CFLSteensAliasAnalysis.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
-7
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+3
*
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-08-11
1
-6
/
+9
*
[CFLAA] Remove unneded function declaration. NFCI.
Davide Italiano
2017-06-29
1
-2
/
+0
*
[CFLAA] Move a common function to the header to reduce duplication.
Davide Italiano
2017-06-27
1
-13
/
+2
*
[CFLAA] Use raw pointers instead of Optional<Pointer>. NFC.
Davide Italiano
2017-06-27
1
-9
/
+9
*
[CFLAA] Change FunctionHandle to be common to Steensgaard's and Andersens'
Davide Italiano
2017-06-26
1
-1
/
+1
*
[CFL-AA] Remove unneeded function declaration. NFCI.
Davide Italiano
2017-06-26
1
-3
/
+0
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[CFLAA] Remove modref queries from CFLAA.
George Burgess IV
2016-08-01
1
-82
/
+0
*
[CFLAA] Add getModRefBehavior to CFLAnders.
George Burgess IV
2016-07-27
1
-8
/
+18
*
[CFLAA] Add more offset-sensitivity tracking.
George Burgess IV
2016-07-22
1
-1
/
+1
*
[CFLAA] Simplify CFLGraphBuilder. NFC.
George Burgess IV
2016-07-11
1
-80
/
+38
*
[CFLAA] Move the graph builder out from CFLSteens. NFC.
George Burgess IV
2016-07-09
1
-422
/
+18
*
[CFLAA] Simplify CFLGraphBuilder. NFC.
George Burgess IV
2016-07-09
1
-41
/
+25
*
[CFLAA] Split out more things from CFLSteens. NFC.
George Burgess IV
2016-07-06
1
-168
/
+41
*
[CFLAA] Split the CFL graph out from CFLSteens. NFC.
George Burgess IV
2016-07-06
1
-122
/
+2
*
[CFLAA] Split into Anders+Steens analysis.
George Burgess IV
2016-07-06
1
-0
/
+1151