This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 1979fc0 Create only one section symbol per section.
new 3c90f6c Implement R_X86_64_16.
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/Target.cpp | 5 +++++
.../Inputs/{x86-64-reloc-8-error.s => x86-64-reloc-16-error.s} | 2 +-
test/ELF/Inputs/{x86-64-reloc-8.s => x86-64-reloc-16.s} | 0
test/ELF/{x86-64-reloc-8.s => x86-64-reloc-16.s} | 8 ++++----
4 files changed, 10 insertions(+), 5 deletions(-)
copy test/ELF/Inputs/{x86-64-reloc-8-error.s => x86-64-reloc-16-error.s} (65%)
copy test/ELF/Inputs/{x86-64-reloc-8.s => x86-64-reloc-16.s} (100%)
copy test/ELF/{x86-64-reloc-8.s => x86-64-reloc-16.s} (77%)
--
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.
yvan.roux pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from af1223e Toolchain sources: Update release notes for gcc-5-2017.02 snapshot.
new 63d90b4 Toolchain sources: Fix typo in release notes for gcc-6-2017.0 [...]
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:
components/toolchain/gcc-linaro/6/README.textile | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 3a0219a [llvm-lto2] Fix typo spotted by Teresa (r294885 post-commit review).
new a0887c2 fix documentation comments; 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:
include/llvm/IR/CallSite.h | 135 ++++++++++++++++++++-------------------------
1 file changed, 61 insertions(+), 74 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 01e065d [PM] Add support for instrumented PGO in the new pass manager [...]
new 76b5483 [ASTUnit] Clear out diagnostic state after creating the preamble.
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/Frontend/ASTUnit.cpp | 2 ++
test/Index/complete-preamble.h | 5 +++++
2 files changed, 7 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.
yvan.roux pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from a9f88a3 Toolchain sources: Update release notes for gcc-6-2017.02 snapshot.
new af1223e Toolchain sources: Update release notes for gcc-5-2017.02 snapshot.
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:
components/toolchain/gcc-linaro/5/README.textile | 9 +++++----
1 file changed, 5 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 5e5855b Fix indentation. NFCI.
new 8bedc3d [mips] divide macro instruction cleanup.
new 3a0219a [llvm-lto2] Fix typo spotted by Teresa (r294885 post-commit review).
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/Target/Mips/AsmParser/MipsAsmParser.cpp | 163 ++++++++++++++++++++--------
lib/Target/Mips/Mips32r6InstrInfo.td | 6 +
lib/Target/Mips/Mips64InstrInfo.td | 45 ++++++++
lib/Target/Mips/MipsInstrInfo.td | 50 +++------
lib/Target/Mips/MipsRegisterInfo.td | 39 ++++++-
test/MC/Mips/macro-ddiv.s | 95 +++++++++-------
test/MC/Mips/macro-ddivu.s | 48 +++-----
test/MC/Mips/macro-div-bad.s | 2 +-
test/MC/Mips/macro-div.s | 69 ++++++++----
test/MC/Mips/macro-divu-bad.s | 2 +-
test/MC/Mips/macro-divu.s | 27 ++---
tools/llvm-lto2/llvm-lto2.cpp | 4 +-
12 files changed, 355 insertions(+), 195 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 af74e88 Fix r291495 -- Normalize LLVM_CMAKE_PATH in clang standalone build.
new 01e065d [PM] Add support for instrumented PGO in the new pass manager [...]
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/CodeGen/BackendUtil.cpp | 24 ++++++++++++++++++++++--
1 file changed, 22 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.
yvan.roux pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from e83cbc6 Toolchain sources: Update release notes for gcc-4.9-2017.01 s [...]
new a9f88a3 Toolchain sources: Update release notes for gcc-6-2017.02 snapshot.
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:
components/toolchain/gcc-linaro/6/README.textile | 61 +++++++++++-------------
1 file changed, 29 insertions(+), 32 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 gcc.
from 9479e89 PR rtl-optimization/79388 PR rtl-optimization/79450 * comb [...]
new e317dd2 [AArch64] Use contains_mem_rtx_p to detect memory sub-rtxes
new 4e5f877 2017-02-13 Aaron Sawdey <acsawdey(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 | 14 +++++-
gcc/config/aarch64/aarch64.c | 17 +------
gcc/config/rs6000/rs6000.c | 23 +++++++---
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gcc.dg/strncmp-2.c | 99 ++++++++++++++++++++++++++++++++++++++++
5 files changed, 136 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/strncmp-2.c
--
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 0125c63 [PM] Hook up the instrumented PGO machinery in the new PM.
new 5e5855b Fix indentation. NFCI.
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/X86/X86ISelLowering.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.