llvm/lib
George Rimar c9c693751f [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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270070 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-19 15:08:31 +00:00
..
Analysis [SCEV] Be more aggressive in proving NUW 2016-05-17 17:51:14 +00:00
AsmParser Refactor duplicated code. NFC. 2016-05-12 12:37:52 +00:00
Bitcode Avoid temporary vector for sorting in BitcodeWriter 2016-05-16 22:47:15 +00:00
CodeGen CodeGen: Make the global-merge pass independently testable, and add a test. 2016-05-19 04:38:56 +00:00
DebugInfo pdbdump: Print out section offsets in the publics stream. 2016-05-18 16:24:16 +00:00
ExecutionEngine Delete Reloc::Default. 2016-05-18 22:04:49 +00:00
Fuzzer [libFuzzer] do the merge faster and a bit less precise 2016-05-13 22:11:23 +00:00
IR [ConstantRange] Add an getEquivalentICmp helper 2016-05-19 03:53:06 +00:00
IRReader
LibDriver
LineEditor
Linker Return a StringRef from getSection. 2016-05-11 18:21:59 +00:00
LTO Delete Reloc::Default. 2016-05-18 22:04:49 +00:00
MC [llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style. 2016-05-19 15:08:31 +00:00
Object Don't pass a Reloc::Model to MC. 2016-05-18 11:58:50 +00:00
ObjectYAML Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64 2016-05-18 16:17:23 +00:00
Option
Passes New pass: guard widening 2016-05-18 22:55:34 +00:00
ProfileData Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" 2016-05-19 03:54:45 +00:00
Support Work around a glibc bug: backtrace() spuriously fails if 2016-05-18 22:26:36 +00:00
TableGen
Target [AArch64 ] Generate a BFXIL from 'or (and X, Mask0Imm),(and Y, Mask1Imm)'. 2016-05-19 14:19:47 +00:00
Transforms Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" 2016-05-19 03:54:45 +00:00
CMakeLists.txt
LLVMBuild.txt