This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7ec8f07 Fix NDEBUG build: variables used only in debug code causing c [...]
new 334e326 [mips][ias] Move createCpRestoreMemOp to MipsTargetStreamer. NFC.
new f5874ed [InstCombine] add helper function for ICmp with constant cano [...]
The 2 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:
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 33 +++++-------
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 52 ++++++++++++------
lib/Target/Mips/MipsTargetStreamer.h | 10 ++--
lib/Transforms/InstCombine/InstCombineCompares.cpp | 62 +++++++++++++---------
test/MC/Mips/double-expand.s | 24 +++++++--
5 files changed, 115 insertions(+), 66 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 0494b57 ELF: Add -O0 (produce output as fast as possible) mode.
new d7f5a41 Fix producing undefined reference to __progname.
The 1 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:
ELF/InputFiles.cpp | 12 +++++++-----
test/ELF/Inputs/progname-ver.so | Bin 0 -> 1680 bytes
test/ELF/progname.s | 3 +++
3 files changed, 10 insertions(+), 5 deletions(-)
create mode 100755 test/ELF/Inputs/progname-ver.so
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 744cc49 [Hexagon] Optimize addressing modes for load/store
new 3cc6d46 [PATCH] [mips] Fix forbidden slot hazard handling
new 260e009 [mips][FastISel] A store is not a load.
new 36853e8 Recommitted r264280 "Supporting all entities declared in lexi [...]
new 7ec8f07 Fix NDEBUG build: variables used only in debug code causing c [...]
The 4 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:
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 139 +++++++++++----
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 37 +++-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 35 +++-
lib/CodeGen/AsmPrinter/DwarfDebug.h | 17 ++
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 22 ++-
lib/CodeGen/AsmPrinter/DwarfUnit.h | 3 +
lib/Target/Hexagon/HexagonOptAddrMode.cpp | 12 +-
lib/Target/Mips/MipsFastISel.cpp | 2 +-
lib/Target/Mips/MipsHazardSchedule.cpp | 14 +-
test/CodeGen/Mips/Fast-ISel/fastalloca.ll | 2 +-
.../Generic/2010-04-06-NestedFnDbgInfo.ll | 3 +-
.../Generic/2010-06-29-InlinedFnLocalVar.ll | 3 +-
test/DebugInfo/Generic/namespace.ll | 30 ++--
test/DebugInfo/Mips/InlinedFnLocalVar.ll | 3 +-
test/DebugInfo/X86/InlinedFnLocalVar.ll | 3 +-
test/DebugInfo/X86/PR24008.ll | 66 +++++++
test/DebugInfo/X86/dbg-file-name.ll | 3 +-
test/DebugInfo/X86/debug-dead-local-var.ll | 3 +-
test/DebugInfo/X86/gnu-public-names.ll | 25 +--
test/DebugInfo/X86/lexical-block-file.ll | 88 +++++++++
test/DebugInfo/X86/lexical-block-inline.ll | 198 +++++++++++++++++++++
test/DebugInfo/X86/lexical-block.ll | 130 ++++++++++++++
test/DebugInfo/X86/subprogram-inline.ll | 168 +++++++++++++++++
23 files changed, 915 insertions(+), 91 deletions(-)
create mode 100644 test/DebugInfo/X86/PR24008.ll
create mode 100644 test/DebugInfo/X86/lexical-block-file.ll
create mode 100644 test/DebugInfo/X86/lexical-block-inline.ll
create mode 100644 test/DebugInfo/X86/lexical-block.ll
create mode 100644 test/DebugInfo/X86/subprogram-inline.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3c235b1 [ARM] Guard the declarations of f16 to f32 vcvt intrinsics in [...]
new e77a677 Recommitted r264281 "Supporting all entities declared in lexi [...]
The 1 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:
lib/CodeGen/CGDebugInfo.cpp | 41 +++++++++++++++++++++-----
lib/CodeGen/CGDebugInfo.h | 11 +++++++
lib/CodeGen/CGDecl.cpp | 21 ++++++++-----
test/CodeGenCXX/debug-info-anon-union-vars.cpp | 16 +++++-----
test/CodeGenCXX/debug-info-lb.cpp | 27 +++++++++++++++++
5 files changed, 94 insertions(+), 22 deletions(-)
create mode 100644 test/CodeGenCXX/debug-info-lb.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 12a0185 [ELF] Fixed warning. NFC.
new 0494b57 ELF: Add -O0 (produce output as fast as possible) mode.
The 1 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:
ELF/Driver.cpp | 2 +-
ELF/InputFiles.cpp | 6 ++++++
test/ELF/merge-string.s | 20 ++++++++++++++++++++
3 files changed, 27 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2fd5434 Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add [...]
new 744cc49 [Hexagon] Optimize addressing modes for load/store
The 1 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:
lib/Target/Hexagon/CMakeLists.txt | 1 +
lib/Target/Hexagon/Hexagon.td | 26 +-
lib/Target/Hexagon/HexagonInstrInfo.cpp | 26 ++
lib/Target/Hexagon/HexagonInstrInfo.h | 5 +
lib/Target/Hexagon/HexagonOptAddrMode.cpp | 694 ++++++++++++++++++++++++++++
lib/Target/Hexagon/HexagonTargetMachine.cpp | 7 +
lib/Target/Hexagon/RDFLiveness.cpp | 86 ++++
lib/Target/Hexagon/RDFLiveness.h | 4 +
test/CodeGen/Hexagon/opt-addr-mode.ll | 107 +++++
test/CodeGen/Hexagon/tls_pic.ll | 6 +-
test/CodeGen/Hexagon/tls_static.ll | 2 +-
test/CodeGen/Hexagon/zextloadi1.ll | 21 +-
12 files changed, 972 insertions(+), 13 deletions(-)
create mode 100644 lib/Target/Hexagon/HexagonOptAddrMode.cpp
create mode 100644 test/CodeGen/Hexagon/opt-addr-mode.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 55d3dc1 Remove leftover
new 2fd5434 Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add [...]
The 1 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:
CMakeLists.txt | 2 ++
cmake/modules/HandleLLVMOptions.cmake | 5 +++++
include/llvm/Analysis/RegionInfoImpl.h | 6 +++---
include/llvm/Support/GenericDomTree.h | 2 +-
lib/Analysis/LoopInfo.cpp | 2 +-
lib/Analysis/ScalarEvolution.cpp | 2 +-
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 4 ++--
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 ++--
lib/IR/Dominators.cpp | 2 +-
lib/Target/ARM/ARMFrameLowering.cpp | 2 +-
lib/Target/Hexagon/HexagonCommonGEP.cpp | 2 +-
lib/Target/Sparc/SparcFrameLowering.cpp | 2 +-
lib/Target/X86/X86FrameLowering.cpp | 4 ++--
lib/Transforms/ObjCARC/BlotMapVector.h | 2 +-
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 2 +-
lib/Transforms/Utils/MemorySSA.cpp | 2 +-
16 files changed, 26 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ddec7b2 Add DW_LANG_Rust
new 8b06624 gcc/testsuite/ChangeLog PR tree-optimization/70803 * gcc.d [...]
The 1 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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/vect/pr56625.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 432a665 fix typo; NFC
new a4c2f26 cmake: Set LINK_POLLY_INTO_TOOLS to ON (v2)
new 55d3dc1 Remove leftover
The 2 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:
CMakeLists.txt | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.