aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/DebugCounter.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-8/+23
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini1-23/+8
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-8/+23
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini1-23/+8
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-8/+23
2021-01-17[llvm] Use llvm::sort (NFC)Kazu Hirata1-1/+1
2020-07-09DebugCounterList::printOptionInfo - use const auto& iterator in for-range-loop.Simon Pilgrim1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-3/+3
2019-11-15Remove Support/Options.h, it is unusedReid Kleckner1-1/+0
2018-10-23Print out DebugCounter info with -print-debug-counterZhizhou Yang1-4/+21
2018-08-17[DebugCounters] don't do redundant map lookups; NFCGeorge Burgess IV1-4/+8
2018-08-02[Support] Add an enable bit to our DebugCountersGeorge Burgess IV1-0/+2
2018-07-23[DebugCounters] Keep track of total countsGeorge Burgess IV1-10/+9
2018-04-01[DebugCounter] Make -debug-counter cl::Hidden.Craig Topper1-1/+1
2017-06-14Hide dbgs() stream for when built with -fmodules.Frederich Munch1-1/+5
2017-05-26Make helper functions static. NFC.Benjamin Kramer1-0/+2
2017-03-04DebugCounter: Initialize skip to 0, not -1Daniel Berlin1-2/+2
2017-02-19Add two files lost in rebase, causing build breakDaniel Berlin1-0/+108