llvm with tablegen backend for capstone disassembler
Go to file
Pavel Labath d821c997aa Move RegisterValue,Scalar,State from Core to Utility
These three classes have no external dependencies, but they are used
from various low-level APIs. Moving them down to Utility improves
overall code layering (although it still does not break any particular
dependency completely).

The XCode project will need to be updated after this change.

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

llvm-svn: 339127
2018-08-07 11:07:21 +00:00
clang [clang-format] comment reflow: add last line's penalty when ending broken 2018-08-07 10:23:24 +00:00
clang-tools-extra [clangd] Share getSymbolID implementation. 2018-08-07 08:57:52 +00:00
compiler-rt [libFuzzer] Add unstable function printing to print_unstable_stats flag 2018-08-06 23:14:13 +00:00
debuginfo-tests Disable the asan-deque.cpp integration test for AppleLLDB < v1000 2018-08-04 00:02:48 +00:00
libclc amdgcn: Use __constant AS for amdgcn builtins. 2018-08-03 15:14:08 +00:00
libcxx [libc++] Add the _LIBCPP_HIDE_FROM_ABI_AFTER_V1 macro 2018-08-06 14:11:50 +00:00
libcxxabi [itanium demangler] Support dot suffixes on block invocation functions 2018-08-02 17:45:01 +00:00
libunwind [CMake] Allow building standalone without any llvm-config available 2018-08-03 05:51:31 +00:00
lld [LLD][ELF] - Added test case for non-nullterminated wide strings. 2018-08-07 10:29:35 +00:00
lldb Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [mips] Handle branch expansion corner cases 2018-08-07 10:45:45 +00:00
openmp [OpenMP] Fix doacross testing for gcc 2018-08-02 19:13:07 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly Update isl to isl-0.20-48-g13eba5b5 2018-08-07 05:51:21 +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.