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
/
CFLGraph.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CFLGraph] Add support for unary fneg instruction.
Craig Topper
2019-06-06
1
-0
/
+10
*
CFLAA: reflow comments; NFC
George Burgess IV
2019-06-03
1
-5
/
+4
*
[CFLGraph] Add FAdd to visitConstantExpr.
Craig Topper
2019-06-03
1
-0
/
+1
*
Move CFLGraph and the AA summary code over to the new `CallBase`
Chandler Carruth
2019-02-11
1
-22
/
+19
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[CFLAA] Reflow comments; NFC
George Burgess IV
2018-05-26
1
-6
/
+4
*
Revert r332657: "[AA] cfl-anders-aa with field sensitivity"
George Burgess IV
2018-05-17
1
-5
/
+5
*
[AA] cfl-anders-aa with field sensitivity
David Bolvansky
2018-05-17
1
-5
/
+5
*
[CFLGraph] Fixed Select instruction handling
David Bolvansky
2018-05-10
1
-1
/
+6
*
[CFLGraph][NFC] Simplify/reorder switch in visitConstantExpr
David Bolvansky
2018-05-01
1
-37
/
+17
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-08-11
1
-15
/
+40
*
[CFLAA] Remove unused include. NFCI.
Davide Italiano
2017-06-06
1
-1
/
+0
*
[CFLAA] Add missing break; note things are broken.
George Burgess IV
2017-05-31
1
-0
/
+6
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-1
/
+1
*
Use Argument::hasAttribute and AttributeList::ReturnIndex more
Reid Kleckner
2017-04-28
1
-1
/
+1
*
[MemoryBuiltins] Add isMallocOrCallocLikeFn so BasicAA can check for both at ...
Craig Topper
2017-04-18
1
-2
/
+1
*
[CFLAA] Check for pointer types in more places.
George Burgess IV
2016-07-29
1
-2
/
+4
*
[CFLAA] Add more offset-sensitivity tracking.
George Burgess IV
2016-07-22
1
-12
/
+0
*
Use INT64_MAX instead of LLONG_MAX
Reid Kleckner
2016-07-22
1
-1
/
+1
*
Fix the clang-cl self-host with VS 2013 headers
Reid Kleckner
2016-07-21
1
-2
/
+1
*
[CFLAA] Add offset tracking in CFLGraph.
George Burgess IV
2016-07-20
1
-13
/
+122
*
[CFLAA] Add an initial CFLAnders implementation.
George Burgess IV
2016-07-15
1
-20
/
+31
*
Attempt to make buildbots happy.
George Burgess IV
2016-07-11
1
-3
/
+2
*
[CFLAA] Simplify CFLGraphBuilder. NFC.
George Burgess IV
2016-07-11
1
-151
/
+126
*
[CFLAA] Move the graph builder out from CFLSteens. NFC.
George Burgess IV
2016-07-09
1
-0
/
+409
*
[CFLAA] Split out more things from CFLSteens. NFC.
George Burgess IV
2016-07-06
1
-9
/
+8
*
[CFLAA] Split the CFL graph out from CFLSteens. NFC.
George Burgess IV
2016-07-06
1
-0
/
+151