llvm with tablegen backend for capstone disassembler
Go to file
Saleem Abdulrasool dc1c41fb6f build: use clang-cl for runtimes when targeting Windows
When targeting Windows and building a runtime (subproject) prefer to use
`clang-cl` rather than the `clang` driver.  This allows us to cross-compile
runtimes for the Windows environment from Linux.

llvm-svn: 361072
2019-05-17 20:09:06 +00:00
clang [c++20] P1327R1: Support for typeid applied to objects of polymorphic 2019-05-17 19:19:28 +00:00
clang-tools-extra [Lex] Allow to consume tokens while preprocessing 2019-05-17 09:32:05 +00:00
compiler-rt [libFuzzer] Dump input on failure for sigusr tests. 2019-05-17 19:33:31 +00:00
debuginfo-tests
libclc travis: Add LLVM-8 build 2019-03-27 21:28:31 +00:00
libcxx Improve the test coverage for std::is_base_of 2019-05-16 15:56:26 +00:00
libcxxabi [libcxxabi] Add a test for invalid assumptions on the alignment of exceptions 2019-05-17 14:53:29 +00:00
libunwind [PPC] Fix 32-bit build of libunwind 2019-05-16 06:49:20 +00:00
lld Fix tests from r361013 on X86 bots. 2019-05-17 15:38:01 +00:00
lldb [CMake] Add first CMake cache files 2019-05-17 19:19:41 +00:00
llgo IR: Support parsing numeric block ids, and emit them in textual output. 2019-03-22 18:27:13 +00:00
llvm build: use clang-cl for runtimes when targeting Windows 2019-05-17 20:09:06 +00:00
openmp Fixed second issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584. 2019-05-16 17:52:53 +00:00
parallel-libs
polly [polly] Fix non-determinism in IslNodeBuilder. 2019-05-14 23:01:19 +00:00
pstl [pstl] Make the default backend be the serial backend and always provide parallel policies 2019-04-24 20:12:36 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore Add a reduced copy of the llvm .gitignore 2019-04-09 00:52:49 +00:00
README.md

The LLVM Compiler Infrastructure

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