This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to branch linaro-local/snapshots/linaro-6.2-2016.09
in repository toolchain/gcc.
was 81cd478 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
This change permanently discards the following revisions:
discards 81cd478 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
--
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 2983142 [powerpc] Disable ManyThreadsWithStatsStressTest test for ppc64
new 58a7731 [powerpc] Move #if to appease warnings-as-errors tests
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/asan/tests/asan_interface_test.cc | 7 ++++---
1 file changed, 4 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 clang.
from 2807f02 Do not validate pch when -fno-validate-pch is set
new 0e0dad3 Add a few more test for []-style uuid attributes.
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/Parser/ms-square-bracket-attributes.mm | 27 +++++++++++++++++++++++++++
1 file changed, 27 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 clang-tools-extra.
from 62b2dcf Add a clang-tidy visual studio extension.
new 2dde120 Fix a few oversights in the clang-tidy VS plugin.
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-tidy-vs/ClangTidy/CheckDatabase.cs | 2 +-
clang-tidy-vs/ClangTidy/CheckTree.cs | 1 +
clang-tidy-vs/ClangTidy/ClangTidyProperties.cs | 1 -
clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs | 7 -------
4 files changed, 2 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.
yvan.roux pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from ee056d8 Toolchain sources: Update release notes for gcc-6-2016.07 snapshot.
new 2dadd26 Toolchain sources: Update release notes for gcc-6-2016.09 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 | 139 ++++++++++++++++++++++-
1 file changed, 136 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 145ae71 AMDGPU: Remove a useless variable which caused build failure [...]
new a804c5a Rename test pr30298.ll to shrink_vmul_sse.ll, to make the nam [...]
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/X86/{pr30298.ll => shrink_vmul_sse.ll} | 4 ++++
1 file changed, 4 insertions(+)
rename test/CodeGen/X86/{pr30298.ll => shrink_vmul_sse.ll} (91%)
--
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 8a4ab9f Try contextually converting condition of constexpr if to Bool [...]
new 2807f02 Do not validate pch when -fno-validate-pch is set
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/Serialization/ASTReader.h | 15 +++++++++++++
lib/Serialization/ASTReader.cpp | 30 ++++++++++++++++++++-----
test/PCH/no-validate-pch.cl | 39 +++++++++++++++++++++++++++++++++
3 files changed, 79 insertions(+), 5 deletions(-)
create mode 100644 test/PCH/no-validate-pch.cl
--
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 9107e64 Add more triple to conditional-tailcall.ll test
new ebe55c6 Don't reduce the width of vector mul if the target doesn't su [...]
new 145ae71 AMDGPU: Remove a useless variable which caused build failure [...]
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/AMDGPU/AMDGPUAsmPrinter.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 3 ++-
test/CodeGen/X86/pr30298.ll | 43 ++++++++++++++++++++++++++++++++++
3 files changed, 46 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/pr30298.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.
from f86c167 [MS] Fix prologue this adjustment when 'this' is passed indirectly
new 8a4ab9f Try contextually converting condition of constexpr if to Bool [...]
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/SemaOverload.cpp | 16 +++++++++++-----
test/CXX/stmt.stmt/stmt.select/stmt.if/p2.cpp | 5 +++++
test/CodeGenCXX/cxx1z-constexpr-if.cpp | 13 +++++++++++++
3 files changed, 29 insertions(+), 5 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 c4c2318 CodeGen: ensure that libcalls are always AAPCS CC
new 371bac0 Typo. NFC.
new 9107e64 Add more triple to conditional-tailcall.ll test
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/Transforms/Scalar/LoopInterchange.cpp | 2 +-
test/CodeGen/X86/conditional-tailcall.ll | 2 +-
2 files 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 clang.
from 7cc27ab [clang-offload-bundler] Fix some Clang-tidy modernize-use-ove [...]
new f86c167 [MS] Fix prologue this adjustment when 'this' is passed indirectly
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/CGCall.cpp | 7 -------
lib/CodeGen/CGDecl.cpp | 19 ++++++++++++++++++
.../constructor-destructor-return-this.cpp | 2 +-
test/CodeGenCXX/microsoft-abi-structors.cpp | 2 +-
.../microsoft-abi-virtual-inheritance.cpp | 2 +-
...iple-nonvirtual-inheritance-this-adjustment.cpp | 23 ++++++++++++++++++++++
6 files changed, 45 insertions(+), 10 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 fab897d [lib/LTO] Add a way to run a custom pipeline
new 4a83266 X86: Fold tail calls into conditional branches where possible [...]
new c4c2318 CodeGen: ensure that libcalls are always AAPCS CC
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/Target/TargetInstrInfo.h | 19 +++
lib/CodeGen/BranchFolding.cpp | 37 ++++++
lib/CodeGen/TargetLoweringBase.cpp | 176 ++++++++++++++++++++++++-
lib/Target/X86/X86ExpandPseudo.cpp | 33 ++++-
lib/Target/X86/X86InstrControl.td | 9 ++
lib/Target/X86/X86InstrInfo.cpp | 69 ++++++++++
lib/Target/X86/X86InstrInfo.h | 7 +
lib/Target/X86/X86MCInstLower.cpp | 20 +--
test/CodeGen/Thumb2/float-intrinsics-double.ll | 2 +-
test/CodeGen/Thumb2/float-intrinsics-float.ll | 2 +-
test/CodeGen/X86/conditional-tailcall.ll | 24 ++++
11 files changed, 372 insertions(+), 26 deletions(-)
create mode 100644 test/CodeGen/X86/conditional-tailcall.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 eadc14f [codeview] Add new directives to record inlined call site line info
new 6874fa8 AMDGPU: Add hidden kernel arguments to runtime metadata
new fab897d [lib/LTO] Add a way to run a custom pipeline
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/LTO/Config.h | 7 +
lib/LTO/LLVMBuild.txt | 1 +
lib/LTO/LTOBackend.cpp | 46 +-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 201 ++--
lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | 39 +-
test/CodeGen/AMDGPU/runtime-metadata.ll | 1435 +++++++++++++++++++++++++++--
test/tools/llvm-lto2/X86/pipeline.ll | 24 +
tools/llvm-lto2/llvm-lto2.cpp | 7 +
8 files changed, 1606 insertions(+), 154 deletions(-)
create mode 100644 test/tools/llvm-lto2/X86/pipeline.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 lld.
from 60f8060 Enable test on windows.
new c9c76a9 ELF: add version script void function test case
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.s | 23 +++++++++++++++++++++--
1 file changed, 21 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 clang.
from 99ad38f Add missing include. White space.
new 7cc27ab [clang-offload-bundler] Fix some Clang-tidy modernize-use-ove [...]
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-offload-bundler/ClangOffloadBundler.cpp | 200 ++++++++++++---------
1 file changed, 120 insertions(+), 80 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 glibc.
from ed29339 Add femode_t functions: sparc.
new f222706 Add e500 version of fetestexceptflag.
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:
ChangeLog | 3 +++
.../{fpu/fegetmode.c => powerpc32/e500/nofpu/fetestexceptflag.c} | 7 +++----
2 files changed, 6 insertions(+), 4 deletions(-)
copy sysdeps/powerpc/{fpu/fegetmode.c => powerpc32/e500/nofpu/fetestexceptflag.c} (82%)
--
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 linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 1893018 gcc/testsuite/ Backport from trunk r239609. 2016-08-19 Pr [...]
adds a3f2894 Make Linaro GCC Snapshot 6.2-2016.09.
new f694161 gcc/ * LINARO-VERSION: Bump version number, post 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:
gcc/LINARO-VERSION | 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.
Yvan Roux pushed a change to branch linaro-local/snapshots/linaro-6.2-2016.09
in repository toolchain/gcc.
at 81cd478 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
This branch includes the following new commits:
new 81cd478 gcc/ * LINARO-VERSION: Bump version number, post 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.
--
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 annotated tag linaro-snapshot-6.2-2016.09
in repository toolchain/gcc.
at b2f281a (tag)
tagging a3f2894059f03d05a3b2ab9949bbb212bba52682 (commit)
replaces linaro-snapshot-6.1-2016.07
tagged by Yvan Roux
on Wed Sep 7 17:51:20 2016 +0200
- Log -----------------------------------------------------------------
Linaro GCC Snapshot 6.2-2016.09
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new a3f2894 Make Linaro GCC Snapshot 6.2-2016.09.
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.
--
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 1bc624a Add MS __nop intrinsic to intrin.h
new 99ad38f Add missing include. White space.
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/Lex/ModuleMap.h | 3 ++-
1 file changed, 2 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 fortran-dev
in repository gcc.
from d584033 2016-09-07 Paul Thomas <pault(a)gcc.gnu.org>
new 26ee7d9 2016-09-07 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog.fortran-dev | 13 +++++++++++++
gcc/fortran/trans-expr.c | 4 +++-
gcc/fortran/trans-intrinsic.c | 1 +
gcc/fortran/trans-stmt.c | 25 ++++++++++++++++++++-----
4 files changed, 37 insertions(+), 6 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 7dee30fb Parsing MS pragma intrinsic
new 1bc624a Add MS __nop intrinsic to intrin.h
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/Headers/intrin.h | 5 +++++
test/Headers/ms-intrin.cpp | 1 +
2 files changed, 6 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 gcc.
from c7e4445 * config/i386/i386.c: Add 'U' suffix to processor feature bi [...]
new 3da97ff Move class substring_loc from c-family into gcc
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 | 19 ++
gcc/Makefile.in | 1 +
gcc/c-family/ChangeLog | 15 ++
gcc/c-family/c-common.c | 23 +--
gcc/c-family/c-common.h | 32 +---
gcc/c-family/c-format.c | 157 +----------------
gcc/c/ChangeLog | 5 +
gcc/c/c-lang.c | 3 +
gcc/langhooks-def.h | 8 +-
gcc/langhooks.c | 8 +
gcc/langhooks.h | 9 +
gcc/substring-locations.c | 195 +++++++++++++++++++++
gcc/substring-locations.h | 71 ++++++++
gcc/testsuite/ChangeLog | 5 +
.../diagnostic_plugin_test_string_literals.c | 1 +
15 files changed, 356 insertions(+), 196 deletions(-)
create mode 100644 gcc/substring-locations.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 clang.
from b92c95b [MS] Fix 'this' type when calling virtual methods with inalloca
new 7dee30fb Parsing MS pragma intrinsic
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/Basic/DiagnosticParseKinds.td | 4 ++
include/clang/Basic/IdentifierTable.h | 3 +-
include/clang/Parse/Parser.h | 1 +
lib/Parse/ParsePragma.cpp | 60 +++++++++++++++++++++++++++++
test/Preprocessor/pragma_microsoft.c | 16 ++++++++
5 files changed, 82 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 clang-tools-extra.
from 9788cd7 [include-fixer] Fix some Clang-tidy modernize-use-override an [...]
new 8cea6ff [include-fixer] Support finding headers for the symbol under cursor.
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-fixer/find-all-symbols/SymbolInfo.h | 2 ++
include-fixer/tool/ClangIncludeFixer.cpp | 32 ++++++++++++++++++++--
include-fixer/tool/clang-include-fixer.el | 35 +++++++++++++++++++-----
include-fixer/tool/clang-include-fixer.py | 41 ++++++++++++++++++++++++++---
test/include-fixer/query_symbol.cpp | 13 +++++++++
5 files changed, 111 insertions(+), 12 deletions(-)
create mode 100644 test/include-fixer/query_symbol.cpp
--
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 ebf5cf8 [asan] Reify ErrorNewDeleteSizeMismatch
new 2983142 [powerpc] Disable ManyThreadsWithStatsStressTest test for ppc64
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/asan/tests/asan_interface_test.cc | 4 ++++
1 file changed, 4 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 llvm.
from 452b6b2 [LoopInterchange] Improve debug output. NFC.
new eadc14f [codeview] Add new directives to record inlined call site line info
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/MCCodeView.h | 83 ++++++++++-
include/llvm/MC/MCFragment.h | 5 +-
include/llvm/MC/MCObjectStreamer.h | 11 +-
include/llvm/MC/MCStreamer.h | 20 ++-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 30 ++--
lib/MC/MCAsmStreamer.cpp | 56 +++++---
lib/MC/MCCodeView.cpp | 152 ++++++++++++++------
lib/MC/MCObjectStreamer.cpp | 12 +-
lib/MC/MCParser/AsmParser.cpp | 169 ++++++++++++++++------
lib/MC/MCStreamer.cpp | 46 +++++-
test/DebugInfo/COFF/inlining-header.ll | 7 +-
test/DebugInfo/COFF/inlining-levels.ll | 4 +-
test/DebugInfo/COFF/inlining.ll | 10 +-
test/DebugInfo/COFF/local-variables.ll | 3 +
test/MC/COFF/cv-def-range.s | 1 +
test/MC/COFF/cv-empty-linetable.s | 1 +
test/MC/COFF/cv-errors.s | 56 ++++++++
test/MC/COFF/cv-inline-linetable-infloop.s | 3 +
test/MC/COFF/cv-inline-linetable-unlikely.s | 191 +++++++++++++++++++++++++
test/MC/COFF/cv-inline-linetable-unreachable.s | 2 +
test/MC/COFF/cv-inline-linetable.s | 27 ++--
test/MC/COFF/cv-loc-cross-section.s | 26 ++++
test/MC/COFF/cv-loc.s | 2 +
23 files changed, 741 insertions(+), 176 deletions(-)
create mode 100644 test/MC/COFF/cv-errors.s
create mode 100644 test/MC/COFF/cv-inline-linetable-unlikely.s
create mode 100644 test/MC/COFF/cv-loc-cross-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 master
in repository lldb.
from ada4788 Fix unittest compilation on windows
new 1c9e249 Use llvm's demangler.
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/LLDBDependencies.cmake | 1 +
include/lldb/Core/CxaDemangle.h | 19 -
source/Core/CMakeLists.txt | 1 -
source/Core/CxaDemangle.cpp | 4402 ---------------------------------------
source/Core/Mangled.cpp | 5 +-
5 files changed, 4 insertions(+), 4424 deletions(-)
delete mode 100644 include/lldb/Core/CxaDemangle.h
delete mode 100644 source/Core/CxaDemangle.cpp
--
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 binutils-gdb.
from 27e5a27 [arm] Automatically enable CRC instructions on supported ARMv [...]
new 5b64d09 X86: Allow additional ISAs for IAMCU in assembler
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:
gas/ChangeLog | 16 ++++++++++++++++
gas/config/tc-i386.c | 23 ++---------------------
gas/testsuite/gas/i386/i386.exp | 4 ++--
gas/testsuite/gas/i386/iamcu-4.d | 12 ++++++++++++
gas/testsuite/gas/i386/iamcu-4.s | 3 +++
gas/testsuite/gas/i386/iamcu-5.d | 12 ++++++++++++
gas/testsuite/gas/i386/iamcu-5.s | 3 +++
gas/testsuite/gas/i386/iamcu-inval-2.l | 2 --
gas/testsuite/gas/i386/iamcu-inval-2.s | 2 --
gas/testsuite/gas/i386/iamcu-inval-3.l | 2 --
gas/testsuite/gas/i386/iamcu-inval-3.s | 1 -
opcodes/ChangeLog | 5 +++++
opcodes/i386-gen.c | 2 --
opcodes/i386-init.h | 7 -------
14 files changed, 55 insertions(+), 39 deletions(-)
create mode 100644 gas/testsuite/gas/i386/iamcu-4.d
create mode 100644 gas/testsuite/gas/i386/iamcu-4.s
create mode 100644 gas/testsuite/gas/i386/iamcu-5.d
create mode 100644 gas/testsuite/gas/i386/iamcu-5.s
delete mode 100644 gas/testsuite/gas/i386/iamcu-inval-2.l
delete mode 100644 gas/testsuite/gas/i386/iamcu-inval-2.s
delete mode 100644 gas/testsuite/gas/i386/iamcu-inval-3.l
delete mode 100644 gas/testsuite/gas/i386/iamcu-inval-3.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 e760d89 [LoopInterchange] Improve debug output. NFC.
new 452b6b2 [LoopInterchange] Improve debug output. 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:
lib/Transforms/Scalar/LoopInterchange.cpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 users/palves/target_ops-cxx
in repository binutils-gdb.
discards cc2a933 Convert struct target_ops to C++ [2016-08-28]
new ed23ab2 Convert struct target_ops to C++
new 9a7f4b9 Use bool throughout
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 (cc2a933)
\
N -- N -- N refs/heads/users/palves/target_ops-cxx (9a7f4b9)
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 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:
README.target_ops-cxx | 113 ++++++++++
gdb/bsd-uthread.c | 6 +-
gdb/corelow.c | 22 +-
gdb/ctf.c | 8 +-
gdb/darwin-nat.c | 8 +-
gdb/darwin-nat.h | 4 +-
gdb/exec.c | 4 +-
gdb/i386-darwin-nat.c | 2 +-
gdb/inf-child.c | 54 +----
gdb/inf-child.h | 35 ++--
gdb/inf-ptrace.c | 2 +-
gdb/inf-ptrace.h | 2 +-
gdb/linux-nat.c | 30 +--
gdb/linux-nat.h | 36 ++--
gdb/ravenscar-thread.c | 16 +-
gdb/record-btrace.c | 42 ++--
gdb/record-full.c | 50 ++---
gdb/remote-sim.c | 32 +--
gdb/remote.c | 194 ++++++++---------
gdb/spu-multiarch.c | 9 +-
gdb/target-delegates.c | 556 +++++++++++++++++++++++--------------------------
gdb/target.c | 4 +-
gdb/target.h | 162 +++++++-------
gdb/tracefile-tfile.c | 8 +-
gdb/tracefile.c | 10 +-
gdb/tracefile.h | 10 +-
gdb/windows-nat.c | 15 +-
gdb/x86-linux-nat.c | 2 +-
gdb/x86-linux-nat.h | 10 +-
gdb/x86-nat.h | 6 +-
30 files changed, 749 insertions(+), 703 deletions(-)
create mode 100644 README.target_ops-cxx
--
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 binutils-gdb.
from 3614411 Automatic date update in version.in
new 27e5a27 [arm] Automatically enable CRC instructions on supported ARMv [...]
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:
gas/ChangeLog | 5 +++++
gas/config/tc-arm.c | 18 +++++++++---------
include/ChangeLog | 4 ++++
include/opcode/arm.h | 2 ++
4 files changed, 20 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 600740b [LSV] Use the original loads' names for the extractelement in [...]
new e760d89 [LoopInterchange] Improve debug output. 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:
lib/Transforms/Scalar/LoopInterchange.cpp | 10 ++++++----
1 file changed, 6 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 0639c00 Fix typo in test - it should be masking bits0-15 not bit16
new 05601b4 [x86] move combines of 'select of 2 constants' to its own fun [...]
new 600740b [LSV] Use the original loads' names for the extractelement in [...]
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/X86/X86ISelLowering.cpp | 195 +++++++++++----------
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 6 +-
.../LoadStoreVectorizer/AMDGPU/merge-stores.ll | 20 +--
.../LoadStoreVectorizer/AMDGPU/pointer-elements.ll | 50 +++---
4 files changed, 142 insertions(+), 129 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 959abb8 Regenerate vector bitcast folding tests using update_test_checks.py.
new 0639c00 Fix typo in test - it should be masking bits0-15 not bit16
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/X86/combine-or.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 clang.
from f41891d [EfficiencySanitizer] [MIPS64] Enables esan clang driver opti [...]
new b92c95b [MS] Fix 'this' type when calling virtual methods with inalloca
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/CGExprCXX.cpp | 14 ++++++----
test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp | 35 +++++++++++++++++++++---
2 files changed, 40 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
discards 651a533 gcc/testsuite/ Backport from trunk r239609. 2016-08-19 Pr [...]
discards 27d45c3 gcc/ Backport from trunk r236632. 2016-05-24 Richard Sand [...]
discards b5793ea gcc/ Backport from trunk r239528. 2016-08-17 Thomas Preud [...]
discards a771dd6 gcc/ Backport from trunk r238960. 2016-08-01 Wilco Dijkst [...]
discards dd90671 gcc/ Backport from trunk r238346. 2016-07-14 Thomas Preud [...]
discards 0d03274 gcc/ Backport from trunk r239859. 2016-08-30 Szabolcs Nag [...]
discards 40120d7 gcc/ Backport from trunk r239637. 2016-08-20 Kugan Viveka [...]
discards 868a6f1 gcc/ Backport from trunk r239162. 2016-08-05 Kugan Viveka [...]
discards c29ce24 gcc/ Backport from trunk r239118. 2016-08-04 Kugan Viveka [...]
discards 590a5dc gcc/ Backport from trunk r238846. 2016-07-29 Kugan Viveka [...]
discards edf4490 gcc/ Backport from trunk r238337. 2016-07-14 Kyrylo Tkach [...]
discards 826eb29 gcc/ Backport from trunk r238254, r238763. 2016-07-12 Nat [...]
discards 4c08994 gcc/ Backport from trunk r238248. 2016-07-12 Kyrylo Tkach [...]
discards d3b180f gcc/ Backport from trunk r238013. 2016-07-05 Kyrylo Tkach [...]
discards ead14e4 libstdc++-v3/ Backport from trunk r237879. 2016-06-30 Tho [...]
discards 9f7b5a6 gcc/ Backport from trunk r237250. 2016-06-09 Kyrylo Tkach [...]
discards 61ab449 gcc/ Backport from trunk r239960. 2016-09-02 Prathamesh K [...]
discards 2e7d161 libstdc++-v3/ Backport from trunk r239955. 2016-09-02 Max [...]
discards fe74738 gcc/ Backport from trunk r239923. 2016-09-01 Wilco Dijkst [...]
discards a196a3b gcc/ Backport from trunk r239919. 2016-09-01 Kyrylo Tkach [...]
discards eed9c6d gcc/ Backport from trunk r239865. 2016-08-30 Tamar Christ [...]
discards a1d0b72 gcc/ Backport from trunk r239739. 2016-08-24 Michael Coll [...]
discards b6686e2 gcc/ Backport from trunk r237988. 2016-07-04 Jiong Wang [...]
discards 94d916d gcc/testsuite/ Backport from trunk r237798. 2016-06-27 Ch [...]
discards ca4e6a6 gcc/testsuite/ Backport from trunk r237987. 2016-07-04 Ch [...]
discards bb27c38 gcc/ Backport from trunk r238818. 2016-07-28 Wilco Dijkst [...]
discards b9ee8ff gcc/ Backport from trunk r239772. 2016-08-26 Kyrylo Tkach [...]
discards 8a0c5cc gcc/ Backport from trunk r239771. 2016-08-26 Kyrylo Tkach [...]
discards 2401611 gcc/ Backport from trunk r238712. 2016-07-25 Jiong Wang [...]
discards 0e4abf4 libgcc/ Backport from trunk r238584. 2016-07-21 Aurelien [...]
discards 89d7c2f gcc/ Backport from trunk r238010. 2016-07-05 Jiong Wang [...]
discards 8e33585 gcc/ Backport from trunk r237882. 2016-06-30 James Greenh [...]
discards 58d283a gcc/ Backport from trunk r237956. 2016-07-04 Matthew Waha [...]
discards 1c6af39 gcc/ Backport from trunk r237906. 2016-07-01 Kyrylo Tkach [...]
discards ee8dc31 gcc/ Backport from trunk r237851. 2016-06-29 Wilco Dijkst [...]
discards 7d785bc gcc/ Backport from trunk r237705. 2016-06-22 Andreas Schw [...]
discards 01ba3a0 gcc/ Backport from trunk r237607. 2016-06-20 Wilco Dijkst [...]
discards 0ebf820 gcc/ Backport from trunk r237277. 2016-06-09 Vladimir Mak [...]
discards 969e4d7 gcc/ Backport from trunk r239610. 2016-08-19 Matthew Waha [...]
discards 5ae723f gcc/ Backport from trunk r237884. 2016-06-30 Wilco Dijkst [...]
discards 8c5fc26 gcc/ Backport from trunk r237597. 2016-06-20 Wilco Dijkst [...]
discards 04d29b3 gcc/testsuite/ Backport from trunk r237557. 2016-06-17 Ch [...]
discards de20a0f gcc/ Backport from trunk r237548. 2016-06-17 Szabolcs Nag [...]
discards 0904a10 gcc/ Backport from trunk r237506. 2016-06-16 Renlin Li < [...]
discards de34e49 gcc/ Backport from trunk r237485. 2016-06-15 Kyrylo Tkach [...]
discards de6369d gcc/ Backport from trunk r237440. 2015-06-14 Kyrylo Tkach [...]
discards 776a69d gcc/ Backport from trunk r237331. 2016-06-11 Jiong Wang [...]
discards 5f3a778 gcc/ Backport from trunk r237313. 2016-06-10 Bernd Edling [...]
discards 8ddd826 gcc/ Backport from trunk r237251. 2016-06-09 Stefan Bruen [...]
discards d0ac8fc gcc/ Backport from trunk r239733. 2016-08-24 Thomas Preud [...]
discards e2bed20 gcc/ Backport from trunk r236914. 2016-05-31 Wladimir J. [...]
discards 798cfbb gcc/ Backport from trunk r239710. 2016-08-23 Christophe L [...]
discards 2f5ef4c gcc/ Backport from trunk r239561. 2016-08-18 Tamar Christ [...]
discards 7344313 gcc/ Backport from trunk r236269. Ramana Radhakrishnan [...]
discards d6c76a8 gcc/ Backport from trunk r235512. 2016-04-27 Kyrylo Tkach [...]
discards fbec19f gcc/ Backport from trunk r239135. 2016-08-04 Andrew Pinsk [...]
discards 7b45e33 gcc/ Backport from trunk r238955. 2015-08-01 Alan Hayward [...]
discards 072b90f gcc/ Backport from trunk r239300. 2016-08-09 Renlin Li < [...]
discards 7ae414d gcc/ Backport from trunk r238938. 2016-08-01 Kyrylo Tkach [...]
discards df9425d gcc/ Backport from trunk r238820. 2016-07-28 Kristina Mar [...]
discards 1f90805 gcc/ Backport from trunk r238056. 2016-07-06 Kyrylo Tkach [...]
discards aa42946 gcc/ Backport from trunk r237957. 2016-07-04 Ramana Radha [...]
discards e4521c3 gcc/testsuite/ Backport from trunk r237653. 2016-06-21 Wi [...]
discards 93552d5 gcc/ Backport from trunk r237604. 2016-06-20 James Greenh [...]
discards e541b5d gcc/ Backport from trunk r237603. 2016-06-20 James Greenh [...]
discards 8f8ab5b gcc/ Backport from trunk r237249. 2016-06-09 Kyrylo Tkach [...]
discards 8db4cc7 gcc/ Backport from trunk r236817. 2016-05-27 Wilco Dijkst [...]
discards ee3ef66 gcc/ Backport from trunk r236638. 2016-05-24 Kyrylo Tkach [...]
discards 9f9342f gcc/ Backport from trunk r236631. 2016-05-24 Richard Sand [...]
discards 1f2ca48 gcc/ Backport from trunk r236593. 2016-05-23 Bin Cheng <b [...]
discards 16ee740 gcc/ Backport from trunk r236502. 2016-05-20 Prathamesh K [...]
discards be1ef63 gcc/ Backport from trunk r236355. 2016-05-17 Kugan Viveka [...]
discards ad2ea57 gcc/ Backport from trunk r236198. 2016-05-13 Ramana Radha [...]
discards 38fec1e gcc/ Backport from trunk r237679. 2016-06-22 Kyrylo Tkach [...]
omits 91b11ff gcc/ Backport from trunk r237553. 2016-06-17 James Greenh [...]
omits e030daa gcc/ Backport from trunk r237138. 2016-06-06 Kyrylo Tkach [...]
omits 9dd1dea gcc/ Backport from trunk r237034. 2016-06-02 Kyrylo Tkach [...]
omits 1399abb gcc/ Backport from trunk r236818. 2016-05-27 Jiong Wang [...]
omits 7b627d0 gcc/ Backport from trunk r236728. 2016-05-25 Kyrylo Tkach [...]
omits 1406b1e gcc/ Backport from trunk r235402, r235403. 2016-04-25 Mic [...]
omits ecce986 gcc/ Backport from trunk r237200. 2016-06-08 Jiong Wang [...]
omits ee69475 gcc/ Backport from trunk r236181. 2016-05-12 Jiong Wang [...]
omits 1883bc8 gcc/ Backport from trunk r235998. 2016-05-07 Jim Wilson [...]
omits f08d7d9 gcc/ Backport from trunk r235532. 2016-04-26 Evandro Mene [...]
omits 34c4e6e Merge branches/gcc-6-branch rev 239654.
omits ae1f46b gcc/ Backport from trunk r237645. 2016-06-21 Virendra Pat [...]
omits b403f94 gcc/ Backport from trunk r237395, r237396, r237397, r237 [...]
new 3550421 gcc/ Backport from trunk r237395, r237396, r237397, r237452 [...]
new d375d20 gcc/ Backport from trunk r237645. 2016-06-21 Virendra Pat [...]
new fed0bd0 Merge branches/gcc-6-branch rev 239654.
new ba2bbf6 gcc/ Backport from trunk r235532. 2016-04-26 Evandro Mene [...]
new f1ed9d0 gcc/ Backport from trunk r235998. 2016-05-07 Jim Wilson [...]
new afa432e gcc/ Backport from trunk r236181. 2016-05-12 Jiong Wang [...]
new 457b587 gcc/ Backport from trunk r237200. 2016-06-08 Jiong Wang [...]
new 3dbae04 gcc/ Backport from trunk r235402, r235403. 2016-04-25 Mic [...]
new 4afa8e9 gcc/ Backport from trunk r236728. 2016-05-25 Kyrylo Tkach [...]
new 2787384 gcc/ Backport from trunk r236818. 2016-05-27 Jiong Wang [...]
new 6ffb795 gcc/ Backport from trunk r237034. 2016-06-02 Kyrylo Tkach [...]
new e98c442 gcc/ Backport from trunk r237138. 2016-06-06 Kyrylo Tkach [...]
new 440d814 gcc/ Backport from trunk r237553. 2016-06-17 James Greenh [...]
new 998c54b gcc/ Backport from trunk r237679. 2016-06-22 Kyrylo Tkach [...]
new 832dabb gcc/ Backport from trunk r236198. 2016-05-13 Ramana Radha [...]
new cd1af23 gcc/ Backport from trunk r236355. 2016-05-17 Kugan Viveka [...]
new 2c6b6c6 gcc/ Backport from trunk r236502. 2016-05-20 Prathamesh K [...]
new 823be47 gcc/ Backport from trunk r236593. 2016-05-23 Bin Cheng < [...]
new 65b2473 gcc/ Backport from trunk r236631. 2016-05-24 Richard Sand [...]
new 3801f9e gcc/ Backport from trunk r236638. 2016-05-24 Kyrylo Tkach [...]
new 90cb5a7 gcc/ Backport from trunk r236817. 2016-05-27 Wilco Dijkst [...]
new de90667 gcc/ Backport from trunk r237249. 2016-06-09 Kyrylo Tkach [...]
new 92e1766 gcc/ Backport from trunk r237603. 2016-06-20 James Greenh [...]
new 8a91967 gcc/ Backport from trunk r237604. 2016-06-20 James Greenh [...]
new 25097c3 gcc/testsuite/ Backport from trunk r237653. 2016-06-21 Wi [...]
new 6abf45e gcc/ Backport from trunk r237957. 2016-07-04 Ramana Radha [...]
new 5d96ea6 gcc/ Backport from trunk r238056. 2016-07-06 Kyrylo Tkach [...]
new 1a7ec9d gcc/ Backport from trunk r238820. 2016-07-28 Kristina Mar [...]
new 62f4e94 gcc/ Backport from trunk r238938. 2016-08-01 Kyrylo Tkach [...]
new 02dbcf8 gcc/ Backport from trunk r239300. 2016-08-09 Renlin Li < [...]
new 3fb178d gcc/ Backport from trunk r238955. 2015-08-01 Alan Hayward [...]
new 0d8e957 gcc/ Backport from trunk r239135. 2016-08-04 Andrew Pinsk [...]
new aa5729d gcc/ Backport from trunk r235512. 2016-04-27 Kyrylo Tkach [...]
new f6c89df gcc/ Backport from trunk r236269. 2016-05-16 Matthew Waha [...]
new 0375685 gcc/ Backport from trunk r239561. 2016-08-18 Tamar Christ [...]
new 8249067 gcc/ Backport from trunk r239710. 2016-08-23 Christophe L [...]
new d0fe9a8 gcc/ Backport from trunk r236914. 2016-05-31 Wladimir J. [...]
new 68bc492 gcc/ Backport from trunk r239733. 2016-08-24 Thomas Preud [...]
new e84442a gcc/ Backport from trunk r237251. 2016-06-09 Stefan Bruen [...]
new 8e2e960 gcc/ Backport from trunk r237313. 2016-06-10 Bernd Edling [...]
new 79508ae gcc/ Backport from trunk r237331. 2016-06-11 Jiong Wang [...]
new e8f185e gcc/ Backport from trunk r237440. 2015-06-14 Kyrylo Tkach [...]
new 20062ee gcc/ Backport from trunk r237485. 2016-06-15 Kyrylo Tkach [...]
new 0cbb0d3 gcc/ Backport from trunk r237506. 2016-06-16 Renlin Li < [...]
new d9c77b6 gcc/ Backport from trunk r237548. 2016-06-17 Szabolcs Nag [...]
new ed27eb0 gcc/testsuite/ Backport from trunk r237557. 2016-06-17 Ch [...]
new 5188bcd gcc/ Backport from trunk r237597. 2016-06-20 Wilco Dijkst [...]
new f6e7a8e gcc/ Backport from trunk r237884. 2016-06-30 Wilco Dijkst [...]
new 2a0d562 gcc/ Backport from trunk r239610. 2016-08-19 Matthew Waha [...]
new 2846dcc gcc/ Backport from trunk r237277. 2016-06-09 Vladimir Mak [...]
new 85d7f20 gcc/ Backport from trunk r237607. 2016-06-20 Wilco Dijkst [...]
new 9d79fee gcc/ Backport from trunk r237705. 2016-06-22 Andreas Schw [...]
new 9efb005 gcc/ Backport from trunk r237851. 2016-06-29 Wilco Dijkst [...]
new 087f403 gcc/ Backport from trunk r237906. 2016-07-01 Kyrylo Tkach [...]
new a053428 gcc/ Backport from trunk r237956. 2016-07-04 Matthew Waha [...]
new a4e6ef5 gcc/ Backport from trunk r237882. 2016-06-30 James Greenh [...]
new 83ccbcc gcc/ Backport from trunk r238010. 2016-07-05 Jiong Wang [...]
new 34267d9 libgcc/ Backport from trunk r238584. 2016-07-21 Aurelien [...]
new b1df8b7 gcc/ Backport from trunk r238712. 2016-07-25 Jiong Wang [...]
new 7b3a4b1 gcc/ Backport from trunk r239771. 2016-08-26 Kyrylo Tkach [...]
new 1766eb4 gcc/ Backport from trunk r239772. 2016-08-26 Kyrylo Tkach [...]
new 4d88983 gcc/ Backport from trunk r238818. 2016-07-28 Wilco Dijkst [...]
new 4ccd7f2 gcc/testsuite/ Backport from trunk r237987. 2016-07-04 Ch [...]
new 347c2c7 gcc/testsuite/ Backport from trunk r237798. 2016-06-27 Ch [...]
new 70b52cf gcc/ Backport from trunk r237988. 2016-07-04 Jiong Wang [...]
new cb81122 gcc/ Backport from trunk r239739. 2016-08-24 Michael Coll [...]
new b1dc43f gcc/ Backport from trunk r239865. 2016-08-30 Tamar Christ [...]
new ab3637d gcc/ Backport from trunk r239919. 2016-09-01 Kyrylo Tkach [...]
new 1cbb0ce gcc/ Backport from trunk r239923. 2016-09-01 Wilco Dijkst [...]
new 8036bae libstdc++-v3/ Backport from trunk r239955. 2016-09-02 Max [...]
new f131319 gcc/ Backport from trunk r239960. 2016-09-02 Prathamesh K [...]
new f45d9c8 gcc/ Backport from trunk r237250. 2016-06-09 Kyrylo Tkach [...]
new 2f1cf62 libstdc++-v3/ Backport from trunk r237879. 2016-06-30 Tho [...]
new 52b33de gcc/ Backport from trunk r238013. 2016-07-05 Kyrylo Tkach [...]
new 1066d7e gcc/ Backport from trunk r238248. 2016-07-12 Kyrylo Tkach [...]
new 19531c7 gcc/ Backport from trunk r238254, r238763. 2016-07-12 Nat [...]
new f1cc7bd gcc/ Backport from trunk r238337. 2016-07-14 Kyrylo Tkach [...]
new 24867cd gcc/ Backport from trunk r238846. 2016-07-29 Kugan Viveka [...]
new b703514 gcc/ Backport from trunk r239118. 2016-08-04 Kugan Viveka [...]
new 2c113bd gcc/ Backport from trunk r239162. 2016-08-05 Kugan Viveka [...]
new 02e3f57 gcc/ Backport from trunk r239637. 2016-08-20 Kugan Viveka [...]
new 0ec753f gcc/ Backport from trunk r239859. 2016-08-30 Szabolcs Nag [...]
new 2edf7d4 gcc/ Backport from trunk r238346. 2016-07-14 Thomas Preud [...]
new 0d6e522 gcc/ Backport from trunk r238960. 2016-08-01 Wilco Dijkst [...]
new de6c04a gcc/ Backport from trunk r239528. 2016-08-17 Thomas Preud [...]
new 51aa07a gcc/ Backport from trunk r236632. 2016-05-24 Richard Sand [...]
new 1893018 gcc/testsuite/ Backport from trunk r239609. 2016-08-19 Pr [...]
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 (651a533)
\
N -- N -- N refs/heads/linaro-local/gcc-6-integration-branch (1893018)
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 87 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:
--
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 5ca92351 Improve aarch64_legitimize_address - avoid splitting the offs [...]
new c7e4445 * config/i386/i386.c: Add 'U' suffix to processor feature 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:
gcc/ChangeLog | 7 ++++++
gcc/config/i386/i386.c | 60 ++++++++++++++++++++++----------------------
gcc/config/i386/x86-tune.def | 6 ++---
gcc/opts.c | 4 +--
4 files changed, 42 insertions(+), 35 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 b55f1f4 2016-09-07 Richard Biener <rguenther(a)suse.de>
new 5ca92351 Improve aarch64_legitimize_address - avoid splitting the offs [...]
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 | 5 +++++
gcc/config/aarch64/aarch64.c | 14 ++++++++++++--
2 files changed, 17 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 b362b6e [X86][SSE] Added and+or+zext combine tests for known bits of vectors
new 56463dd [X86][SSE] Added or combine tests for known bits of vectors
new 959abb8 Regenerate vector bitcast folding tests using update_test_checks.py.
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:
test/CodeGen/X86/combine-or.ll | 51 +++++++++
test/Transforms/InstCombine/bitcast-vec-uniform.ll | 70 ------------
test/Transforms/InstCombine/bitcast-vector-fold.ll | 38 -------
.../Transforms/InstSimplify/bitcast-vector-fold.ll | 125 +++++++++++++++++++++
4 files changed, 176 insertions(+), 108 deletions(-)
delete mode 100644 test/Transforms/InstCombine/bitcast-vec-uniform.ll
delete mode 100644 test/Transforms/InstCombine/bitcast-vector-fold.ll
create mode 100644 test/Transforms/InstSimplify/bitcast-vector-fold.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 compiler-rt.
from 62b3eec [ESan][MIPS] Adds support for MIPS64
new ebf5cf8 [asan] Reify ErrorNewDeleteSizeMismatch
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/asan/asan_allocator.cc | 2 +-
lib/asan/asan_errors.cc | 25 +++++++++++++++++++++++++
lib/asan/asan_errors.h | 27 +++++++++++++++++++++++++++
lib/asan/asan_report.cc | 25 ++++---------------------
lib/asan/asan_report.h | 2 +-
5 files changed, 58 insertions(+), 23 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 9313182 [X86][SSE] Added and+or combine tests currently failing with vectors
new b362b6e [X86][SSE] Added and+or+zext combine tests for known bits of vectors
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/X86/combine-and.ll | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 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 llvm.
from ba3ea4d [ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)
new 9313182 [X86][SSE] Added and+or combine tests currently failing with vectors
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/X86/combine-and.ll | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 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 llvm.
from fd11478 [InstCombine][SSE4a] Fix assertion failure caused by unsafe d [...]
new 2fdf2bf [InstCombine][SSE4a] Fix assertion failure in the insertq/ins [...]
new ba3ea4d [ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)
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/ARM/ARMISelLowering.cpp | 19 ++++++++++-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 6 ++--
test/CodeGen/ARM/urem-opt-size.ll | 43 +++++++++++++++++++++++++
test/Transforms/InstCombine/x86-sse4a.ll | 18 +++++++++++
4 files changed, 82 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from e20baaf Warn when dryrun'd commands fail.
new 6d86da3 Remove broken copy of libwinpthread-1.dll.
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/make.sh | 4 ----
1 file changed, 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 clang.
from 97fe20f [OpenCL] Fix pipe built-in functions return type.
new f41891d [EfficiencySanitizer] [MIPS64] Enables esan clang driver opti [...]
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/ToolChains.cpp | 2 +-
test/Driver/esan.c | 4 ++++
2 files changed, 5 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 llvm.
from 17c896a Revert "[EfficiencySanitizer] Adds shadow memory parameters f [...]
new fd11478 [InstCombine][SSE4a] Fix assertion failure caused by unsafe d [...]
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/Transforms/InstCombine/InstCombineCalls.cpp | 6 +++---
test/Transforms/InstCombine/x86-sse4a.ll | 17 +++++++++++++++++
2 files changed, 20 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 lld.
from 9d9b5ff [ELF] - Sort command line options. NFC.
new 60f8060 Enable test 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/ELF/conflict.s | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.