This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/no-plt/gcc-6-branch
in repository gcc.
at 2083bd1 Default to -fno-plt
This branch includes the following new commits:
new f883876 x86-64: Load external function address via GOT slot
new cef399f Check if x86 as/ld support R_386_GOT32X relocation
new 43b1dd7 i386: Generate R_386_GOT32X relocation for -fno-plt
new 151eb48 i386: Load external function address via GOT slot
new aec739c Check if x86 ld supports calling ___tls_get_addr via GOT
new e3e6e1d Call ___tls_get_addr via GOT for GNU TLS if possible
new 2083bd1 Default to -fno-plt
The 7 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.
--
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 06c75b9 P0145R2: Refining Expression Order for C++.
new 2a99030 Introduce gcc_rich_location::add_fixit_misspelled_id
new 267ae3e 2016-06-14 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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:
gcc/ChangeLog | 7 +++++++
gcc/c/ChangeLog | 6 ++++++
gcc/c/c-typeck.c | 16 ++++------------
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/typeck.c | 10 ++++------
gcc/gcc-rich-location.c | 14 ++++++++++++++
gcc/gcc-rich-location.h | 3 +++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c | 3 ++-
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.c | 3 ++-
10 files changed, 54 insertions(+), 20 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 binutils-2_26-branch
in repository binutils-gdb.
from 9983f9d Subtract GOT base only with a base register
new 3cac3e2 Add the GOT base for GOT32 relocs against IFUNC
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 | 16 +++++
bfd/elf32-i386.c | 31 +++++----
ld/ChangeLog | 27 ++++++++
ld/testsuite/ld-i386/i386.exp | 40 ++++++++++++
.../ld-i386/{no-plt-main1.c => ifunc-1a.c} | 0
ld/testsuite/ld-i386/ifunc-1b.S | 42 ++++++++++++
ld/testsuite/ld-i386/ifunc-1c.S | 26 ++++++++
ld/testsuite/ld-i386/ifunc-1d.S | 76 ++++++++++++++++++++++
ld/testsuite/ld-i386/no-plt.exp | 33 ++++++++++
ld/testsuite/ld-i386/pr20244-2.s | 17 +++++
ld/testsuite/ld-i386/pr20244-2a.d | 43 ++++++++++++
ld/testsuite/ld-i386/pr20244-2b.d | 11 ++++
ld/testsuite/ld-i386/pr20244-2c.d | 10 +++
ld/testsuite/ld-i386/pr20244-2d.d | 4 ++
.../ld-i386/{no-plt-main1.c => pr20244-3a.c} | 0
ld/testsuite/ld-i386/pr20244-3b.S | 30 +++++++++
ld/testsuite/ld-i386/pr20244-3c.S | 15 +++++
ld/testsuite/ld-i386/pr20244-3d.S | 44 +++++++++++++
18 files changed, 453 insertions(+), 12 deletions(-)
copy ld/testsuite/ld-i386/{no-plt-main1.c => ifunc-1a.c} (100%)
create mode 100644 ld/testsuite/ld-i386/ifunc-1b.S
create mode 100644 ld/testsuite/ld-i386/ifunc-1c.S
create mode 100644 ld/testsuite/ld-i386/ifunc-1d.S
create mode 100644 ld/testsuite/ld-i386/pr20244-2.s
create mode 100644 ld/testsuite/ld-i386/pr20244-2a.d
create mode 100644 ld/testsuite/ld-i386/pr20244-2b.d
create mode 100644 ld/testsuite/ld-i386/pr20244-2c.d
create mode 100644 ld/testsuite/ld-i386/pr20244-2d.d
copy ld/testsuite/ld-i386/{no-plt-main1.c => pr20244-3a.c} (100%)
create mode 100644 ld/testsuite/ld-i386/pr20244-3b.S
create mode 100644 ld/testsuite/ld-i386/pr20244-3c.S
create mode 100644 ld/testsuite/ld-i386/pr20244-3d.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 compiler-rt.
from 5788298 Compiler-rt test for sanitizer coverage w/o sanitizers.
new 8ef2417 Fix ubsan/coverage test to put coverage file in a subdirectory.
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/ubsan/TestCases/coverage.cc | 5 +++--
1 file changed, 3 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 binutils-2_26-branch
in repository binutils-gdb.
from a742a02 i386: Test external function reference without PLT
new 9983f9d Subtract GOT base only with a base register
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 | 10 ++++++++++
bfd/elf32-i386.c | 36 ++++++++++++++++++++++++++++++++----
ld/ChangeLog | 12 ++++++++++++
ld/testsuite/ld-i386/i386.exp | 3 +++
ld/testsuite/ld-i386/pr20244-1.s | 17 +++++++++++++++++
ld/testsuite/ld-i386/pr20244-1a.d | 26 ++++++++++++++++++++++++++
ld/testsuite/ld-i386/pr20244-1b.d | 11 +++++++++++
ld/testsuite/ld-i386/pr20244-1c.d | 4 ++++
8 files changed, 115 insertions(+), 4 deletions(-)
create mode 100644 ld/testsuite/ld-i386/pr20244-1.s
create mode 100644 ld/testsuite/ld-i386/pr20244-1a.d
create mode 100644 ld/testsuite/ld-i386/pr20244-1b.d
create mode 100644 ld/testsuite/ld-i386/pr20244-1c.d
--
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 71423ee Fix list of deprecated C API attribute functions
new 2c70155 [pdbdump] Verify TPI hash for LF_ENUM type records.
new 9761552 Set machine block placement hot prob threshold for both stati [...]
new f1f9f2c Reverting r272715 since it broke libcxx.
new 8da6b78 Remove unused import. NFC
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/CodeGen/MachineBlockPlacement.cpp | 24 +++--
lib/CodeGen/MachineBranchProbabilityInfo.cpp | 6 ++
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 26 ++++--
lib/IR/Core.cpp | 1 -
lib/Transforms/Vectorize/LoopVectorize.cpp | 106 ++++++-----------------
test/CodeGen/X86/block-placement.ll | 78 +++++++++++++++++
test/Transforms/LoopVectorize/iv_outside_user.ll | 84 ------------------
test/Transforms/LoopVectorize/no_outside_user.ll | 32 +++++++
8 files changed, 179 insertions(+), 178 deletions(-)
delete mode 100644 test/Transforms/LoopVectorize/iv_outside_user.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 93cdb4b Revert "Enable libFuzzer's afl_driver to append stderr to a file."
new 71423ee Fix list of deprecated C API attribute functions
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/ReleaseNotes.rst | 4 ++--
1 file changed, 2 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 llvm.
from 7c79872 [PM] Port WholeProgramDevirt to the new pass manager.
new aac9882 Rename AttributeSetImpl::NumAttrs and AttributeSetImpl::getNu [...]
new 93cdb4b Revert "Enable libFuzzer's afl_driver to append stderr to a file."
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/Fuzzer/afl/afl_driver.cpp | 21 ---------------------
lib/Fuzzer/test/AFLDriverTest.cpp | 12 ------------
lib/Fuzzer/test/CMakeLists.txt | 13 -------------
lib/Fuzzer/test/afl-driver.test | 10 ----------
lib/IR/AttributeImpl.h | 28 +++++++++++++++-------------
lib/IR/Attributes.cpp | 30 +++++++++++++++---------------
6 files changed, 30 insertions(+), 84 deletions(-)
delete mode 100644 lib/Fuzzer/test/AFLDriverTest.cpp
delete mode 100644 lib/Fuzzer/test/afl-driver.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.