summaryrefslogtreecommitdiff
path: root/lib/Analysis/StratifiedSets.h
AgeCommit message (Expand)Author
2016-10-20Do a sweep over move ctors and remove those that are identical to the default.Benjamin Kramer
2016-07-11[CFLAA] Simplify CFLGraphBuilder. NFC.George Burgess IV
2016-07-06[CFLAA] Split out more things from CFLSteens. NFC.George Burgess IV
2016-07-06[CFLAA] Split the CFL graph out from CFLSteens. NFC.George Burgess IV
2016-06-24[CFLAA] Propagate StratifiedAttrs in interproc. analysis.George Burgess IV
2016-06-23Attempt #2 to unbreak bots broken by r273596.George Burgess IV
2016-06-23[CFLAA] Use better interprocedural function summaries.George Burgess IV
2016-06-14[CFLAA] Tag arguments as escaped instead of unknown.George Burgess IV
2016-06-09[CFLAA] Handle global/arg attrs more sanely.George Burgess IV
2016-06-08Attempt #2 to appease the buildbots.George Burgess IV
2016-06-08Try to appease buildbots.George Burgess IV
2016-06-07[CFLAA] Kill dead code/fix comments in StratifiedSets.George Burgess IV
2016-06-07[CFLAA] Add AttrEscaped, remove bit twiddling functions.George Burgess IV
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-13[CFLAA] Fix up code style a bit. NFC.George Burgess IV
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie
2014-09-02[CFLAA] And even more MSVC fixesHal Finkel
2014-09-02[CFLAA] More cleanup for MSVCHal Finkel
2014-09-02[CFLAA] No initializer lists for MSVCHal Finkel
2014-09-02[CFLAA] Remove tautological comparisonHal Finkel
2014-09-02[CFLAA] LLVM_CONSTEXPR -> constHal Finkel
2014-09-02[CFLAA] constexpr -> LLVM_CONSTEXPRHal Finkel
2014-09-02Add a CFL Alias Analysis implementationHal Finkel