1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/include/llvm/Support
George Burgess IV 0cc0c555e8 [DebugCounters] Keep track of total counts
This patch makes debug counters keep track of the total number of times
we've called `shouldExecute` for each counter, so it's easier to build
automated tooling on top of these.

A patch to print these counts is coming soon.

Patch by Zhizhou Yang!

Differential Revision: https://reviews.llvm.org/D49560

llvm-svn: 337748
2018-07-23 21:49:36 +00:00
..
Solaris/sys
AArch64TargetParser.def Follow up of r335953 - [ARM][AArch64] Armv8.4-A Enablement 2018-07-02 15:38:37 +00:00
AlignOf.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
Allocator.h Use uniform mechanism for OOM errors handling 2018-06-09 05:19:45 +00:00
AMDGPUMetadata.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
AMDHSAKernelDescriptor.h AMDHSA: Rename RESERVED -> RESERVED0, mark gfx9-specific field 2018-06-27 05:18:50 +00:00
ARMAttributeParser.h
ARMBuildAttributes.h
ARMEHABI.h
ARMTargetParser.def Follow up of r335953 - [ARM][AArch64] Armv8.4-A Enablement 2018-07-02 15:38:37 +00:00
ARMWinEH.h
ArrayRecycler.h
Atomic.h
AtomicOrdering.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
BinaryByteStream.h Move some code from PDBFileBuilder to MSFBuilder. 2018-06-27 21:18:15 +00:00
BinaryItemStream.h
BinaryStream.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
BinaryStreamArray.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
BinaryStreamError.h
BinaryStreamReader.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
BinaryStreamRef.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
BinaryStreamWriter.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
BlockFrequency.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
BranchProbability.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CachePruning.h
Capacity.h
Casting.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CBindingWrapping.h
CheckedArithmetic.h Update comments of CheckedArithmetic API based on Philip Reames feedback. 2018-06-13 20:48:53 +00:00
Chrono.h
circular_raw_ostream.h
CMakeLists.txt
CodeGen.h
CodeGenCoverage.h [GlobalISel] Reporting rules covered as part of the InstructionSelect's debug-only printing 2018-04-26 20:22:17 +00:00
COM.h
CommandLine.h [CommandLine] Error message for incorrect PositionalEatArgs usage 2018-05-14 23:26:06 +00:00
Compiler.h [ADT] Add llvm::unique_function which is like std::function but 2018-07-02 23:57:29 +00:00
Compression.h
ConvertUTF.h [Support] Add missing includes of <system_error> for std::error_code 2018-06-20 09:17:19 +00:00
CrashRecoveryContext.h
DataExtractor.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
DataTypes.h
Debug.h Remove DEBUG macro. 2018-05-23 15:09:29 +00:00
DebugCounter.h [DebugCounters] Keep track of total counts 2018-07-23 21:49:36 +00:00
DJB.h
DOTGraphTraits.h
DynamicLibrary.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
Endian.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
EndianStream.h Support: Simplify endian stream interface. NFCI. 2018-05-18 19:46:24 +00:00
Errc.h
Errno.h [Support] Clear errno before calling the function in RetryAfterSignal. 2018-07-07 02:46:12 +00:00
Error.h Use std::reference_wrapper instead of llvm::ReferenceStorage 2018-07-19 09:24:34 +00:00
ErrorHandling.h
ErrorOr.h Use std::reference_wrapper instead of llvm::ReferenceStorage 2018-07-19 09:24:34 +00:00
FileOutputBuffer.h Add a flag to FileOutputBuffer that allows modification. 2018-06-28 18:49:09 +00:00
FileSystem.h [ThinLTO] Update ThinLTO cache file atimes when on Windows 2018-07-04 14:17:10 +00:00
FileUtilities.h
Format.h
FormatAdapters.h [Support] Require llvm::Error passed to formatv() to be wrapped in fmt_consume() 2018-07-12 07:11:28 +00:00
FormatCommon.h
FormatProviders.h
FormattedStream.h
FormatVariadic.h [Support] Make support types more easily printable. 2018-07-06 05:45:45 +00:00
FormatVariadicDetails.h [Support] Require llvm::Error passed to formatv() to be wrapped in fmt_consume() 2018-07-12 07:11:28 +00:00
GenericDomTree.h [Dominators] Change getNode parameter type to const NodeT * (NFC). 2018-06-16 14:47:05 +00:00
GenericDomTreeConstruction.h [Dominators] Simplify child lists and make them deterministic 2018-06-20 21:12:59 +00:00
GlobPattern.h
GraphWriter.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
Host.h s/LLVM_ON_WIN32/_WIN32/, llvm 2018-04-29 00:45:03 +00:00
InitLLVM.h
JamCRC.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
JSON.h [Support] Harded JSON against invalid UTF-8. 2018-07-10 11:51:26 +00:00
KnownBits.h Fix comment typo. NFCI. 2018-07-05 13:51:35 +00:00
LEB128.h
LICENSE.TXT
LineIterator.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
Locale.h
LockFileManager.h LTO: Keep file handles open for memory mapped files. 2018-06-13 18:03:14 +00:00
LowLevelTypeImpl.h
MachineValueType.h
ManagedStatic.h
MathExtras.h Fix CRLF line endings. 2018-06-25 03:13:27 +00:00
MD5.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MemAlloc.h Use uniform mechanism for OOM errors handling 2018-06-09 05:19:45 +00:00
Memory.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
MemoryBuffer.h
MipsABIFlags.h [mips] Add support for Global INValidate ASE 2018-05-17 16:30:32 +00:00
Mutex.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
MutexGuard.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
NativeFormatting.h
OnDiskHashTable.h Support: Simplify endian stream interface. NFCI. 2018-05-18 19:46:24 +00:00
Options.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
Parallel.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
Path.h [Support] Add missing includes of <system_error> for std::error_code 2018-06-20 09:17:19 +00:00
PluginLoader.h
PointerLikeTypeTraits.h [ADT] Add llvm::unique_function which is like std::function but 2018-07-02 23:57:29 +00:00
PrettyStackTrace.h
Printable.h
Process.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
Program.h Refactor ExecuteAndWait to take StringRefs. 2018-06-12 17:43:52 +00:00
RandomNumberGenerator.h
raw_os_ostream.h
raw_ostream.h [FileSystem] Split up the OpenFlags enumeration. 2018-06-07 19:58:58 +00:00
raw_sha1_ostream.h
Recycler.h
RecyclingAllocator.h
Regex.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
Registry.h
ReverseIteration.h
RWMutex.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
SaveAndRestore.h [Support] Remove SaveOr which is no longer used 2018-07-03 23:31:19 +00:00
ScaledNumber.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
ScopedPrinter.h
SHA1.h
Signals.h Signal handling should be signal-safe 2018-05-16 17:25:35 +00:00
SmallVectorMemoryBuffer.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
SMLoc.h Fix comment. NFC 2018-05-07 05:21:20 +00:00
SourceMgr.h
SpecialCaseList.h
StringPool.h
StringSaver.h [Support] Add a UniqueStringSaver: like StringSaver, but deduplicating. 2018-07-23 10:44:40 +00:00
SwapByteOrder.h
SystemUtils.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
TargetOpcodes.def [GISel]: Update the end of GISel Opcode namespace. 2018-06-25 17:48:48 +00:00
TargetParser.h [ARM][AArch64] Armv8.4-A Enablement 2018-06-29 08:43:19 +00:00
TargetRegistry.h Fix Wdocumentation warning. NFCI. 2018-05-30 19:50:26 +00:00
TargetSelect.h
TarWriter.h
TaskQueue.h Try to fix build error on non MSVC compilers. 2018-06-25 04:35:35 +00:00
thread.h
Threading.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
ThreadLocal.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
ThreadPool.h Revert "Enable ThreadPool to queue tasks that return values." 2018-06-13 21:24:19 +00:00
Timer.h [Timers] TimerGroup: add constructor from StringMap<TimeRecord> 2018-05-16 18:16:01 +00:00
ToolOutputFile.h [NFC] Fix typo in variable name. 2018-05-07 13:26:47 +00:00
TrailingObjects.h
TrigramIndex.h
type_traits.h [Support] Fix llvm::unique_function when building with GCC 4.9 by 2018-07-03 01:18:21 +00:00
TypeName.h
Unicode.h
UnicodeCharRanges.h Rename DEBUG macro to LLVM_DEBUG. 2018-05-14 12:53:11 +00:00
UniqueLock.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
Valgrind.h
VersionTuple.h Move VersionTuple from clang/Basic to llvm/Support 2018-06-11 10:28:04 +00:00
Watchdog.h
Win64EH.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
WindowsError.h
WithColor.h [Support] Move header to WithColor header 2018-05-24 11:47:20 +00:00
X86DisassemblerDecoderCommon.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
X86TargetParser.def
xxhash.h
YAMLParser.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
YAMLTraits.h [YAML] Quote multiline string scalars 2018-05-30 10:40:11 +00:00