This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5cb4078 Update libstdc++ status docs
new b39328b * g++.dg/debug/pr71432.C: Fail on AIX.
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/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/debug/pr71432.C | 1 +
2 files changed, 5 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 bbbc2c2 Revert r274692 to check whether this is what breaks windows s [...]
new f3b3b0c [LoopStrengthReduce] Fix -Wmisleading-indentation. Reported by GCC6.
new 415b201 tests: accept different TargetOpcode values.
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/LoopStrengthReduce.cpp | 4 ++--
test/CodeGen/X86/implicit-null-checks.mir | 2 +-
test/TableGen/trydecode-emission.td | 4 ++--
test/TableGen/trydecode-emission2.td | 4 ++--
test/TableGen/trydecode-emission3.td | 4 ++--
5 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 compiler-rt.
from 2b4c950 [compiler-rt] Fix AllocatorCacheDeallocNewThread unittest
new 19dd369 [compiler-rt] Fix sanitizer memory allocator on win64.
new de52fc0 [compiler-rt] Enhance unittest coverage for lib interception
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/interception/interception_win.cc | 40 ++++++--
lib/interception/tests/interception_win_test.cc | 111 ++++++++++++++++++---
lib/sanitizer_common/sanitizer_allocator.h | 5 +-
lib/sanitizer_common/sanitizer_win.cc | 6 +-
.../tests/sanitizer_allocator_test.cc | 6 ++
5 files changed, 140 insertions(+), 28 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.
Peter Smith pushed a change to branch linaro-local/tls
in repository toolchain/llvm/lld.
discards 04f6465 Support for standard model ARM TLS
adds 75923ba [ELF] Introduce a flag to parse response files according to w [...]
adds 17c2422 Recognize R_386_GOT32X.
adds 8e6e9c9 Read the implicit addend of R_386_GOT32X.
adds 9f1fc24 Fix indentation.
adds 16e18b3 Do not call warning() from ELFOptTable::parse().
adds ffe7a68 Fix formatting.
adds a446ef9 Fix endianness issue.
adds 09872c9 Correctly define "zlib" feature.
adds 27780c8 [ELF] - Fixed incorrect logic of version assignments when mix [...]
adds a74afb2 This now works on unix too.
adds 7353c6d Use "using namespace llvm" like the rest of ELF lld.
adds b428f3e Fix formating. NFC.
new dfa9efd Support for standard model ARM TLS
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 (04f6465)
\
N -- N -- N refs/heads/linaro-local/tls (dfa9efd)
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 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/Config.h | 2 +-
ELF/DriverUtils.cpp | 33 ++++++--
ELF/Error.cpp | 10 ++-
ELF/InputFiles.cpp | 41 +++++-----
ELF/InputSection.cpp | 25 +++---
ELF/InputSection.h | 1 +
ELF/LinkerScript.cpp | 3 +-
ELF/Options.td | 3 +
ELF/SymbolTable.cpp | 56 +++++++++-----
ELF/Target.cpp | 2 +
test/ELF/arm-tls-gd32.s | 159 ++++++++++++++++++++++++++++++++++++++
test/ELF/arm-tls-ie32.s | 27 ++++---
test/ELF/arm-tls-ldm32.s | 60 ++++++++++++++
test/ELF/basic.s | 15 +++-
test/ELF/compressed-debug-input.s | 10 ++-
test/ELF/driver.test | 5 +-
test/ELF/i386-relax-reloc.s | 12 +++
test/ELF/reproduce-windows.s | 4 +-
test/ELF/version-wildcard.test | 49 ++++++++++++
test/lit.cfg | 8 +-
test/lit.site.cfg.in | 1 +
21 files changed, 434 insertions(+), 92 deletions(-)
create mode 100644 test/ELF/arm-tls-gd32.s
create mode 100644 test/ELF/arm-tls-ldm32.s
create mode 100644 test/ELF/i386-relax-reloc.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 gcc-5-branch
in repository gcc.
from 7e398e4 Backported from mainline 2016-03-02 Jakub Jelinek <jakub@ [...]
new 420d8b0 rs6000: Fix gcc.target/powerpc/ti_math1.c on GCC 5 (PR69019)
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/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/ti_math1.c | 2 +-
2 files changed, 6 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 cde945c NVPTX: Remove the legacy ptx intrinsics
new bbbc2c2 Revert r274692 to check whether this is what breaks windows s [...]
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/CMakeLists.txt | 1 -
lib/Target/X86/X86.h | 3 -
lib/Target/X86/X86FixupSetCC.cpp | 183 -----------------------
lib/Target/X86/X86TargetMachine.cpp | 3 +-
test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll | 2 +-
test/CodeGen/X86/2008-09-11-CoalescerBug2.ll | 2 +-
test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 40 +++---
test/CodeGen/X86/avx-intrinsics-x86.ll | 192 +++++++++++--------------
test/CodeGen/X86/avx512-cmp.ll | 4 +-
test/CodeGen/X86/avx512-intrinsics.ll | 2 +-
test/CodeGen/X86/avx512-mask-op.ll | 2 +-
test/CodeGen/X86/bmi.ll | 4 +-
test/CodeGen/X86/cmov.ll | 4 +-
test/CodeGen/X86/cmp.ll | 4 +-
test/CodeGen/X86/cmpxchg-i1.ll | 6 +-
test/CodeGen/X86/cmpxchg-i128-i1.ll | 4 +-
test/CodeGen/X86/ctpop-combine.ll | 12 +-
test/CodeGen/X86/fp128-cast.ll | 5 +-
test/CodeGen/X86/fp128-compare.ll | 31 ++--
test/CodeGen/X86/mcinst-lowering.ll | 15 +-
test/CodeGen/X86/return-ext.ll | 10 +-
test/CodeGen/X86/setcc-narrowing.ll | 4 +-
test/CodeGen/X86/setcc.ll | 2 +-
test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 32 ++---
test/CodeGen/X86/sse-intrinsics-x86.ll | 32 ++---
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 32 ++---
test/CodeGen/X86/sse2-intrinsics-x86.ll | 32 ++---
test/CodeGen/X86/sse41-intrinsics-fast-isel.ll | 16 +--
test/CodeGen/X86/sse41-intrinsics-x86.ll | 8 +-
test/CodeGen/X86/sse41.ll | 8 +-
test/CodeGen/X86/sse42-intrinsics-fast-isel.ll | 72 ++++------
test/CodeGen/X86/sse42-intrinsics-x86.ll | 44 +++---
32 files changed, 288 insertions(+), 523 deletions(-)
delete mode 100644 lib/Target/X86/X86FixupSetCC.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 4f19a0e Fix of default lookup for "this" symbol.
new 41c977a [obv] Fix broken build on Fedora 23.
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:
gdb/ChangeLog | 5 +++++
gdb/cp-namespace.c | 2 ++
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.
unknown user pushed a change to branch vehre/coarray
in repository gcc.
from 6646520 Now really functioning deregister of allocatable coarray comp [...]
new c16a950 Fixed ICE for sections of arrays.
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/trans-expr.c | 1 +
1 file changed, 1 insertion(+)
--
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 2e53b18 fix formatting; NFC
new ca632c9 Revert "[AArch64] Change the preferred alignment for char and [...]
new cde945c NVPTX: Remove the legacy ptx intrinsics
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/IR/IntrinsicsNVVM.td | 159 +++++------------
lib/Target/AArch64/AArch64TargetMachine.cpp | 4 +-
lib/Target/NVPTX/NVPTXIntrinsics.td | 206 +++++++++-------------
lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp | 2 +-
lib/Target/NVPTX/NVVMIntrRange.cpp | 14 +-
test/Analysis/DivergenceAnalysis/NVPTX/diverge.ll | 4 +-
test/CodeGen/AArch64/preferred-alignment.ll | 28 ---
test/CodeGen/NVPTX/bug22322.ll | 12 +-
test/CodeGen/NVPTX/intrinsic-old.ll | 178 +++++++++----------
9 files changed, 234 insertions(+), 373 deletions(-)
delete mode 100644 test/CodeGen/AArch64/preferred-alignment.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 7142d85 Fix "not all control paths return a value" warning on MSVC
new efbb223 Revert "[AArch64] Change the preferred alignment for char and [...]
new 236751c Revert "[aarch64] Update datalayout for aarch64 tests"
new 29dc237 NVPTX: Use the nvvm builtins to read SRegs rather than the le [...]
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:
include/clang/Basic/BuiltinsNVPTX.def | 91 +++++++++++------------
lib/Basic/Targets.cpp | 4 +-
lib/Headers/cuda_builtin_vars.h | 26 +++----
test/CodeGen/aarch64-type-sizes.c | 6 +-
test/CodeGen/builtins-nvptx.c | 136 +++++++++++++++++-----------------
test/CodeGen/target-data.c | 2 +-
test/CodeGenCUDA/cuda-builtin-vars.cu | 24 +++---
test/SemaCUDA/builtins.cu | 6 +-
8 files changed, 147 insertions(+), 148 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.