1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/include/llvm-c
Chuanqi Xu ca13ea7edf [Coroutines] Run coroutine passes by default
This patch make coroutine passes run by default in LLVM pipeline. Now
the clang and opt could handle IR inputs containing coroutine intrinsics
without special options.
It should be fine. On the one hand, the coroutine passes seems to be stable
since there are already many projects using coroutine feature.
On the other hand, the coroutine passes should do nothing for IR who doesn't
contain coroutine intrinsic.

Test Plan: check-llvm

Reviewed by: lxfind, aeubanks

Differential Revision: https://reviews.llvm.org/D105877
2021-07-15 14:33:40 +08:00
..
Transforms [Coroutines] Run coroutine passes by default 2021-07-15 14:33:40 +08:00
Analysis.h
BitReader.h
BitWriter.h
Comdat.h
Core.h Intrinsic::getName: require a Module argument 2021-06-14 14:52:29 +02:00
DataTypes.h Fix broken HUGE_VALF macro in llvm-c/DataTypes.h 2020-09-03 09:50:32 +02:00
DebugInfo.h Revert "[llvm] Sync DebugInfo.h with DebugInfoFlags.def" 2021-06-09 10:39:57 +02:00
Disassembler.h
DisassemblerTypes.h [llvm] Fix header guards (NFC) 2021-02-21 19:58:05 -08:00
Error.h [Support] Add a C-API function to create a StringError instance. 2020-10-19 01:59:04 -07:00
ErrorHandling.h [llvm] Fix header guards (NFC) 2021-02-21 19:58:05 -08:00
ExecutionEngine.h [MCJIT] Check for RuntimeDyld errors in MCJIT::finalizeLoadedModules. 2020-03-13 13:58:41 -07:00
ExternC.h [llvm] Fix header guards (NFC) 2021-02-21 19:58:05 -08:00
Initialization.h
IRReader.h
Linker.h
LLJIT.h [ORC] Rename TargetProcessControl to ExecutorProcessControl. NFC. 2021-07-01 13:31:12 +10:00
lto.h [LTO][Legacy] Decouple option parsing from LTOCodeGenerator 2021-03-31 16:43:26 +00:00
module.modulemap
Object.h
Orc.h [Orc] At CBindings for LazyRexports 2021-07-01 21:52:05 +02:00
OrcEE.h [ORC] Break up C-API header Orc.h, and add JITEventListener support. 2020-10-19 01:59:04 -07:00
Remarks.h
Support.h
Target.h
TargetMachine.h
Types.h