This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.0-branch
in repository binutils-gdb.
from d41089194f Use ptid method lwp in mips_linux_new_thread
new e453f191a5 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_28-branch
in repository binutils-gdb.
from 4842c0084d Automatic date update in version.in
new 266951318a 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 llvm.
from bb47accc217 [Support] Provide unsafe random access for VarStreamArray.
new a7699995026 [llvm-readobj] Use LLVMDebugInfoCodeView to parse line tables.
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/DebugInfo/PDB/Native/ModuleDebugStream.cpp | 3 --
tools/llvm-readobj/COFFDumper.cpp | 71 +++++++++-----------------
2 files changed, 23 insertions(+), 51 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 337942b20ae [InstCombine] add tests to show potentially bogus applicati [...]
new bb47accc217 [Support] Provide unsafe random access for VarStreamArray.
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/Support/BinaryStreamArray.h | 24 ++++++++++++++++++++----
1 file changed, 20 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 master
in repository lld.
from abb1234b5 Eliminate .debug_gnu_pub{names,types} if -gdb-index is given.
new 0aaa4fde3 Replace PrettyPrinter class in MapFile.cpp with a few non-mem [...]
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/MapFile.cpp | 120 +++++++++++++++++++++++++++-----------------------------
1 file changed, 57 insertions(+), 63 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 dfc1ffb1c97 Revert r301697 "[IR] Make add/remove Attributes use AttrBui [...]
new acde1f92653 Remove set but unused variable in BitcodeReader.cpp. NFC.
new 337942b20ae [InstCombine] add tests to show potentially bogus applicati [...]
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/Bitcode/Reader/BitcodeReader.cpp | 4 ----
test/Transforms/InstCombine/and-or.ll | 22 ++++++++++++++++++++++
2 files changed, 22 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 master
in repository llvm.
from 754511fb000 InferAddressSpaces: Search constant expressions for addrspacecasts
new dfc1ffb1c97 Revert r301697 "[IR] Make add/remove Attributes use AttrBui [...]
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/CommandFlags.h | 30 +++++++++------
include/llvm/IR/Attributes.h | 11 +++++-
include/llvm/IR/Function.h | 4 +-
lib/CodeGen/GlobalISel/CallLowering.cpp | 4 +-
lib/IR/Attributes.cpp | 43 +++++++++++++---------
lib/IR/Function.cpp | 4 +-
lib/Target/Mips/Mips16HardFloat.cpp | 9 +++--
lib/Transforms/Coroutines/CoroSplit.cpp | 4 +-
.../Instrumentation/DataFlowSanitizer.cpp | 21 +++++++----
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 9 ++++-
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 3 +-
unittests/IR/AttributesTest.cpp | 2 +-
12 files changed, 93 insertions(+), 51 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 841400b9680 Remove line and file from DINamespace.
new 754511fb000 InferAddressSpaces: Search constant expressions for addrspacecasts
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/InferAddressSpaces.cpp | 60 +++++++++++++++++-----
.../AMDGPU/infer-getelementptr.ll | 21 +++++++-
.../InferAddressSpaces/NVPTX/bug31948.ll | 2 +-
3 files changed, 68 insertions(+), 15 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 060d01d53 Flush output in log()
new e987e15d6 Revert r301678: Remove LinkerScript::flush.
new abb1234b5 Eliminate .debug_gnu_pub{names,types} if -gdb-index is given.
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:
ELF/InputFiles.cpp | 9 +++++
ELF/LinkerScript.cpp | 94 ++++++++++++++-----------------------------
ELF/LinkerScript.h | 5 ++-
ELF/Writer.cpp | 2 -
test/ELF/debug-gnu-pubnames.s | 10 +++++
5 files changed, 53 insertions(+), 67 deletions(-)
create mode 100644 test/ELF/debug-gnu-pubnames.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 zorg.
from 3a8f0ac Added support for the 'clean' property.
new cadccec Added new slave for builder clang-lld-x86_64-2stage.
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 +-
buildbot/osuosl/master/config/slaves.py | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.