1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/include/llvm/Support
Jonas Devlieghere 2a4255c860 [Support] Untie the llvm::Signpost interface from llvm::Timer
Make llvm::Signpost more generic by untying from llvm::Timer. This
allows signposts to be used in a different context.

My motivation for doing this is being able to use signposts in LLDB.

Differential revision: https://reviews.llvm.org/D93655
2021-01-06 15:16:09 -08:00
..
FileSystem Support: Avoid std::tie in Support/FileSystem/UniqueID.h, NFC 2020-11-02 13:26:15 -05:00
Solaris/sys
Windows
AArch64TargetParser.def [ARM][AArch64] Add Cortex-A78C Support for Clang and LLVM 2020-12-29 10:18:59 +00:00
AArch64TargetParser.h [AArch64] Add support for the Branch Record Buffer extension 2020-12-18 11:11:06 +00:00
Alignment.h [Align] Remove operations on MaybeAlign that asserted that it had a defined value. 2020-05-22 21:54:28 -07:00
AlignOf.h Document that AlignedCharArrayUnion exists to work around an MSVC bug 2020-12-15 16:01:55 -08:00
Allocator.h
AllocatorBase.h
AMDGPUMetadata.h AMDGPU: Remove .value_type from kernel metadata 2020-07-10 18:16:31 -04:00
AMDHSAKernelDescriptor.h [AMDGPU] Clarify scratch initialization 2020-12-15 20:14:20 +00:00
ARMAttributeParser.h
ARMBuildAttributes.h
ARMEHABI.h
ARMTargetParser.def [ARM][AArch64] Add Cortex-A78C Support for Clang and LLVM 2020-12-29 10:18:59 +00:00
ARMTargetParser.h [Driver][ARM] Disable unsupported features when nofp arch extension is used 2020-07-29 14:13:22 +01:00
ARMWinEH.h [llvm-readobj] [ARMWinEH] Print ARM64 packed unwind info 2020-09-15 08:50:02 +03:00
ArrayRecycler.h
Atomic.h
AtomicOrdering.h [NFC] Fix typo and variable names 2020-08-15 09:06:22 -07:00
Automaton.h
Base64.h
BinaryByteStream.h
BinaryItemStream.h [llvm] Use llvm::lower_bound and llvm::upper_bound (NFC) 2021-01-05 21:15:59 -08:00
BinaryStream.h
BinaryStreamArray.h
BinaryStreamError.h
BinaryStreamReader.h
BinaryStreamRef.h Make LLVM build in C++20 mode 2020-12-17 10:44:10 +00:00
BinaryStreamWriter.h
BlockFrequency.h
BranchProbability.h
BuryPointer.h
CachePruning.h CachePruning.h - reduce StringRef.h to Optional.h include. NFC 2020-05-08 14:06:53 +01:00
Capacity.h
Casting.h [LLVM] Change isa<> to a variadic function template 2020-06-15 18:46:57 +00:00
CBindingWrapping.h
CFGDiff.h [CFGDiff] Refactor Succ/Pred maps. 2020-07-27 18:02:52 -07:00
CFGUpdate.h CFGUpdate.h - remove unused APInt include. NFCI. 2020-09-08 18:25:25 +01:00
CheckedArithmetic.h Fix some clang-tidy bugprone-argument-comment issues 2020-09-19 20:41:25 -07:00
Chrono.h
circular_raw_ostream.h
CMakeLists.txt [CMake] Avoid __FakeVCSRevision.h with no git repository 2020-12-16 17:33:20 +01:00
CodeGen.h
CodeGenCoverage.h
COM.h
CommandLine.h [Remarks][1/2] Expand remarks hotness threshold option support in more tools 2020-11-30 21:55:49 -08:00
Compiler.h Avoid redundant inline with LLVM_ATTRIBUTE_ALWAYS_INLINE 2020-12-01 14:43:16 -08:00
Compression.h
ConvertUTF.h
CrashRecoveryContext.h [LLD][COFF] When using LLD-as-a-library, always prevent re-entrance on failures 2020-11-12 08:14:43 -05:00
CRC.h
DataExtractor.h [Support] Make DataExtractor error messages more clear 2020-06-02 12:57:51 +02:00
DataTypes.h
Debug.h
DebugCounter.h DebugCounter.h - remove unused includes. NFC. 2020-05-12 13:03:49 +01:00
DJB.h
DOTGraphTraits.h [DDG] Data Dependence Graph - DOT printer - recommit 2020-12-16 12:37:36 -05:00
DynamicLibrary.h
ELFAttributeParser.h
ELFAttributes.h
Endian.h
EndianStream.h
Errc.h
Errno.h
Error.h Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC" 2020-12-14 17:04:06 -08:00
ErrorHandling.h Improve error handling for SmallVector programming errors 2020-09-02 15:00:26 -07:00
ErrorOr.h Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC" 2020-12-14 17:04:06 -08:00
ExitCodes.h Fix out-of-tree clang build due to sysexits change 2020-10-06 18:21:17 -04:00
ExtensibleRTTI.h
FileCollector.h [FileCollector] Move interface into FileCollectorBase (NFC) 2020-10-19 21:37:20 -07:00
FileOutputBuffer.h FileOutputBuffer.h - remove unused includes. NFC. 2020-05-28 14:38:12 +01:00
FileSystem.h Support: Avoid std::tie in Support/FileSystem/UniqueID.h, NFC 2020-11-02 13:26:15 -05:00
FileUtilities.h
Format.h
FormatAdapters.h [NFC] Add 'override' keyword where missing in include/ and lib/. 2020-07-14 09:47:29 -07:00
FormatCommon.h
FormatProviders.h
FormattedStream.h [Support] Fix formatted_raw_ostream for UTF-8 2020-07-06 16:18:15 +01:00
FormatVariadic.h [LLVM] Update formatv() documentation to clarify no escape for } 2020-07-22 15:30:40 -07:00
FormatVariadicDetails.h
GenericDomTree.h [DominatorTree] Add support for mixed pre/post CFG views. 2021-01-06 14:53:09 -08:00
GenericDomTreeConstruction.h [Support] Use llvm::is_contained (NFC) 2020-11-25 23:52:52 -08:00
GenericIteratedDominanceFrontier.h [IteratedDominanceFrontier] Decrease number of SmallPtrSet::insert and delete unneeded SmallVector::clear 2020-06-13 19:48:50 -07:00
GlobPattern.h [Support] Add GlobPattern::isTrivialMatchAll() 2020-09-16 10:26:11 +01:00
GraphWriter.h [DDG] Data Dependence Graph - DOT printer - recommit 2020-12-16 12:37:36 -05:00
Host.h
InitLLVM.h
InstructionCost.h [Support] Introduce a new InstructionCost class 2020-12-11 08:12:54 +00:00
ItaniumManglingCanonicalizer.h ItaniumManglingCanonicalizer.h - add cstdint.h include for missing uintptr_t def 2020-05-08 14:22:26 +01:00
JSON.h Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC" 2020-12-14 17:04:06 -08:00
KnownBits.h [Support] Add KnownBits::icmp helpers. 2021-01-04 12:46:27 +00:00
LEB128.h
LICENSE.TXT
LineIterator.h Support: Allow use of MemoryBufferRef with line_iterator 2020-10-13 16:43:49 -04:00
Locale.h
LockFileManager.h
LowLevelTypeImpl.h LowLevelTypeImpl.h - fix implicit Debug.h dependency. NFC. 2020-06-23 09:43:39 +01:00
MachineValueType.h [X86] Add x86_amx type for intel AMX. 2020-12-30 13:52:13 +08:00
ManagedStatic.h [ManagedStatic] Fix build errors with clang-tblgen in Debug mode using MSVC 2019 v16.6 2020-05-25 16:59:40 +03:00
MathExtras.h
MD5.h
MemAlloc.h
Memory.h
MemoryBuffer.h Support: Add operator== for MemoryBufferRef and split out MemoryBufferRef.h 2020-10-13 16:42:24 -04:00
MemoryBufferRef.h Support: Add operator== for MemoryBufferRef and split out MemoryBufferRef.h 2020-10-13 16:42:24 -04:00
MipsABIFlags.h
MSVCErrorWorkarounds.h
Mutex.h
NativeFormatting.h NativeFormatting.h - reduce raw_ostream.h include to forward declaration. NFC. 2020-05-09 13:32:14 +01:00
OnDiskHashTable.h
OptimizedStructLayout.h
Parallel.h Add parallelTransformReduce and parallelForEachError 2020-11-02 16:50:14 -08:00
Path.h [Support/Path] Add path::is_absolute_gnu 2020-09-23 18:01:32 +01:00
PluginLoader.h PluginLoader.h - only include CommandLine.h if required. NFCI. 2020-09-11 11:44:29 +01:00
PointerLikeTypeTraits.h
PrettyStackTrace.h [Driver] When forcing a crash print the bug report message 2020-06-29 13:13:12 +01:00
Printable.h
Process.h [LLD][COFF] When using LLD-as-a-library, always prevent re-entrance on failures 2020-11-12 08:14:43 -05:00
Program.h Reapply: [clang-cl] Always interpret the LIB env var as separated with semicolons 2020-09-22 10:51:25 +03:00
RandomNumberGenerator.h
raw_os_ostream.h
raw_ostream.h Add a header file to support ssize_t for windows 2020-09-12 08:50:22 +00:00
raw_sha1_ostream.h
Recycler.h
RecyclingAllocator.h
Regex.h [ASTMatchers] Enhanced support for matchers taking Regex arguments 2020-07-02 14:52:25 +01:00
Registry.h
ReverseIteration.h
RISCVAttributeParser.h RISCVAttributeParser.h - remove unnecessary ScopedPrinter.h include. NFC. 2020-05-11 22:11:21 +01:00
RISCVAttributes.h
RISCVTargetParser.def [RISCV] Fix -Wbraced-scalar-init after D89025 2020-10-15 23:29:11 -07:00
RWMutex.h
SaveAndRestore.h
ScaledNumber.h
ScopedPrinter.h
SHA1.h
Signals.h [Support] On Unix, let the CrashRecoveryContext return the signal code 2020-09-24 08:21:43 -04:00
Signposts.h [Support] Untie the llvm::Signpost interface from llvm::Timer 2021-01-06 15:16:09 -08:00
SmallVectorMemoryBuffer.h
SMLoc.h
SMTAPI.h
SourceMgr.h [TableGen] New backend to print detailed records. 2020-10-02 10:22:13 -04:00
SpecialCaseList.h [Support/Utils] As part of using inclusive language within the 2020-06-20 00:15:50 -07:00
StringSaver.h Temporarily Revert "[Support] Make UniqueStringSaver wrap a StringSet" 2020-05-14 19:18:20 -07:00
SuffixTree.h Make LLVM build in C++20 mode 2020-12-17 10:44:10 +00:00
SwapByteOrder.h [Support] Make Support/SwapByteOrder.h compile on Fuchsia 2020-10-29 10:49:06 -07:00
SymbolRemappingReader.h SymbolRemappingReader.h - pass Twine by reference not value. NFCI. 2020-07-25 12:48:14 +01:00
SystemUtils.h [opt] Remove obsolete --quiet option 2020-07-08 13:21:20 -07:00
TargetOpcodes.def [CSSPGO] MIR target-independent pseudo instruction for pseudo-probe intrinsic 2020-11-20 10:52:43 -08:00
TargetParser.h [clang][AMDGPU] rename sram-ecc as sramecc 2020-12-07 18:05:47 -05:00
TargetRegistry.h [SystemZ/ZOS] Add binary format goff and operating system zos to the triple 2020-08-11 05:26:26 -04:00
TargetSelect.h
TarWriter.h
TaskQueue.h
thread.h
Threading.h Add optimal thread strategy 2020-09-23 19:44:22 +03:00
ThreadLocal.h
ThreadPool.h Revert "[Support] Use unique_function rather than std::function for ThreadPool TaskTy." 2020-09-10 11:53:09 -07:00
TimeProfiler.h
Timer.h
ToolOutputFile.h [Support] Use outs() in ToolOutputFile 2020-06-04 14:56:35 +02:00
TrailingObjects.h Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC" 2020-12-14 17:04:06 -08:00
TrigramIndex.h TrigramIndex.cpp - remove unnecessary includes. NFCI. 2020-09-09 11:38:31 +01:00
type_traits.h Revert "Switch to std::is_trivially_move_constructible and std::is_trivially_copy_constructible" 2020-12-03 19:58:06 +00:00
TypeName.h
TypeSize.h [TypeSize] Extend UnivariateLinearPolyBase with getWithIncrement/Decrement methods 2020-11-06 09:01:19 +00:00
Unicode.h
UnicodeCharRanges.h
Valgrind.h
VersionTuple.h [clang] Include missing LangOpts in getModuleHash. 2020-07-07 17:13:23 -06:00
VirtualFileSystem.h Support: Add RedirectingFileSystem::create from simple list of redirections 2020-12-08 17:53:30 -08:00
Watchdog.h
Win64EH.h [AArch64] Add asm directives for the remaining SEH unwind codes 2020-09-03 11:12:01 +03:00
WindowsError.h
WithColor.h WithColor.h - reduce CommandLine.h include to forward declaration. NFC. 2020-06-23 17:07:53 +01:00
X86DisassemblerDecoderCommon.h [X86] Remove MODRM_SPLITREGM from the disassembler tables. 2020-07-03 00:16:20 -07:00
X86TargetParser.def [X86] Autodetect znver3 2020-12-05 19:08:20 +01:00
X86TargetParser.h [X86] Add a stub for Intel's alderlake. 2020-10-24 19:01:22 +02:00
xxhash.h
YAMLParser.h [YAML] Support extended spellings when parsing bools. 2020-12-12 12:50:34 +00:00
YAMLTraits.h Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC" 2020-12-14 17:04:06 -08:00