1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Petr Hosek 7417430bcf [CMake] Simplify CMake handling for zlib
Rather than handling zlib handling manually, use find_package from CMake
to find zlib properly. Use this to normalize the LLVM_ENABLE_ZLIB,
HAVE_ZLIB, HAVE_ZLIB_H. Furthermore, require zlib if LLVM_ENABLE_ZLIB is
set to YES, which requires the distributor to explicitly select whether
zlib is enabled or not. This simplifies the CMake handling and usage in
the rest of the tooling.

This is a reland of abb0075 with all followup changes and fixes that
should address issues that were reported in PR44780.

Differential Revision: https://reviews.llvm.org/D79219
2020-07-14 19:30:08 -07:00
..
Analysis [CallGraph] Ignore callback uses 2020-07-14 13:08:49 -07:00
AsmParser Restore "[WPD/LowerTypeTests] Delay lowering/removal of type tests until after ICP" 2020-07-14 12:16:57 -07:00
BinaryFormat AMDGPU: Remove .value_type from kernel metadata 2020-07-10 18:16:31 -04:00
Bitcode Temporarily revert "[NFC] Separate bitcode reading for FUNC_CODE_INST_CMPXCHG(_OLD)" 2020-07-10 15:21:00 -07:00
Bitstream
CodeGen Call Frame Information (CFI) Handling for Basic Block Sections 2020-07-14 12:54:12 -07:00
DebugInfo [DebugInfo] Fix a possible crash when reading a malformed .debug_*lists section. 2020-07-14 16:35:17 +07:00
Demangle
DWARFLinker
ExecutionEngine Make LazyCallThroughManager destructor virtual rather than arranging for 2020-07-14 18:41:07 -07:00
Extensions
Frontend [flang][openacc] OpenACC 3.0 parser 2020-07-14 14:29:40 -04:00
Fuzzer
FuzzMutate
IR [IR] Add a few asserts to provide a better failure signature if you try to create a load/store/alloca with no alignment or insertion position 2020-07-14 18:47:44 -07:00
IRReader
LineEditor
Linker
LTO
MC [MC] Support .reloc sym+constant, *, * 2020-07-14 13:44:00 -07:00
MCA
Object [WebAssembly] 64-bit memory limits 2020-07-06 12:40:45 -07:00
ObjectYAML [yaml2obj] - Refine handling of the NoHeaders key. 2020-07-14 15:09:06 +03:00
Option
Passes Restore "[WPD/LowerTypeTests] Delay lowering/removal of type tests until after ICP" 2020-07-14 12:16:57 -07:00
ProfileData [NFC] Change getEntryForPercentile to be a static function in ProfileSummaryBuilder. 2020-07-09 16:38:19 -07:00
Remarks
Support [CMake] Simplify CMake handling for zlib 2020-07-14 19:30:08 -07:00
TableGen
Target [AMDGPU] Apply pre-emit s_cbranch_vcc optimation to more patterns 2020-07-15 11:02:35 +09:00
Testing
TextAPI
ToolDrivers
Transforms [Attributor] [WIP] Track AA dependency using dependency graph 2020-07-15 10:21:49 +08:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt