This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from f73842f Close gdbserver in mi_gdb_exit
new 27b5c3d Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-7.12-branch
in repository binutils-gdb.
from 96825e8 Automatic date update in version.in
new 1cf6bec Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_27-branch
in repository binutils-gdb.
from 61d3dda Automatic date update in version.in
new 3047961 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 lldb.
from 066a361 Add the ability to deserialize only breakpoints matching a gi [...]
new 8cf5e69 Add the ability to append breakpoints to the save file.
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:
include/lldb/API/SBTarget.h | 8 ++-
include/lldb/Target/Target.h | 2 +-
.../serialize/TestBreakpointSerialization.py | 60 ++++++++++++++++++++--
scripts/interface/SBTarget.i | 9 +++-
source/API/SBTarget.cpp | 7 +--
source/Commands/CommandObjectBreakpoint.cpp | 11 +++-
source/Target/Target.cpp | 32 ++++++++++--
7 files changed, 113 insertions(+), 16 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 llvm.
from 38d30e5 [InstCombine] fold X urem C -> X < C ? X : X - C when C is bi [...]
new 43896df [libFuzzer] simplify the crash minimizer; split MaxLen into t [...]
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/Fuzzer/FuzzerDriver.cpp | 14 +++++---------
lib/Fuzzer/FuzzerInternal.h | 8 ++++++--
lib/Fuzzer/FuzzerLoop.cpp | 43 +++++++++++++++++++++++++------------------
3 files changed, 36 insertions(+), 29 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 zorg.
from df64e35 [Zorg] Fix accidental double-quotes on ARM bot
new 93aeb54 Changed MailNotifiers for myself.
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:
buildbot/osuosl/master/config/status.py | 14 +++++++++++++-
1 file changed, 13 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 f35fea1 [AsmParser] Remove unused partial template specialization.
new 38d30e5 [InstCombine] fold X urem C -> X < C ? X : X - C when C is bi [...]
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/Transforms/InstCombine/InstCombineMulDivRem.cpp | 8 ++++++++
test/Transforms/InstCombine/urem.ll | 14 +++++++++++---
2 files changed, 19 insertions(+), 3 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 zorg.
from a9f9b47 [Zorg] Force -marm/-mthumb on ARM buildbots
new df64e35 [Zorg] Fix accidental double-quotes on ARM bot
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:
buildbot/osuosl/master/config/builders.py | 2 +-
1 file changed, 1 insertion(+), 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 lldb.
from 343f44b Serilize the thread options within the breakpoint options.
new 066a361 Add the ability to deserialize only breakpoints matching a gi [...]
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:
include/lldb/API/SBTarget.h | 59 ++++++++++++++++++--
include/lldb/Breakpoint/Breakpoint.h | 4 ++
include/lldb/Target/Target.h | 4 ++
.../serialize/TestBreakpointSerialization.py | 35 +++++++++++-
scripts/interface/SBTarget.i | 63 ++++++++++++++++++++++
source/API/SBTarget.cpp | 16 +++++-
source/Breakpoint/Breakpoint.cpp | 35 ++++++++++++
source/Commands/CommandObjectBreakpoint.cpp | 43 +++++++++++++--
source/Target/Target.cpp | 13 +++++
9 files changed, 262 insertions(+), 10 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 llvm.
from c2ac1a7 [utils] Teach the code coverage prep script about --restrict
new f35fea1 [AsmParser] Remove unused partial template specialization.
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/AsmParser/LLParser.cpp | 10 ----------
1 file changed, 10 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 lldb.
from cd33f6b [CMake] Fixing a small hack in add_lldb_library
new 343f44b Serilize the thread options within the breakpoint options.
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:
include/lldb/Breakpoint/BreakpointOptions.h | 8 +++--
include/lldb/Target/ThreadSpec.h | 21 ++++++++++++
source/Breakpoint/BreakpointOptions.cpp | 35 +++++++++++++++++---
source/Target/ThreadSpec.cpp | 51 +++++++++++++++++++++++++++++
4 files changed, 108 insertions(+), 7 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 llvm.
from a86d297 MachineScheduler: Slightly simplify release node
new ef76be0 [llvm-cov] Add the ability to specify directories of input so [...]
new ae0e243 [llvm-cov] Document some fields in a class (NFC)
new c2ac1a7 [utils] Teach the code coverage prep script about --restrict
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:
test/tools/llvm-cov/scan-directory.test | 9 ++++
tools/llvm-cov/CodeCoverage.cpp | 85 +++++++++++++++++++++++++++------
utils/prepare-code-coverage-artifact.py | 41 ++++++++++------
3 files changed, 107 insertions(+), 28 deletions(-)
create mode 100644 test/tools/llvm-cov/scan-directory.test
--
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 579bab4 Revert r282168 "GVN-hoist: fix store past load dependence ana [...]
new c3e16a5 MachineScheduler: Remove ineffective heuristic; NFC
new a86d297 MachineScheduler: Slightly simplify release node
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:
include/llvm/CodeGen/MachineScheduler.h | 26 +++++++++++---------------
lib/CodeGen/MachineScheduler.cpp | 25 -------------------------
2 files changed, 11 insertions(+), 40 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 105f9a2 compiler: compile runtime.getcaller{pc,sp} into builtin f [...]
new ff982ab PR target/77676 - powerpc64 and powerpc64le stage2 bootstrap fail
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/ChangeLog | 16 ++++++++
gcc/gimple-ssa-sprintf.c | 33 ++++++++++------
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-2.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-3.c | 40 ++++++++++++++++++++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 44 +++++++++++-----------
.../gcc.dg/tree-ssa/builtin-sprintf-warn-5.c | 28 ++++++++++++++
gcc/varasm.c | 2 +-
8 files changed, 138 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-5.c
--
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 319d69e [RDF] Add initial support for lane masks in the DFG
new 579bab4 Revert r282168 "GVN-hoist: fix store past load dependence ana [...]
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/Transforms/Scalar/GVNHoist.cpp | 63 +++++++++++++++++--------------------
test/Transforms/GVNHoist/pr30216.ll | 52 ------------------------------
2 files changed, 28 insertions(+), 87 deletions(-)
delete mode 100644 test/Transforms/GVNHoist/pr30216.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 compiler-rt.
from 3687fff [Profile] suppress verbose rt message by default
new a38f071 [Profile] Remove unused variable
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/profile/InstrProfiling.c | 1 -
lib/profile/InstrProfilingInternal.h | 1 -
2 files changed, 2 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 lldb.
from d657b2d Convert option tables to ArrayRefs.
new 90a7f02 Try to fix build errors on Android.
new cd33f6b [CMake] Fixing a small hack in add_lldb_library
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:
cmake/modules/AddLLDB.cmake | 5 ++++-
source/Commands/CommandObjectArgs.cpp | 2 +-
source/Commands/CommandObjectBreakpoint.cpp | 16 ++++++++--------
source/Commands/CommandObjectBreakpointCommand.cpp | 4 ++--
source/Commands/CommandObjectCommands.cpp | 12 ++++++------
source/Commands/CommandObjectDisassemble.cpp | 2 +-
source/Commands/CommandObjectExpression.cpp | 2 +-
source/Commands/CommandObjectFrame.cpp | 4 ++--
source/Commands/CommandObjectHelp.cpp | 2 +-
source/Commands/CommandObjectLog.cpp | 2 +-
source/Commands/CommandObjectMemory.cpp | 6 +++---
source/Commands/CommandObjectPlatform.cpp | 16 +++++++---------
source/Commands/CommandObjectProcess.cpp | 12 ++++++------
source/Commands/CommandObjectRegister.cpp | 2 +-
source/Commands/CommandObjectSettings.cpp | 2 +-
source/Commands/CommandObjectSource.cpp | 4 ++--
source/Commands/CommandObjectTarget.cpp | 10 +++++-----
source/Commands/CommandObjectThread.cpp | 14 +++++++-------
source/Commands/CommandObjectType.cpp | 20 ++++++++++----------
source/Commands/CommandObjectWatchpoint.cpp | 6 +++---
source/Commands/CommandObjectWatchpointCommand.cpp | 2 +-
source/Interpreter/OptionGroupArchitecture.cpp | 2 +-
source/Interpreter/OptionGroupFormat.cpp | 2 +-
source/Interpreter/OptionGroupOutputFile.cpp | 2 +-
source/Interpreter/OptionGroupUUID.cpp | 2 +-
source/Interpreter/OptionGroupValueObjectDisplay.cpp | 2 +-
source/Interpreter/OptionGroupVariable.cpp | 2 +-
source/Interpreter/OptionGroupWatchpoint.cpp | 2 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 2 +-
.../RenderScriptRuntime/RenderScriptRuntime.cpp | 6 +++---
.../DarwinLog/StructuredDataDarwinLog.cpp | 2 +-
source/Target/Platform.cpp | 6 +++---
source/Target/Process.cpp | 2 +-
33 files changed, 89 insertions(+), 88 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 cc51392 [lld] Add llvm-pdbdump as a test dependency
new 0849d8d [ELF/GC] Don't crash while processing Discarded sections.
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/MarkLive.cpp | 7 +++++++
test/ELF/comdat.s | 9 +++++++++
2 files changed, 16 insertions(+)
--
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 d1714b5 i386 does not support optimized swifterror handling
new 6baa853 [RDF] Use uint32_t for register numbers instead of unsigned
new b505adc [RDF] Print the function name for calls in dumps
new a9c167e [Hexagon] Remove USR_OVF from CtrRegs register class
new 319d69e [RDF] Add initial support for lane masks in the DFG
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/Target/Hexagon/HexagonRDF.cpp | 24 +++---
lib/Target/Hexagon/HexagonRDF.h | 6 +-
lib/Target/Hexagon/HexagonRegisterInfo.td | 5 +-
lib/Target/Hexagon/RDFGraph.cpp | 129 +++++++++++++++++++++---------
lib/Target/Hexagon/RDFGraph.h | 69 ++++++++++++++--
lib/Target/Hexagon/RDFLiveness.cpp | 26 +++---
6 files changed, 189 insertions(+), 70 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 compiler-rt.
from 08cd4cf tsan: fix bug introduced in 282152
new 18d49e2 cfi: Fixes for check-cfi when configured as an external project.
new 3687fff [Profile] suppress verbose rt message by default
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:
cmake/Modules/CompilerRTUtils.cmake | 2 +-
cmake/config-ix.cmake | 2 ++
lib/profile/InstrProfilingFile.c | 12 +++++++-----
test/cfi/CMakeLists.txt | 13 ++++++++-----
test/lit.common.configured.in | 2 +-
5 files changed, 19 insertions(+), 12 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 78299f8 * gcc.dg/ifcvt-1.c: Compile also for 64-bit i?86-*-* target. [...]
new 105f9a2 compiler: compile runtime.getcaller{pc,sp} into builtin f [...]
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/go/ChangeLog | 5 ++++
gcc/go/go-gcc.cc | 13 +++++----
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 61 ++++++++++++++++++++++++++++++++++++++++
gcc/go/gofrontend/expressions.h | 3 ++
gcc/go/gofrontend/gogo.cc | 45 ++++++++++++++++-------------
gcc/go/gofrontend/gogo.h | 5 ++++
7 files changed, 108 insertions(+), 26 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 ccb4765 Remove extra \
new cc51392 [lld] Add llvm-pdbdump as a test dependency
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:
test/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 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 ba9e1e6 Win64: Don't emit unwind info for "leaf" functions (PR30337)
new d1714b5 i386 does not support optimized swifterror handling
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/X86/X86ISelLowering.cpp | 4 ++++
lib/Target/X86/X86ISelLowering.h | 4 +---
test/CodeGen/X86/swifterror.ll | 17 +++++++++++++++++
3 files changed, 22 insertions(+), 3 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 llvm.
from 0966627 Fix build breakage due to typo in cast.
new ba9e1e6 Win64: Don't emit unwind info for "leaf" functions (PR30337)
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:
include/llvm/CodeGen/MachineFunction.h | 10 ++++++++++
lib/CodeGen/AsmPrinter/WinException.cpp | 2 +-
lib/Target/X86/X86FrameLowering.cpp | 16 +++++++++++++---
lib/Target/X86/X86MCInstLower.cpp | 8 ++++++++
test/CodeGen/X86/coalescer-win64.ll | 4 ++--
test/CodeGen/X86/pr24374.ll | 3 +--
test/CodeGen/X86/seh-catchpad.ll | 3 ---
test/CodeGen/X86/win64_eh.ll | 6 +++---
test/CodeGen/X86/win64_eh_leaf.ll | 31 +++++++++++++++++++++++++++++++
9 files changed, 69 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/X86/win64_eh_leaf.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 f2f9e2b [PowerPC] Sign extend sub-word values for atomic comparisons
new 0966627 Fix build breakage due to typo in cast.
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:
include/llvm/ADT/StringRef.h | 2 +-
unittests/ADT/StringRefTest.cpp | 2 ++
2 files changed, 3 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 clang.
from 2f10198 [docs] Touch up the coverage docs some more
new 08176f5 [OpenBSD] Add type sign information for OpenBSD
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/Basic/Targets.cpp | 6 +++++-
test/Preprocessor/init.c | 23 +++++++++++++++++++++++
2 files changed, 28 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 489cfe7 [DAG] Fix incorrect alignment of ext load.
new f2f9e2b [PowerPC] Sign extend sub-word values for atomic comparisons
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/PowerPC/PPCISelLowering.cpp | 13 ++++++-
test/CodeGen/PowerPC/pr30451.ll | 69 ++++++++++++++++++++++++++++++++++
2 files changed, 80 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/PowerPC/pr30451.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 lld.
from 0b63bbf Don't move orphan sections past assignments.
new ccb4765 Remove extra \
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:
test/ELF/linkerscript/orphan-align.s | 2 +-
1 file changed, 1 insertion(+), 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 lld.
from c09aa0d Simplify. NFC.
new 0b63bbf Don't move orphan sections past assignments.
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/LinkerScript.cpp | 36 +++++++++++++++++++++++++++++++-----
test/ELF/linkerscript/orphan-align.s | 27 +++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/linkerscript/orphan-align.s
--
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 ec64528 2016-09-22 Paolo Carlini <paolo.carlini(a)oracle.com>
new 78299f8 * gcc.dg/ifcvt-1.c: Compile also for 64-bit i?86-*-* target. [...]
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 | 14 ++++++++++++++
gcc/testsuite/gcc.dg/ifcvt-1.c | 2 +-
gcc/testsuite/gcc.dg/ifcvt-2.c | 3 +--
gcc/testsuite/gcc.dg/pr40550.c | 5 +++--
gcc/testsuite/gcc.dg/pr47893.c | 2 +-
gcc/testsuite/gcc.dg/pr68435.c | 3 ++-
gcc/testsuite/gcc.dg/zero_bits_compound-1.c | 2 +-
gcc/testsuite/gcc.dg/zero_bits_compound-2.c | 2 +-
gcc/testsuite/{gcc.dg => gcc.target/i386}/pr70955.c | 4 ++--
9 files changed, 26 insertions(+), 11 deletions(-)
rename gcc/testsuite/{gcc.dg => gcc.target/i386}/pr70955.c (79%)
--
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 lldb.
from a6107ad The host version of lldb always builds for macosx
new 8be3d78 Actually, do it this way because I will want to know if I am [...]
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:
scripts/Xcode/lldbbuild.py | 12 +++++++++---
1 file changed, 9 insertions(+), 3 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 lldb.
from ec71ff1 fix DarwinLog no-info/no-debug case
new a6107ad The host version of lldb always builds for macosx
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:
scripts/Xcode/lldbbuild.py | 3 +++
1 file changed, 3 insertions(+)
--
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 20bb032 Speculative fix for build failures due to consumeInteger.
new 7b83fe6 [PPC] Set SP after loading data from stack frame, if no red z [...]
new 7924acd GVN-hoist: do not dereference null pointers
new 489cfe7 [DAG] Fix incorrect alignment of ext load.
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:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +-
lib/Target/PowerPC/PPCFrameLowering.cpp | 245 ++++++++++++++++++++++++------
lib/Transforms/Scalar/GVNHoist.cpp | 3 +
test/CodeGen/AMDGPU/extload-align.ll | 23 +++
test/CodeGen/PowerPC/ppc32-pic-large.ll | 2 +-
test/CodeGen/PowerPC/ppc32-pic.ll | 2 +-
test/CodeGen/PowerPC/stack-no-redzone.ll | 146 ++++++++++++++++++
test/CodeGen/PowerPC/stack-realign.ll | 39 +++--
8 files changed, 396 insertions(+), 66 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/extload-align.ll
create mode 100644 test/CodeGen/PowerPC/stack-no-redzone.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 lld.
from ff4217c Avoid duplicated code.
new c09aa0d Simplify. NFC.
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/LinkerScript.cpp | 4 +---
1 file changed, 1 insertion(+), 3 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 7dbfb42 * gcc.dg/debug/dwarf2/const-2b.c: Also compile for x86_64-*- [...]
new 7739537 gofrontend: add missing break in Builtin_call_expression: [...]
new 9753b54 [ARM] Add support for -mpure-code option
new ec64528 2016-09-22 Paolo Carlini <paolo.carlini(a)oracle.com>
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:
gcc/ChangeLog | 21 +++++
gcc/config/arm/arm.c | 145 +++++++++++++++++++++++++++++++++--
gcc/config/arm/arm.h | 4 +
gcc/config/arm/arm.md | 2 +-
gcc/config/arm/arm.opt | 4 +
gcc/config/arm/elf.h | 3 +-
gcc/doc/invoke.texi | 11 ++-
gcc/doc/tm.texi | 12 +++
gcc/doc/tm.texi.in | 2 +
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 1 +
gcc/hooks.c | 10 +++
gcc/target.def | 16 ++++
gcc/testsuite/ChangeLog | 12 +++
gcc/testsuite/g++.dg/cpp0x/pr61019.C | 10 +++
gcc/varasm.c | 50 +++++++-----
16 files changed, 274 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr61019.C
--
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 40a0b72 Simplify. NFC.
new ff4217c Avoid duplicated code.
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/LinkerScript.cpp | 5 ++---
ELF/OutputSections.h | 6 ++++++
ELF/Writer.cpp | 6 +-----
test/ELF/oformat-binary.s | 4 ++++
4 files changed, 13 insertions(+), 8 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 3b29557 * MAINTAINERS (Write After Approval): Add myself.
new 7dbfb42 * gcc.dg/debug/dwarf2/const-2b.c: Also compile for x86_64-*- [...]
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/debug/dwarf2/const-2b.c | 3 +--
2 files changed, 6 insertions(+), 2 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 lldb.
from 2726411 added environment variable-related Args gtests
new ec71ff1 fix DarwinLog no-info/no-debug case
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:
source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp | 2 +-
1 file changed, 1 insertion(+), 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 gcc-6-branch
in repository gcc.
from 6f41bd34 2016-09-22 Richard Biener <rguenther(a)suse.de>
new a5fbcfd /cp 2016-09-22 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 6 ++++++
gcc/cp/class.c | 5 +++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr71979.C | 15 +++++++++++++++
4 files changed, 29 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71979.C
--
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 3e55f3d GVN-hoist: fix store past load dependence analysis (PR30216)
new 20bb032 Speculative fix for build failures due to consumeInteger.
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/Support/StringRef.cpp | 3 +++
unittests/ADT/StringRefTest.cpp | 3 ++-
2 files changed, 5 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 lldb.
from 3fb8c44 Fix TestBreakpointSerialization on windows
new 2726411 added environment variable-related Args gtests
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:
source/Interpreter/Args.cpp | 10 +++--
unittests/Interpreter/TestArgs.cpp | 85 ++++++++++++++++++++++++++++++++++++++
2 files changed, 91 insertions(+), 4 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 users/ARM/embedded-binutils-2_26-branch
in repository binutils-gdb.
from 8848d11 2016-09-21 Andre Vieira <andre.simoesdiasvieira(a)arm.com>
new 35f401d Fix of backport for thumb2 long branch veneers
new a08f609 Fix feature checks based on ARM architecture value
new 10f612b Fix Thumb-2 BL detection
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:
bfd/ChangeLog.arm | 34 +++++++++++++++++
bfd/elf32-arm.c | 83 +++++++++++++++++++++++++++++------------
ld/ChangeLog.arm | 10 +++++
ld/testsuite/ld-arm/arm-elf.exp | 5 ++-
ld/testsuite/ld-arm/thumb2-bl.d | 2 +-
ld/testsuite/ld-arm/thumb2-bl.s | 1 -
6 files changed, 109 insertions(+), 26 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 9c1ff91 * regcprop.c (copyprop_hardreg_forward_1): Remove noop moves.
new fff0bfb Revert accidental commit.
new 7e20dff /cp 2016-09-22 Paolo Carlini <paolo.carlini(a)oracle.com>
new 3b29557 * MAINTAINERS (Write After Approval): Add myself.
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:
MAINTAINERS | 1 +
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/class.c | 5 +++--
gcc/regcprop.c | 1 -
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr71979.C | 15 +++++++++++++++
6 files changed, 30 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71979.C
--
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 3132c38 GVN-hoist: fix typo
new 3e55f3d GVN-hoist: fix store past load dependence analysis (PR30216)
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/Transforms/Scalar/GVNHoist.cpp | 62 ++++++++++++++++++++-----------------
test/Transforms/GVNHoist/pr30216.ll | 52 +++++++++++++++++++++++++++++++
2 files changed, 85 insertions(+), 29 deletions(-)
create mode 100644 test/Transforms/GVNHoist/pr30216.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 d9a3168 Fix Wbitfield-constant-conversion false positives
new 2f10198 [docs] Touch up the coverage docs some more
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:
docs/SourceBasedCodeCoverage.rst | 42 +++++++++++++++++++---------------------
1 file changed, 20 insertions(+), 22 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 lldb.
from 0450687 Fix parsing expressions to evaluate with spaces and optional [...]
new 3fb8c44 Fix TestBreakpointSerialization on windows
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:
source/Core/StructuredData.cpp | 2 +-
unittests/Core/CMakeLists.txt | 1 +
unittests/Core/StructuredDataTest.cpp | 32 ++++++++++++++++++++++++++++++++
3 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 unittests/Core/StructuredDataTest.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 5097444 Handle empty sections with symbol assignments.
new 40a0b72 Simplify. NFC.
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/LinkerScript.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 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 llvm.
from 3abbc4d [compiler-rt] fix typo in option description [NFC]
new fb27f55 [Support] Add StringRef::consumeInteger.
new 3132c38 GVN-hoist: fix typo
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:
include/llvm/ADT/StringRef.h | 35 ++++++++
lib/Support/StringRef.cpp | 80 +++++++++++------
lib/Transforms/Scalar/GVNHoist.cpp | 2 +-
unittests/ADT/StringRefTest.cpp | 177 +++++++++++++++++++++++++++++++++++++
4 files changed, 268 insertions(+), 26 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 binutils-gdb.
from de67845 Fix build breakage from commit 6ec2b2
new f73842f Close gdbserver in mi_gdb_exit
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:
gdb/testsuite/ChangeLog | 8 ++++++++
gdb/testsuite/lib/gdbserver-support.exp | 35 ++++++++++++++++++++++++++++-----
2 files changed, 38 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.