summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/StratifiedSets.h
Commit message (Expand)AuthorAgeFilesLines
* [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