summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/StratifiedSets.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-10/+10
* Do a sweep over move ctors and remove those that are identical to the default.Benjamin Kramer2016-10-201-11/+2
* [CFLAA] Simplify CFLGraphBuilder. NFC.George Burgess IV2016-07-111-34/+1
* [CFLAA] Split out more things from CFLSteens. NFC.George Burgess IV2016-07-061-19/+9
* [CFLAA] Split the CFL graph out from CFLSteens. NFC.George Burgess IV2016-07-061-0/+2
* [CFLAA] Propagate StratifiedAttrs in interproc. analysis.George Burgess IV2016-06-241-6/+9
* Attempt #2 to unbreak bots broken by r273596.George Burgess IV2016-06-231-2/+2
* [CFLAA] Use better interprocedural function summaries.George Burgess IV2016-06-231-0/+20
* [CFLAA] Tag arguments as escaped instead of unknown.George Burgess IV2016-06-141-1/+1
* [CFLAA] Handle global/arg attrs more sanely.George Burgess IV2016-06-091-0/+11
* Attempt #2 to appease the buildbots.George Burgess IV2016-06-081-3/+3
* Try to appease buildbots.George Burgess IV2016-06-081-3/+8
* [CFLAA] Kill dead code/fix comments in StratifiedSets.George Burgess IV2016-06-071-87/+23
* [CFLAA] Add AttrEscaped, remove bit twiddling functions.George Burgess IV2016-06-071-14/+0
* [NFC] Header cleanupMehdi Amini2016-04-181-3/+0
* [CFLAA] Fix up code style a bit. NFC.George Burgess IV2016-04-131-167/+164
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* [CFLAA] And even more MSVC fixesHal Finkel2014-09-021-2/+1
* [CFLAA] More cleanup for MSVCHal Finkel2014-09-021-2/+2
* [CFLAA] No initializer lists for MSVCHal Finkel2014-09-021-2/+3
* [CFLAA] Remove tautological comparisonHal Finkel2014-09-021-1/+1
* [CFLAA] LLVM_CONSTEXPR -> constHal Finkel2014-09-021-1/+1
* [CFLAA] constexpr -> LLVM_CONSTEXPRHal Finkel2014-09-021-2/+3
* Add a CFL Alias Analysis implementationHal Finkel2014-09-021-0/+691
OpenPOWER on IntegriCloud