1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/include/llvm
Mircea Trofin 534cba2336 [llvm][NFC] Move content of ML subdirectory into Analysis
The initial intent was to organize ML stuff in its own directory, but
it turns out that conflicts with llvm component layering policies: it
is not a component, because subsequent changes want to rely on other
analyses, which would create a cycle; and we don't have a reliable,
cross-platform mechanism to compile files in a subdirectory, and fit in
the existing LLVM build structure.

This change moves the files into Analysis, and subsequent changes will
leverage conditional compilation for those that have optional
dependencies.
2020-06-15 14:35:33 -07:00
..
ADT [APInt] set all bits for getBitsSetWithWrap if loBit == hiBit 2020-06-08 22:55:24 -04:00
Analysis [llvm][NFC] Move content of ML subdirectory into Analysis 2020-06-15 14:35:33 -07:00
AsmParser
BinaryFormat [WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocs 2020-06-15 10:07:42 -07:00
Bitcode [StackSafety] Add info into function summary 2020-06-10 02:43:28 -07:00
Bitstream
CodeGen [GlobalISel] Simplify G_ADD when it has (0-X) on the LHS or RHS 2020-06-15 09:43:24 -07:00
Config
DebugInfo [DWARFDebugLine] Use truncating data extractors for prologue parsing 2020-06-10 16:12:53 +02:00
Demangle
DWARFLinker
ExecutionEngine [jitlink] R_X86_64_PC32 support for the elf x86 jitlinker 2020-05-30 10:53:18 +10:00
Frontend/OpenMP [OpenMP][AMDGCN] Support OpenMP offloading for AMDGCN architecture - Part 2 2020-06-10 18:09:59 +00:00
FuzzMutate
IR [IR] Add nocapture & nosync to matrix intrinsics. 2020-06-15 22:07:40 +01:00
IRReader
LineEditor
Linker
LTO [LLD][ThinLTO] Add --thinlto-single-module to allow compiling partial modules. 2020-06-10 15:32:30 -07:00
MC [MC] Changes to help improve target specific symbol disassembly 2020-06-12 15:51:37 -04:00
MCA
Object [llvm][llvm-nm] add TextAPI/MachO support 2020-06-11 18:54:16 -07:00
ObjectYAML [WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocs 2020-06-15 10:07:42 -07:00
Option [lld-macho] Specify the complete set of command-line options for ld64 2020-06-15 12:50:20 -07:00
Passes NFC: Simplify O1 pass pipeline construction. 2020-05-29 20:08:22 -07:00
ProfileData [llvm-cov] Fix gcov version detection on big-endian 2020-06-07 08:07:32 -07:00
Remarks
Support [LLVM] Change isa<> to a variadic function template 2020-06-15 18:46:57 +00:00
TableGen
Target [GlobalISel] Simplify G_ADD when it has (0-X) on the LHS or RHS 2020-06-15 09:43:24 -07:00
Testing/Support
TextAPI [llvm][llvm-nm] add TextAPI/MachO support 2020-06-11 18:54:16 -07:00
ToolDrivers
Transforms NFC: Make sure function arguments have the same name in declaration and definition 2020-06-15 10:45:08 +02:00
WindowsManifest
WindowsResource
XRay
CMakeLists.txt
InitializePasses.h [StackSafety] Pass summary into codegen 2020-06-10 21:02:54 -07:00
LinkAllIR.h
LinkAllPasses.h
module.extern.modulemap
module.install.modulemap
module.modulemap Add DIAError.h to list of headers excluded from the LLVM_DebugInfo_PDB module 2020-06-01 21:01:05 +01:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h