hanchenye-llvm-project/llvm
George Rimar 68003e0fbf Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.)
Now, after landing r270560, r270557, r270320 it is a proper time.

Original commit message:
[llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.

Before this patch llvm-mc generated zlib-gnu styled sections. 
That means no SHF_COMPRESSED flag was set, magic 'zlib' signature
was used in combination with full size field. Sections were renamed to "*.z*".
This patch reimplements the compression style to zlib one as zlib-gnu looks
to be depricated everywhere.

Differential revision: http://reviews.llvm.org/D20331

llvm-svn: 270569
2016-05-24 15:19:35 +00:00
..
bindings
cmake Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbosely" 2016-05-23 21:34:12 +00:00
docs [Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter. 2016-05-23 20:34:19 +00:00
examples [Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter. 2016-05-23 20:34:19 +00:00
include Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.) 2016-05-24 15:19:35 +00:00
lib Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.) 2016-05-24 15:19:35 +00:00
projects
resources
test Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.) 2016-05-24 15:19:35 +00:00
tools Remove unused variable breaking -Werror builds. 2016-05-24 03:32:34 +00:00
unittests Fix constant folding of addrspacecast of null 2016-05-21 00:14:04 +00:00
utils Fix Clang-tidy modernize-use-bool-literals in generated Target code; other minor fixes; other minor fixes. 2016-05-17 17:04:23 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT CODE_OWNERS: Take ownership of SelectionDAG 2016-05-20 19:14:04 +00:00
CREDITS.TXT Update my email address. 2016-05-10 16:23:54 +00:00
LICENSE.TXT
LLVMBuild.txt
README.txt
configure
llvm.spec.in

README.txt

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.

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.