This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd4101a [llvm-mc] - Teach llvm-mc to generate zlib styled compression [...] new 8ab5c74 Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib st [...] new 14848de [sparc] Move LEON passes into llvm namespace. new e1a12fc [hexagon] Move BlockRanges and RDF stuff into the llvm namespace.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/MC/MCAsmInfo.h | 16 ++----- include/llvm/MC/MCSectionELF.h | 1 - lib/CodeGen/LLVMTargetMachine.cpp | 2 +- lib/MC/ELFObjectWriter.cpp | 69 +++++++++---------------------- lib/MC/MCAsmInfo.cpp | 2 +- lib/Target/Hexagon/HexagonBlockRanges.cpp | 20 ++++----- lib/Target/Hexagon/HexagonBlockRanges.h | 5 +-- lib/Target/Hexagon/HexagonRDF.h | 4 +- lib/Target/Hexagon/RDFCopy.cpp | 5 +-- lib/Target/Hexagon/RDFCopy.h | 4 +- lib/Target/Hexagon/RDFDeadCode.h | 4 +- lib/Target/Hexagon/RDFGraph.cpp | 2 + lib/Target/Hexagon/RDFGraph.h | 4 +- lib/Target/Hexagon/RDFLiveness.cpp | 4 +- lib/Target/Hexagon/RDFLiveness.h | 4 +- lib/Target/Sparc/LeonPasses.cpp | 1 + lib/Target/Sparc/LeonPasses.h | 9 ++-- test/MC/ELF/compression.s | 69 ++++++++----------------------- tools/llvm-mc/llvm-mc.cpp | 19 +++------ 19 files changed, 82 insertions(+), 162 deletions(-)