summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CFLGraph.h
Commit message (Expand)AuthorAgeFilesLines
* [CFLGraph] Add support for unary fneg instruction.Craig Topper2019-06-061-0/+10
* CFLAA: reflow comments; NFCGeorge Burgess IV2019-06-031-5/+4
* [CFLGraph] Add FAdd to visitConstantExpr.Craig Topper2019-06-031-0/+1
* Move CFLGraph and the AA summary code over to the new `CallBase`Chandler Carruth2019-02-111-22/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [IR] Replace `isa<TerminatorInst>` with `isTerminator()`.Chandler Carruth2018-08-261-1/+1
* [CFLAA] Reflow comments; NFCGeorge Burgess IV2018-05-261-6/+4
* Revert r332657: "[AA] cfl-anders-aa with field sensitivity"George Burgess IV2018-05-171-5/+5
* [AA] cfl-anders-aa with field sensitivityDavid Bolvansky2018-05-171-5/+5
* [CFLGraph] Fixed Select instruction handlingDavid Bolvansky2018-05-101-1/+6
* [CFLGraph][NFC] Simplify/reorder switch in visitConstantExprDavid Bolvansky2018-05-011-37/+17
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-2/+2
* [Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko2017-08-111-15/+40
* [CFLAA] Remove unused include. NFCI.Davide Italiano2017-06-061-1/+0
* [CFLAA] Add missing break; note things are broken.George Burgess IV2017-05-311-0/+6
* [IR] Abstract away ArgNo+1 attribute indexing as much as possibleReid Kleckner2017-05-031-1/+1
* Use Argument::hasAttribute and AttributeList::ReturnIndex moreReid Kleckner2017-04-281-1/+1
* [MemoryBuiltins] Add isMallocOrCallocLikeFn so BasicAA can check for both at ...Craig Topper2017-04-181-2/+1
* [CFLAA] Check for pointer types in more places.George Burgess IV2016-07-291-2/+4
* [CFLAA] Add more offset-sensitivity tracking.George Burgess IV2016-07-221-12/+0
* Use INT64_MAX instead of LLONG_MAXReid Kleckner2016-07-221-1/+1
* Fix the clang-cl self-host with VS 2013 headersReid Kleckner2016-07-211-2/+1
* [CFLAA] Add offset tracking in CFLGraph.George Burgess IV2016-07-201-13/+122
* [CFLAA] Add an initial CFLAnders implementation.George Burgess IV2016-07-151-20/+31
* Attempt to make buildbots happy.George Burgess IV2016-07-111-3/+2
* [CFLAA] Simplify CFLGraphBuilder. NFC.George Burgess IV2016-07-111-151/+126
* [CFLAA] Move the graph builder out from CFLSteens. NFC.George Burgess IV2016-07-091-0/+409
* [CFLAA] Split out more things from CFLSteens. NFC.George Burgess IV2016-07-061-9/+8
* [CFLAA] Split the CFL graph out from CFLSteens. NFC.George Burgess IV2016-07-061-0/+151
OpenPOWER on IntegriCloud