llvm with tablegen backend for capstone disassembler
Go to file
Petr Hosek 9b4035a85a [CMake][runtimes] Process common options in runtimes build
This was removed in D39932 but turned out this is actually needed
because runtimes such as compiler-rt and libc++ rely on common options
processing for setting certain flags such as -ffunction-sections and
-fdata-sections.

Differential Revision: https://reviews.llvm.org/D45507

llvm-svn: 329778
2018-04-11 05:18:03 +00:00
clang [X86] Fix typo in intrinsic header file __mask16->__mmask16 from r329775. 2018-04-11 05:17:14 +00:00
clang-tools-extra [clang-tidy] Add a android-comparison-in-temp-failure-retry check 2018-04-10 21:22:22 +00:00
compiler-rt [XRay][compiler-rt] Fix osx-based builds 2018-04-11 05:16:11 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc hypot: Port from amd builtins 2018-04-10 00:11:58 +00:00
libcxx [libcxx] Set ABI version 2 as default for Fuchsia 2018-04-11 01:06:28 +00:00
libcxxabi [CFI] Disable CFI checks for __cxa_decrement_exception_refcount 2018-04-09 22:11:28 +00:00
libunwind [cmake] Remove duplicate command line options from build 2018-04-05 20:27:50 +00:00
lld Don't warn on ICFed symbols, warn on synthetic ones. 2018-04-10 21:13:52 +00:00
lldb Convert an absolute to a group relative reference for TestOptionArgParser.cpp. 2018-04-10 19:29:37 +00:00
llgo
llvm [CMake][runtimes] Process common options in runtimes build 2018-04-11 05:18:03 +00:00
openmp [OpenMP] Remove extra warning when we build 2018-04-10 15:28:31 +00:00
parallel-libs
polly [CodeGen] Allow undefined loads in statement instances outside context. 2018-04-10 01:20:51 +00:00
README.md

Low Level Virtual Machine (LLVM)

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.