1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/include/llvm
Jonas Devlieghere 9bdd5c77dc [Support] Add optional prefix to convenience helpers in WithColor.
Several tools prefix the error/warning/note output with the name of the
tool. One such tool is LLD for example. This commit adds as an optional
'Prefix' argument to the convenience helpers.

llvm-svn: 330526
2018-04-21 21:36:11 +00:00
..
ADT [ADT] Fix MapVector when 'Map::mapped_type != unsigned'. 2018-04-08 08:48:58 +00:00
Analysis [LV] Introduce TTI::getMinimumVF 2018-04-13 20:16:32 +00:00
AsmParser LLParser: add an argument for overriding data layout and do not check alloca addr space 2018-01-30 22:32:39 +00:00
BinaryFormat [WebAssembly] Distinguish debug/symbol names in the Wasm structs. NFC 2018-04-20 17:07:24 +00:00
Bitcode Add the ShadowCallStack attribute 2018-04-03 20:10:40 +00:00
CodeGen Remove unused argument from emitModuleMetadata. 2018-04-20 19:07:57 +00:00
Config Re-land r329156 "Add llvm-exegesis tool." 2018-04-04 11:37:06 +00:00
DebugInfo [LLD/PDB] Emit first section contribution for DBI Module Descriptor. 2018-04-20 18:00:46 +00:00
Demangle [demangler] Add a partial demangling API for LLDB. 2018-04-12 20:41:38 +00:00
ExecutionEngine [ORC] Make VSO symbol resolution/finalization operations private. 2018-04-19 18:42:49 +00:00
FuzzMutate [llvm-opt-fuzzer] Avoid adding incorrect inputs to the fuzzer corpus 2018-02-05 11:05:47 +00:00
IR [X86] WaitPKG instructions 2018-04-20 18:42:47 +00:00
IRReader LLParser: add an argument for overriding data layout and do not check alloca addr space 2018-01-30 22:32:39 +00:00
LineEditor
Linker Revert "[IRMover] Implement name based structure type mapping" 2018-02-21 20:12:18 +00:00
LTO [LTO] Add stats-file option to LTO/Config.h. 2018-04-20 10:18:36 +00:00
MC [MC] Moved all the remaining logic that computed instruction latency and reciprocal throughput from TargetSchedModel to MCSchedModel. 2018-04-15 17:32:17 +00:00
Object LowerTypeTests: Propagate symver directives 2018-04-20 01:36:48 +00:00
ObjectYAML [ObjectYAML] Add ability for DWARFYAML to calculate DIE lengths 2018-04-20 12:33:49 +00:00
Option [COFF] Process /EXPORT option in fastpath 2018-01-09 20:36:42 +00:00
Passes Re-land r329273: [Plugins] Add a slim plugin API to work together with the new PM 2018-04-05 15:04:13 +00:00
ProfileData [include] Change std::sort to llvm::sort in response to r327219 2018-04-01 18:39:50 +00:00
Support [Support] Add optional prefix to convenience helpers in WithColor. 2018-04-21 21:36:11 +00:00
TableGen TableGen: Streamline how defs are instantiated 2018-03-21 17:12:53 +00:00
Target Remove unused argument from emitModuleMetadata. 2018-04-20 19:07:57 +00:00
Testing/Support [Testing/Support] Make Failed() matcher work with abstract error types 2018-04-10 14:11:53 +00:00
ToolDrivers
Transforms Revert "Revert r330403 and r330413." 2018-04-20 13:34:32 +00:00
WindowsManifest
WindowsResource
XRay
CMakeLists.txt
InitializePasses.h [CodeGen] Add a new pass for PostRA sink 2018-03-22 20:06:47 +00:00
LinkAllIR.h
LinkAllPasses.h Transforms: Introduce Transforms/Utils.h rather than spreading the declarations amongst Scalar.h and IPO.h 2018-03-28 17:44:36 +00:00
module.modulemap Rename *CommandFlags.def to *CommandFlags.inc 2018-04-11 18:49:37 +00:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h [NFC] fix trivial typos in comments 2018-01-23 05:49:30 +00:00
PassInfo.h
PassRegistry.h
PassSupport.h