This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 8eb56078d Rename a variable for consistency. NFC.
new 2693b676c 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/SyntheticSections.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 master
in repository llvm.
from 57f9ec67396 [InstCombine] safely allow non-commutative binop identity c [...]
new 7176a5d65f5 Update test to work 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:
test/MC/ELF/debug-prefix-map.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 binutils-2_31-branch
in repository binutils-gdb.
from 10a1ed124e Automatic date update in version.in
new 21555352f0 Fix test for availability of emplace_back.
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:
gold/ChangeLog | 5 +++++
gold/incremental.cc | 6 +++---
2 files changed, 8 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 d94b2b4b7f8 [Hexagon] Change .mir testcase to make sure function is not [...]
new db3db6b2b65 Add CachedHashStringRef::data().
new 57f9ec67396 [InstCombine] safely allow non-commutative binop identity c [...]
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/CachedHashString.h | 1 +
.../InstCombine/InstCombineVectorOps.cpp | 19 +++++-----
test/Transforms/InstCombine/shuffle_select.ll | 42 ++++++++--------------
3 files changed, 26 insertions(+), 36 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 clang.
from eb22ae6c4c AMDGPU: Try to fix test again
new 7db09e3a62 Support -fdebug-prefix-map for assembler source (pass to cc1 [...]
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/clang/Driver/Options.td | 3 ++-
lib/Driver/ToolChains/Clang.cpp | 23 +++++++++++++++--------
test/Driver/debug-prefix-map.S | 6 ++++++
tools/driver/cc1as_main.cpp | 7 +++++++
4 files changed, 30 insertions(+), 9 deletions(-)
create mode 100644 test/Driver/debug-prefix-map.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 6a916e06cab 2018-07-10 Richard Biener <rguenther(a)suse.de>
new c85ec25b97e Change dg-warning to db-bogus in a test-case (PR testsuite/86445).
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/pr84100.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 clang.
from 695bff9aae Update test for backend error message change
new eb22ae6c4c AMDGPU: Try to fix test again
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/CodeGen/backend-unsupported-error.ll | 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 4575d3492bd Support -fdebug-prefix-map in llvm-mc. This is useful to o [...]
new d94b2b4b7f8 [Hexagon] Change .mir testcase to make sure function is not [...]
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/CodeGen/Hexagon/expand-condsets-impuse2.mir | 1 +
1 file changed, 1 insertion(+)
--
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 4b885003421 [InstCombine] drop poison flags when shuffle mask undef pro [...]
new 4575d3492bd Support -fdebug-prefix-map in llvm-mc. This is useful to o [...]
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/MC/MCContext.h | 18 ++++++++++++++++++
include/llvm/MC/MCDwarf.h | 2 ++
lib/MC/MCContext.cpp | 20 ++++++++++++++++++++
lib/MC/MCDwarf.cpp | 16 ++++++++++++----
lib/MC/MCObjectStreamer.cpp | 3 +++
test/MC/ELF/debug-prefix-map.s | 17 +++++++++++++++++
tools/llvm-mc/llvm-mc.cpp | 9 +++++++++
7 files changed, 81 insertions(+), 4 deletions(-)
create mode 100644 test/MC/ELF/debug-prefix-map.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.