1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/include/llvm
Vassil Vassilev f324de55aa Allow externally dlopen-ed libraries to be registered as permanent libraries.
This is also useful in cases when llvm is in a shared library. First we dlopen
the llvm shared library and then we register it as a permanent library in order
to keep the JIT and other services working.

Patch reviewed by Vedant Kumar (D29955)!

llvm-svn: 296442
2017-02-28 07:11:59 +00:00
..
ADT [APInt] Use UINT64_MAX instead of ~integerPart(0). NFC 2017-02-27 06:05:33 +00:00
Analysis [ORE] Remove ORE.emit{{.+}} functions 2017-02-23 21:32:53 +00:00
AsmParser
Bitcode IR: Function summary extensions for whole-program devirtualization pass. 2017-02-10 22:29:38 +00:00
CodeGen Revert "Add MIR-level outlining pass" 2017-02-28 02:24:30 +00:00
Config allow migrating away from cmake option for LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING 2017-02-14 19:06:43 +00:00
DebugInfo [PDB] Make streams carry their own endianness. 2017-02-28 00:04:07 +00:00
Demangle
ExecutionEngine [Orc][RPC] Accept both const char* and char* arguments for string serialization. 2017-02-24 20:56:43 +00:00
IR AMDGPU: Basic folds for fmed3 intrinsic 2017-02-27 23:08:49 +00:00
IRReader
LibDriver
LineEditor
Linker IRMover: Merge flags LinkModuleInlineAsm and IsPerformingImport. 2017-02-03 17:01:14 +00:00
LTO [LTO] Add ability to emit assembly to new LTO API 2017-02-15 20:36:36 +00:00
MC [MC] Factor out non-COFF handling of COFF-specific directives. 2017-02-27 22:44:37 +00:00
Object Don't modify archive members unless really needed. 2017-02-21 20:40:54 +00:00
ObjectYAML
Option
Passes Add call branch annotation for ICP promoted direct call in SamplePGO mode. 2017-02-23 22:15:18 +00:00
ProfileData
Support Allow externally dlopen-ed libraries to be registered as permanent libraries. 2017-02-28 07:11:59 +00:00
TableGen Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
Target Revert "Add MIR-level outlining pass" 2017-02-28 02:24:30 +00:00
Transforms Add call branch annotation for ICP promoted direct call in SamplePGO mode. 2017-02-23 22:15:18 +00:00
XRay [XRAY] [x86_64] Adding a Flight Data filetype reader to the llvm-xray Trace implementation. 2017-02-17 01:47:16 +00:00
CMakeLists.txt
InitializePasses.h Revert "Add MIR-level outlining pass" 2017-02-28 02:24:30 +00:00
LinkAllIR.h
LinkAllPasses.h [Guards] Introduce loop-predication pass 2017-01-25 16:00:44 +00:00
module.modulemap Fix LLVM module build 2017-02-27 16:56:37 +00:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h Revamp llvm::once_flag to be closer to std::once_flag 2017-02-05 21:13:06 +00:00