llvm with tablegen backend for capstone disassembler
Go to file
Yvan Roux d8f100a6f5 [libcxxabi] Fix test_exception_address_alignment test for ARM
Check _LIBCXXABI_ARM_EHABI macro instead of libunwind version.

Fixes PR34182

Differential revision: https://reviews.llvm.org/D50170

llvm-svn: 339865
2018-08-16 11:38:09 +00:00
clang [AST] Store the OwnedTagDecl as a trailing object in ElaboratedType. 2018-08-16 10:48:16 +00:00
clang-tools-extra [clang-doc] Explicitly cast to unique_ptr 2018-08-15 16:18:46 +00:00
compiler-rt cfi: Remove blacklist entries for libc++. 2018-08-15 18:05:55 +00:00
debuginfo-tests SafeStack: Disable Darwin support 2018-08-14 21:38:50 +00:00
libclc amdgcn: Use __constant AS for amdgcn builtins. 2018-08-03 15:14:08 +00:00
libcxx Selectively import timespec_get into namespace std, since some C libraries don't have it. Reviewed as https://reviews.llvm.org/D50799 2018-08-15 21:19:08 +00:00
libcxxabi [libcxxabi] Fix test_exception_address_alignment test for ARM 2018-08-16 11:38:09 +00:00
libunwind [libunwind][mips] Guard accumulator registers 2018-08-16 08:49:50 +00:00
lld [LLD][ELF] - Stop using binary input in merge-invalid-size.s test. NFCI. 2018-08-15 14:59:38 +00:00
lldb Fix a little thinko in generating ___lldb_unnamed_symbol symbols 2018-08-15 23:10:32 +00:00
llgo
llvm [RISCV][MC] Don't fold symbol differences if requiresDiffExpressionRelocations is true 2018-08-16 11:26:37 +00:00
openmp [OMPT] Remove OMPT idle callback 2018-08-15 13:54:28 +00:00
parallel-libs
polly [DepInfo] Use isl++ in Dependences::isValidSchedule. NFC. 2018-08-10 22:33:27 +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.