This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from be10d45 [ELF] - Linkerscript: create multiple output sections for inp [...]
new 9d9b5ff [ELF] - Sort command line options. 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/Options.td | 6 +++---
1 file changed, 3 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 c7d7511 [mips] Disable the TImode shift libcalls for 32-bit targets.
new 17c896a Revert "[EfficiencySanitizer] Adds shadow memory parameters 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:
.../Instrumentation/EfficiencySanitizer.cpp | 43 +++++-----------------
1 file changed, 9 insertions(+), 34 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 2c24a30 [ELF] - Fix for: PR29093 - version script does not support [c [...]
new be10d45 [ELF] - Linkerscript: create multiple output sections for inp [...]
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 | 80 +++++++++++++++++-----------------
test/ELF/linkerscript/merge-sections.s | 28 ------------
test/ELF/linkerscript/phdrs.s | 3 +-
test/ELF/linkerscript/repsection-va.s | 5 ++-
4 files changed, 45 insertions(+), 71 deletions(-)
delete mode 100644 test/ELF/linkerscript/merge-sections.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 clang.
from f144d8b OpenCL: Defining __ENDIAN_LITTLE__ and fix target endianness
new 97fe20f [OpenCL] Fix pipe built-in functions return type.
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/Sema/SemaChecking.cpp | 2 ++
test/CodeGenOpenCL/pipe_builtin.cl | 16 ++++++++++++++++
2 files changed, 18 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 lld.
from 186d733 [ELF] - Enable testcases that uses demangler to run under win [...]
new 2c24a30 [ELF] - Fix for: PR29093 - version script does not support [c [...]
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/ScriptParser.cpp | 2 +-
ELF/Strings.cpp | 17 +++--
test/ELF/version-script-complex-wildcards.s | 102 ++++++++++++++++++++++++++++
3 files changed, 115 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/version-script-complex-wildcards.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 users/bheckel/fortran-strides
in repository binutils-gdb.
discards 2c392d4 fortran: test cases for subarray strides and slices
discards 4113176 fortran: calculate elements of a subarray using a provided st [...]
discards 0fa0ca2 fortran: enable parsing of stride parameter for subranges
discards fd3d44b fortran: change subrange enum to bit field
discards 7e6d1f1 fortran: combine subarray and string computation
discards 54194dc fortran: allow multi-dimensional subarrays
discards ba92ba1 test: stride support for dynamic arrays.
discards 0906bbb vla: add stride support to fortran arrays.
new c632ec4 Dwarf: Fix dynamic properties with neg. value.
new 538707a Fortran: Fix negative bounds for dynamic allocated arrays.
new 4efec01 vla: add stride support to fortran arrays.
new 47a78fe fortran: allow multi-dimensional subarrays
new 75d2491 fortran: combine subarray and string computation
new 57113d3 fortran: change subrange enum to bit field
new ef4f0c7 fortran: enable parsing of stride parameter for subranges
new 3067104 fortran: calculate elements of a subarray using a provided st [...]
new dbfd714 fortran: test cases for subarray strides and slices
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2c392d4)
\
N -- N -- N refs/heads/users/bheckel/fortran-strides (dbfd714)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 9 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/dwarf2loc.c | 46 ++++++++++++++++++++++++++------
gdb/dwarf2loc.h | 6 +++++
gdb/gdbtypes.c | 23 +++++-----------
gdb/gdbtypes.h | 2 --
gdb/testsuite/gdb.fortran/vla-ptype.exp | 4 +++
gdb/testsuite/gdb.fortran/vla-sizeof.exp | 4 +++
gdb/testsuite/gdb.fortran/vla-stride.f90 | 4 +--
gdb/testsuite/gdb.fortran/vla.f90 | 10 +++++++
gdb/valarith.c | 12 +++------
9 files changed, 73 insertions(+), 38 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 51cc6bb [EfficiencySanitizer] Adds shadow memory parameters for 40-bi [...]
new c7d7511 [mips] Disable the TImode shift libcalls for 32-bit targets.
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/Mips/MipsISelLowering.cpp | 7 +++++++
test/CodeGen/Mips/llvm-ir/ashr.ll | 6 +++---
test/CodeGen/Mips/llvm-ir/lshr.ll | 6 +++---
test/CodeGen/Mips/llvm-ir/shl.ll | 6 +++---
4 files changed, 16 insertions(+), 9 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 72a1a2f Support ABSOLUE keyword in symbol assignments
new 186d733 [ELF] - Enable testcases that uses demangler to run under win [...]
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/version-script-extern-wildcards.s | 6 +++---
test/ELF/version-script-extern.s | 12 ++++++------
2 files changed, 9 insertions(+), 9 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 e50466a [SimplifyCFG] Followup fix to r280790
new 51cc6bb [EfficiencySanitizer] Adds shadow memory parameters for 40-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:
.../Instrumentation/EfficiencySanitizer.cpp | 43 +++++++++++++++++-----
1 file changed, 34 insertions(+), 9 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 22ae7c6 Add #include <cstdio> to unbreak build (missing definition of [...]
new 62b3eec [ESan][MIPS] Adds support for MIPS64
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:
cmake/config-ix.cmake | 2 +-
lib/esan/esan.cpp | 8 ++
lib/esan/esan.h | 1 +
lib/esan/esan_linux.cpp | 2 +-
lib/esan/esan_shadow.h | 134 +++++++++++++++++----
lib/sanitizer_common/CMakeLists.txt | 4 +
lib/sanitizer_common/sanitizer_linux.cc | 4 +-
lib/sanitizer_common/sanitizer_linux.h | 2 +-
lib/sanitizer_common/sanitizer_linux_mips64.S | 23 ++++
.../sanitizer_platform_limits_posix.h | 8 ++
test/esan/TestCases/verbose-simple.c | 18 +--
test/esan/lit.cfg | 2 +-
test/lit.common.cfg | 3 +
13 files changed, 175 insertions(+), 36 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_linux_mips64.S
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.