aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/CFLGraph.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-29[CFLAA] Check for pointer types in more places.George Burgess IV1-2/+4
2016-07-22[CFLAA] Add more offset-sensitivity tracking.George Burgess IV1-12/+0
2016-07-22Use INT64_MAX instead of LLONG_MAXReid Kleckner1-1/+1
2016-07-21Fix the clang-cl self-host with VS 2013 headersReid Kleckner1-2/+1
2016-07-20[CFLAA] Add offset tracking in CFLGraph.George Burgess IV1-13/+122
2016-07-15[CFLAA] Add an initial CFLAnders implementation.George Burgess IV1-20/+31
2016-07-11Attempt to make buildbots happy.George Burgess IV1-3/+2
2016-07-11[CFLAA] Simplify CFLGraphBuilder. NFC.George Burgess IV1-151/+126
2016-07-09[CFLAA] Move the graph builder out from CFLSteens. NFC.George Burgess IV1-0/+409
2016-07-06[CFLAA] Split out more things from CFLSteens. NFC.George Burgess IV1-9/+8
2016-07-06[CFLAA] Split the CFL graph out from CFLSteens. NFC.George Burgess IV1-0/+151