llvm-project/llvm
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
..
bindings
cmake [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
docs Add a CommandGuide for llvm-objdump 2018-08-08 14:39:22 +00:00
examples
include ValueTracking: Start enhancing isKnownNeverNaN 2018-08-09 22:40:08 +00:00
lib [MS Demangler] Fix several issues related to templates. 2018-08-10 14:31:04 +00:00
projects
resources
runtimes Revert "[CMake] Pass Clang defaults to runtimes builds" 2018-07-13 20:01:55 +00:00
test [MS Demangler] Fix several issues related to templates. 2018-08-10 14:31:04 +00:00
tools [llvm-objcopy] NFC: Add some color to error() 2018-08-09 22:52:03 +00:00
unittests [MemorySSA] "Fix" lifetime intrinsic handling 2018-08-10 05:14:43 +00:00
utils [Tablegen][SubtargetEmitter] refactor method `emitSchedModelHelpersImpl()`. NFCI 2018-08-10 10:43:43 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Fix typo 2018-08-09 20:15:13 +00:00
CODE_OWNERS.TXT Add owner for llvm-objcopy 2018-08-09 22:05:19 +00:00
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

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.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.