1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib
Nico Weber 3900b1c685 Build: Move TF source file inclusion from build system to source files
Outside of compiler-rt (where it's arguably an anti-pattern too),
LLVM tries to keep its build files as simple as possible. See e.g.
llvm/docs/SupportLibrary.rst, "Code Organization".

Differential Revision: https://reviews.llvm.org/D84243
2020-07-21 13:02:34 -04:00
..
Analysis Build: Move TF source file inclusion from build system to source files 2020-07-21 13:02:34 -04:00
AsmParser [ThinLTO] parse flags and blockcount summaries 2020-07-20 09:50:22 -07:00
BinaryFormat
Bitcode [DebugInfo] Support for DW_AT_associated and DW_AT_allocated. 2020-07-20 19:54:35 +05:30
Bitstream
CodeGen DebugInfo: Move getMD5AsBytes from DwarfUnit to DwarfDebug 2020-07-20 19:21:39 -07:00
DebugInfo [DebugInfo] Respect relocations when decoding DW_EH_PE_sdata4 & DW_EH_PE_sdata8 and support R_ARM_REL32 2020-07-18 09:00:50 -07:00
Demangle [NFC] Use std::free instead of ::free 2020-07-20 16:19:08 -04:00
DWARFLinker
ExecutionEngine [ExecutionEngine] Initialize near block hint in SectionMemoryManager. 2020-07-20 14:40:54 -07:00
Extensions
Frontend
Fuzzer
FuzzMutate
IR [IR] Simplify Use::swap. NFCI. 2020-07-21 12:15:12 +01:00
IRReader
LineEditor
Linker
LTO [NewPM] Support optnone under new pass manager 2020-07-21 09:53:43 -07:00
MC [MC,NVPTX] Add MCAsmPrinter support for unsigned-only data directives. 2020-07-20 16:24:41 -07:00
MCA
Object [llvm-readobj] - Refactor how the code dumps relocations. 2020-07-20 12:05:05 +03:00
ObjectYAML [DWARFYAML] Add dependency 'BinaryFormat'. NFC. 2020-07-20 13:58:22 +08:00
Option [OptTable] Support grouped short options 2020-07-17 09:32:43 -07:00
Passes [NewPM] Support optnone under new pass manager 2020-07-21 09:53:43 -07:00
ProfileData [llvm-cov gcov] Don't require NUL terminator when reading files 2020-07-19 00:31:52 -07:00
Remarks
Support [Windows] Fix limit on command line size 2020-07-21 17:33:22 +07:00
TableGen
Target [AArch64][SVE] Fix PCS for functions taking/returning scalable types. 2020-07-21 15:55:39 +01:00
Testing [llvm][unittest] Add -Wno-suggest-override to more infrastructure that includes googletest/googlemock headers 2020-07-20 13:59:39 -07:00
TextAPI
ToolDrivers
Transforms [NFC] Fix unused var warning 2020-07-21 09:26:01 -07:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt