Go to file
Zachary Turner dbefc6cd4e [MS Demangler] Fix several issues related to templates.
These were uncovered when porting the mangling tests in
ms-templates.cpp from clang/CodeGenCXX over to demangling
tests.  The main issues fixed here are surrounding integer
literal signed and unsignedness, empty array dimensions,
and pointer and reference non-type template parameters.

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

llvm-svn: 339434
2018-08-10 14:31:04 +00:00
clang Fix a deprecated warning in the last commit. 2018-08-10 12:53:18 +00:00
clang-tools-extra [clang-tidy: modernize] modernize-redundant-void-arg crashes when a function body is in a macro 2018-08-10 13:59:33 +00:00
compiler-rt Revert "SafeStack: Delay thread stack clean-up" 2018-08-10 00:36:04 +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++] Enable aligned allocation based on feature test macro, irrespective of standard 2018-08-10 13:24:56 +00:00
libcxxabi [itanium demangler] Support dot suffixes on block invocation functions 2018-08-02 17:45:01 +00:00
libunwind Remove unneeded preprocessor condition. 2018-08-08 15:18:22 +00:00
lld [ELF] - Get rid of SyntheticSection::postThunkContents(). NFCI. 2018-08-10 07:24:18 +00:00
lldb Amend "Remove unused type Either from Utility library". 2018-08-10 13:01:26 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [MS Demangler] Fix several issues related to templates. 2018-08-10 14:31:04 +00:00
openmp [OpenMP] Cleanup code 2018-08-09 22:04:30 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly Update isl-cpp bindings 2018-08-09 05:07:14 +00:00
README.md

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.