1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib
Ilya Biryukov 93a7fe8d08 Revert "r372201: [Support] Replace function with function_ref in writeFileAtomically. NFC"
function_ref causes calls to the function to be ambiguous, breaking
compilation.

Reverting for now.

llvm-svn: 372202
2019-09-18 08:47:09 +00:00
..
Analysis Revert "Data Dependence Graph Basics" 2019-09-17 19:22:01 +00:00
AsmParser
BinaryFormat
Bitcode Do a sweep of symbol internalization. NFC. 2019-08-23 19:59:23 +00:00
Bitstream
CodeGen [Remarks] Allow the RemarkStreamer to be used directly with a stream 2019-09-18 01:04:45 +00:00
DebugInfo GSYM: Add the llvm::gsym::Header header class with tests 2019-09-17 17:46:13 +00:00
Demangle Synchronize LLVM's copy of libc++abi's demangler with the libc++abi 2019-09-07 00:11:53 +00:00
ExecutionEngine [ExecutionEngine] Don't dereference a dyn_cast result. NFCI. 2019-09-16 15:19:11 +00:00
Fuzzer
FuzzMutate
IR [Remarks] Allow the RemarkStreamer to be used directly with a stream 2019-09-18 01:04:45 +00:00
IRReader
LineEditor
Linker [IRMover] Don't map globals if their types are the same 2019-09-11 18:35:49 +00:00
LTO [LTO][Legacy] Add new C inferface to query libcall functions 2019-09-16 18:49:54 +00:00
MC [Alignment] Introduce llvm::Align to MCSection 2019-09-13 09:29:59 +00:00
MCA [Tblgen][MCA] Add the ability to mark groups as LoadQueue and StoreQueue. NFCI 2019-08-27 18:20:34 +00:00
Object [ARM] VFPv2 only supports 16 D registers. 2019-09-17 21:42:38 +00:00
ObjectYAML WasmEmitter - Don't dereference a dyn_cast result. NFCI. 2019-09-17 19:14:11 +00:00
Option
Passes Revert "Data Dependence Graph Basics" 2019-09-17 19:22:01 +00:00
ProfileData [PGO] Change hardcoded thresholds for cold/inlinehint to use summary 2019-09-17 23:12:13 +00:00
Remarks [Remarks] Allow remarks::Format::YAML to take a string table 2019-09-16 22:45:17 +00:00
Support Revert "r372201: [Support] Replace function with function_ref in writeFileAtomically. NFC" 2019-09-18 08:47:09 +00:00
TableGen [TableGen] Skip CRLF conversion when writing output 2019-09-11 22:33:50 +00:00
Target [X86] Break non-power of 2 vXi1 vectors into scalars for argument passing with avx512. 2019-09-18 06:06:11 +00:00
Testing
TextAPI Revert [llvm-nm] Add tapi file support 2019-09-11 21:35:28 +00:00
ToolDrivers [llvm-dlltool] Handle external and internal names with differing decoration 2019-09-02 13:28:16 +00:00
Transforms [PGO] Change hardcoded thresholds for cold/inlinehint to use summary 2019-09-17 23:12:13 +00:00
WindowsManifest Fight a bit against global initializers. NFC. 2019-08-22 19:43:27 +00:00
XRay
CMakeLists.txt
LLVMBuild.txt