1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib
Lang Hames b24faad0cf [JITLink] Add a utility for splitting blocks at a given index.
LinkGraph::splitBlock will split a block at a given index, returning a new
block covering the range [ 0, index ) and modifying the original block to
cover the range [ index, original-block-size ). Block addresses, content,
edges and symbols will be updated as necessary. This utility will be used
in upcoming improvements to JITLink's eh-frame support.
2019-10-30 12:35:49 -07:00
..
Analysis
AsmParser [IR] Allow fast math flags on calls with floating point array type. 2019-10-30 14:00:33 +00:00
BinaryFormat [DWARF5] Added support for deleted C++ special member functions. 2019-10-29 13:44:06 -07:00
Bitcode [IR] Allow fast math flags on calls with floating point array type. 2019-10-30 14:00:33 +00:00
Bitstream
CodeGen [DebugInfo][DAG] Distinguish different kinds of location indirection 2019-10-30 18:41:44 +00:00
DebugInfo
Demangle
ExecutionEngine [JITLink] Add a utility for splitting blocks at a given index. 2019-10-30 12:35:49 -07:00
Fuzzer
FuzzMutate
IR [LegacyPassManager] Delete BasicBlockPass/Manager. 2019-10-30 11:40:16 -07:00
IRReader
LineEditor
Linker
LTO
MC [PowerPC][AIX] Adds support for writing the data section in object files 2019-10-30 18:44:35 +00:00
MCA
Object
ObjectYAML minidump: Rename some architecture constants 2019-10-30 14:46:00 +01:00
Option
Passes
ProfileData
Remarks
Support [LLD][ELF] Support --[no-]mmap-output-file with F_no_mmap 2019-10-29 15:49:08 -07:00
TableGen
Target [AArch64] Remove overlapping scheduling definitions (NFC) 2019-10-30 13:57:27 -05:00
Testing
TextAPI
ToolDrivers
Transforms [SLP] Vectorize jumbled stores. 2019-10-30 13:33:52 -04:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt