This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 556618d Minor tweak. Avoid hardcoding.
new 0243a87 [asan] Fix incorrect SEH symbol mangling on win64.
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/Driver/Tools.cpp | 5 ++++-
1 file changed, 4 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 gcc.
from 3a085dd1 2016-09-23 Fritz Reese <fritzoreese(a)gmail.com>
new 7413e75 Provide location information for terminator characters (PR pr [...]
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 | 20 ++++++
gcc/input.c | 81 +++++++++++++---------
gcc/testsuite/ChangeLog | 6 ++
.../plugin/diagnostic-test-string-literals-1.c | 14 ++++
libcpp/ChangeLog | 7 ++
libcpp/charset.c | 9 ++-
6 files changed, 104 insertions(+), 33 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 ee14216 [ELF] - Linkerscript: accept space between '=' and expression [...]
new 7394286 [ARM] ARM TLS shouldn't use relaxations
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/Relocations.cpp | 43 +++++++++++++++++++++++---------------
test/ELF/Inputs/arm-tls-get-addr.s | 13 ++++++++++++
test/ELF/arm-tls-norelax-gd-ie.s | 30 ++++++++++++++++++++++++++
test/ELF/arm-tls-norelax-gd-le.s | 37 ++++++++++++++++++++++++++++++++
test/ELF/arm-tls-norelax-ie-le.s | 41 ++++++++++++++++++++++++++++++++++++
test/ELF/arm-tls-norelax-ld-le.s | 36 +++++++++++++++++++++++++++++++
6 files changed, 183 insertions(+), 17 deletions(-)
create mode 100644 test/ELF/Inputs/arm-tls-get-addr.s
create mode 100644 test/ELF/arm-tls-norelax-gd-ie.s
create mode 100644 test/ELF/arm-tls-norelax-gd-le.s
create mode 100644 test/ELF/arm-tls-norelax-ie-le.s
create mode 100644 test/ELF/arm-tls-norelax-ld-le.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 llvm.
from a04f901 [Power9] Exploit move and splat instructions for build_vector [...]
new 3b62127 Revert "[ARM] Promote small global constants to constant pools"
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/ARM/ARMAsmPrinter.cpp | 33 ------
lib/Target/ARM/ARMAsmPrinter.h | 13 +-
lib/Target/ARM/ARMConstantIslandPass.cpp | 6 -
lib/Target/ARM/ARMConstantPoolValue.cpp | 12 --
lib/Target/ARM/ARMConstantPoolValue.h | 20 +---
lib/Target/ARM/ARMISelLowering.cpp | 170 ---------------------------
lib/Target/ARM/ARMMachineFunctionInfo.cpp | 2 +-
lib/Target/ARM/ARMMachineFunctionInfo.h | 25 +---
test/CodeGen/ARM/constantpool-promote-dbg.ll | 44 -------
test/CodeGen/ARM/constantpool-promote.ll | 141 ----------------------
10 files changed, 6 insertions(+), 460 deletions(-)
delete mode 100644 test/CodeGen/ARM/constantpool-promote-dbg.ll
delete mode 100644 test/CodeGen/ARM/constantpool-promote.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 e2c1cbe [ARM] Promote small global constants to constant pools
new a04f901 [Power9] Exploit move and splat instructions for build_vector [...]
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/InstPrinter/PPCInstPrinter.cpp | 6 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 40 +++++-
lib/Target/PowerPC/PPCInstrFormats.td | 7 +
lib/Target/PowerPC/PPCInstrInfo.td | 1 +
lib/Target/PowerPC/PPCInstrVSX.td | 47 +++++-
test/CodeGen/PowerPC/power9-moves-and-splats.ll | 167 ++++++++++++++++++++++
test/CodeGen/PowerPC/ppc64-i128-abi.ll | 18 +--
7 files changed, 273 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/PowerPC/power9-moves-and-splats.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-tools-extra.
from 72eed6a [clang-tidy] Add doc for `explain-config` option.
new c3a8e6a [clang-move] The new.cc file should include new_header.h inst [...]
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:
clang-move/ClangMove.cpp | 31 ++++++++++++++++++-------------
clang-move/ClangMove.h | 3 ++-
unittests/clang-move/ClangMoveTests.cpp | 9 +++++----
3 files changed, 25 insertions(+), 18 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 a5e4ea4 [ELF] - Linkerscript: implement DEFINED() command.
new ee14216 [ELF] - Linkerscript: accept space between '=' and expression [...]
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 | 6 +++++-
test/ELF/linkerscript/sections-padding.s | 5 +++++
2 files changed, 10 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 gcc.
from 81df50d 2016-09-23 Richard Biener <rguenther(a)suse.de>
new 3a085dd1 2016-09-23 Fritz Reese <fritzoreese(a)gmail.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/testsuite/gfortran.dg/dec_structure_15.f90 | 27 ++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/dec_structure_15.f90
--
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 0849d8d [ELF/GC] Don't crash while processing Discarded sections.
new bc842cf [ELF] - Linkerscript: Implemented >> and <<
new 82be3c5 Linker script: fix crash when discarding section
new a5e4ea4 [ELF] - Linkerscript: implement DEFINED() command.
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:
ELF/LinkerScript.cpp | 26 ++++++++++++++++++++++----
ELF/LinkerScript.h | 2 ++
ELF/Writer.cpp | 5 +++--
test/ELF/linkerscript/define.s | 25 +++++++++++++++++++++++++
test/ELF/linkerscript/discard-section.s | 10 ++++++++++
test/ELF/linkerscript/locationcounter.s | 13 +++++++++++++
6 files changed, 75 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/linkerscript/define.s
create mode 100644 test/ELF/linkerscript/discard-section.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/ARM/embedded-binutils-2_26-branch
in repository binutils-gdb.
from 78a445e Bump date
new 5a9c321 Add support for PURECODE
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/ChangeLog.arm | 19 ++++
bfd/bfd-in2.h | 3 +
bfd/elf32-arm.c | 121 ++++++++++++++++++++-
bfd/section.c | 3 +
binutils/ChangeLog.arm | 6 +
binutils/objdump.c | 2 +
binutils/readelf.c | 21 +++-
include/elf/ChangeLog.arm | 4 +
include/elf/arm.h | 1 +
ld/testsuite/ChangeLog.arm | 7 ++
ld/testsuite/ld-arm/arm-elf.exp | 3 +
ld/testsuite/ld-arm/{arm.ld => arm_purecode.ld} | 13 ++-
ld/testsuite/ld-arm/farcall-thumb2-purecode.d | 22 ++++
.../testsuite/ld-arm/farcall-thumb2-purecode.s | 18 +--
14 files changed, 225 insertions(+), 18 deletions(-)
copy ld/testsuite/ld-arm/{arm.ld => arm_purecode.ld} (60%)
create mode 100644 ld/testsuite/ld-arm/farcall-thumb2-purecode.d
copy gold/testsuite/arm_farcall_thumb_thumb.s => ld/testsuite/ld-arm/farcall-thumb [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.