This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from be10d45 [ELF] - Linkerscript: create multiple output sections for inp [...]
new 9d9b5ff [ELF] - Sort command line options. 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:
ELF/Options.td | 6 +++---
1 file changed, 3 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 c7d7511 [mips] Disable the TImode shift libcalls for 32-bit targets.
new 17c896a Revert "[EfficiencySanitizer] Adds shadow memory parameters f [...]
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:
.../Instrumentation/EfficiencySanitizer.cpp | 43 +++++-----------------
1 file changed, 9 insertions(+), 34 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 2c24a30 [ELF] - Fix for: PR29093 - version script does not support [c [...]
new be10d45 [ELF] - Linkerscript: create multiple output sections for inp [...]
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 | 80 +++++++++++++++++-----------------
test/ELF/linkerscript/merge-sections.s | 28 ------------
test/ELF/linkerscript/phdrs.s | 3 +-
test/ELF/linkerscript/repsection-va.s | 5 ++-
4 files changed, 45 insertions(+), 71 deletions(-)
delete mode 100644 test/ELF/linkerscript/merge-sections.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 clang.
from f144d8b OpenCL: Defining __ENDIAN_LITTLE__ and fix target endianness
new 97fe20f [OpenCL] Fix pipe built-in functions return type.
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/SemaChecking.cpp | 2 ++
test/CodeGenOpenCL/pipe_builtin.cl | 16 ++++++++++++++++
2 files changed, 18 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 lld.
from 186d733 [ELF] - Enable testcases that uses demangler to run under win [...]
new 2c24a30 [ELF] - Fix for: PR29093 - version script does not support [c [...]
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/ScriptParser.cpp | 2 +-
ELF/Strings.cpp | 17 +++--
test/ELF/version-script-complex-wildcards.s | 102 ++++++++++++++++++++++++++++
3 files changed, 115 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/version-script-complex-wildcards.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/bheckel/fortran-strides
in repository binutils-gdb.
discards 2c392d4 fortran: test cases for subarray strides and slices
discards 4113176 fortran: calculate elements of a subarray using a provided st [...]
discards 0fa0ca2 fortran: enable parsing of stride parameter for subranges
discards fd3d44b fortran: change subrange enum to bit field
discards 7e6d1f1 fortran: combine subarray and string computation
discards 54194dc fortran: allow multi-dimensional subarrays
discards ba92ba1 test: stride support for dynamic arrays.
discards 0906bbb vla: add stride support to fortran arrays.
new c632ec4 Dwarf: Fix dynamic properties with neg. value.
new 538707a Fortran: Fix negative bounds for dynamic allocated arrays.
new 4efec01 vla: add stride support to fortran arrays.
new 47a78fe fortran: allow multi-dimensional subarrays
new 75d2491 fortran: combine subarray and string computation
new 57113d3 fortran: change subrange enum to bit field
new ef4f0c7 fortran: enable parsing of stride parameter for subranges
new 3067104 fortran: calculate elements of a subarray using a provided st [...]
new dbfd714 fortran: test cases for subarray strides and slices
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 (2c392d4)
\
N -- N -- N refs/heads/users/bheckel/fortran-strides (dbfd714)
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 9 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/dwarf2loc.c | 46 ++++++++++++++++++++++++++------
gdb/dwarf2loc.h | 6 +++++
gdb/gdbtypes.c | 23 +++++-----------
gdb/gdbtypes.h | 2 --
gdb/testsuite/gdb.fortran/vla-ptype.exp | 4 +++
gdb/testsuite/gdb.fortran/vla-sizeof.exp | 4 +++
gdb/testsuite/gdb.fortran/vla-stride.f90 | 4 +--
gdb/testsuite/gdb.fortran/vla.f90 | 10 +++++++
gdb/valarith.c | 12 +++------
9 files changed, 73 insertions(+), 38 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 51cc6bb [EfficiencySanitizer] Adds shadow memory parameters for 40-bi [...]
new c7d7511 [mips] Disable the TImode shift libcalls for 32-bit targets.
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/Mips/MipsISelLowering.cpp | 7 +++++++
test/CodeGen/Mips/llvm-ir/ashr.ll | 6 +++---
test/CodeGen/Mips/llvm-ir/lshr.ll | 6 +++---
test/CodeGen/Mips/llvm-ir/shl.ll | 6 +++---
4 files changed, 16 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 lld.
from 72a1a2f Support ABSOLUE keyword in symbol assignments
new 186d733 [ELF] - Enable testcases that uses demangler to run under win [...]
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-wildcards.s | 6 +++---
test/ELF/version-script-extern.s | 12 ++++++------
2 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 llvm.
from e50466a [SimplifyCFG] Followup fix to r280790
new 51cc6bb [EfficiencySanitizer] Adds shadow memory parameters for 40-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:
.../Instrumentation/EfficiencySanitizer.cpp | 43 +++++++++++++++++-----
1 file changed, 34 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 22ae7c6 Add #include <cstdio> to unbreak build (missing definition of [...]
new 62b3eec [ESan][MIPS] Adds support for MIPS64
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/config-ix.cmake | 2 +-
lib/esan/esan.cpp | 8 ++
lib/esan/esan.h | 1 +
lib/esan/esan_linux.cpp | 2 +-
lib/esan/esan_shadow.h | 134 +++++++++++++++++----
lib/sanitizer_common/CMakeLists.txt | 4 +
lib/sanitizer_common/sanitizer_linux.cc | 4 +-
lib/sanitizer_common/sanitizer_linux.h | 2 +-
lib/sanitizer_common/sanitizer_linux_mips64.S | 23 ++++
.../sanitizer_platform_limits_posix.h | 8 ++
test/esan/TestCases/verbose-simple.c | 18 +--
test/esan/lit.cfg | 2 +-
test/lit.common.cfg | 3 +
13 files changed, 175 insertions(+), 36 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_linux_mips64.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 80fedcb [SimplifyCFG] Update workaround for PR30188 to also include loads
new e50466a [SimplifyCFG] Followup fix to r280790
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/Utils/SimplifyCFG.cpp | 4 +++-
1 file changed, 3 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 lldb.
from 7eb99c4 Revert "Fix tests on Windows."
new ada4788 Fix unittest compilation 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:
unittests/Host/SymbolsTest.cpp | 3 ++-
unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp | 1 -
unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp | 1 -
unittests/Process/gdb-remote/GDBRemoteTestUtils.h | 3 ++-
4 files changed, 4 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 40fa86f [SimplifyCFG] Check PHI uses more accurately
new 1317eef [CMake] Use CMake's default RPATH for the unit tests
new 80fedcb [SimplifyCFG] Update workaround for PR30188 to also include loads
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/Utils/SimplifyCFG.cpp | 9 ++++++--
test/Transforms/SimplifyCFG/sink-common-code.ll | 29 +++++++++++++++++++++++++
unittests/CMakeLists.txt | 8 +++----
3 files changed, 39 insertions(+), 7 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 c6bc837 [SH] Move definitions for atomic models to sh.h from sh-protos.h.
new b55f1f4 2016-09-07 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
.../{c-c++-common/vector-subscript-8.c => gcc.dg/pr77450.c} | 1 +
2 files changed, 7 insertions(+)
rename gcc/testsuite/{c-c++-common/vector-subscript-8.c => gcc.dg/pr77450.c} (76%)
--
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 21c68fa [PowerPC] Fix address-offset folding for plain addi
new 40fa86f [SimplifyCFG] Check PHI uses more accurately
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/Utils/SimplifyCFG.cpp | 4 +++-
test/Transforms/SimplifyCFG/sink-common-code.ll | 25 +++++++++++++++++++++++++
2 files 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 fortran-dev
in repository gcc.
from c20048d Merge trunk r144975 bis r184995 to branch
new d584033 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 | 16 ++++++++
gcc/fortran/trans-array.c | 50 ++++++++++++++++++++++---
gcc/fortran/trans-expr.c | 17 +++++++--
gcc/fortran/trans-io.c | 37 ++++++++++++------
gcc/testsuite/ChangeLog.fortran-dev | 8 ++++
gcc/testsuite/gfortran.dg/array_section_2.f90 | 6 ---
gcc/testsuite/gfortran.dg/class_allocate_14.f90 | 8 ----
gcc/testsuite/gfortran.dg/iso-ts-29113_2.f90 | 1 -
gcc/testsuite/gfortran.dg/pr32921.f | 8 +---
libgfortran/ChangeLog.fortran-dev | 5 +++
libgfortran/gfortran.map | 2 +-
libgfortran/io/transfer.c | 28 ++++++++------
12 files changed, 130 insertions(+), 56 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 7840500 AVX512F: FMA intrinsic + FNEG - sequence optimization
new 21c68fa [PowerPC] Fix address-offset folding for plain addi
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/PPCISelDAGToDAG.cpp | 53 +++++++++++++++++++++++---------
test/CodeGen/PowerPC/addi-offset-fold.ll | 40 ++++++++++++++++++++++++
2 files changed, 78 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/PowerPC/addi-offset-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 clang.
from 0d385d2 Fix clang's handling of the copy performed in the second phas [...]
new 9923b76 Fix whitespace issues
new f144d8b OpenCL: Defining __ENDIAN_LITTLE__ and fix target endianness
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/clang/Basic/TargetInfo.h | 1 +
lib/Basic/TargetInfo.cpp | 2 +-
lib/Basic/Targets.cpp | 24 +++---------------------
lib/CodeGen/TargetInfo.cpp | 3 +--
lib/Frontend/InitPreprocessor.cpp | 3 +++
test/Preprocessor/init.c | 1 +
6 files changed, 10 insertions(+), 24 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 7b08b56 Simplify a boolean expression by using the De Morgan's law.
new 72a1a2f Support ABSOLUE keyword in symbol assignments
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 | 69 +++++++++++++++++++++----------
ELF/LinkerScript.h | 6 ++-
test/ELF/linkerscript/symbols-synthetic.s | 17 +++++---
3 files changed, 62 insertions(+), 30 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 1da68f6 AMDGPU: Make some scalar instructions commutable
new 7840500 AVX512F: FMA intrinsic + FNEG - sequence optimization
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 | 192 +++++++++++++++++++----------------
test/CodeGen/X86/fma-fneg-combine.ll | 35 +++----
2 files changed, 117 insertions(+), 110 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.
from 27d45c3 gcc/ Backport from trunk r236632. 2016-05-24 Richard Sand [...]
new 651a533 gcc/testsuite/ Backport from trunk r239609. 2016-08-19 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/testsuite/gcc.dg/cpp/warn-undef-2.c | 2 +-
gcc/testsuite/gcc.dg/cpp/warn-undef.c | 2 +-
libcpp/expr.c | 2 +-
3 files changed, 3 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 774415b Remove unnecessary call to getAllocatableRegClass
new 1da68f6 AMDGPU: Make some scalar instructions commutable
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/AMDGPU/SOPInstructions.td | 11 +++++++++--
1 file changed, 9 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 4cf44f1 [X86] Add hasSideEffects=0 to some instructions.
new 774415b Remove unnecessary call to getAllocatableRegClass
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/SelectionDAG/InstrEmitter.cpp | 24 +++++++++++++++---------
lib/Target/AMDGPU/SIRegisterInfo.h | 7 -------
lib/Target/AMDGPU/SIRegisterInfo.td | 6 ++++--
3 files changed, 19 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 llvm.
from 4ccc33a Revert "CodeGen: ensure that libcalls are always AAPCS CC"
new 83d6e11 [AVX-512] Add support for commuting masked instructions in fi [...]
new 4cf44f1 [X86] Add hasSideEffects=0 to some instructions.
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/X86InstrAVX512.td | 1 +
lib/Target/X86/X86InstrInfo.cpp | 24 ++++++++++++-
lib/Target/X86/X86InstrSSE.td | 7 ++--
test/CodeGen/X86/stack-folding-fp-avx512.ll | 52 +++++++++++++++++++++++++++++
4 files changed, 80 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 gcc.
from 2a39479 Daily bump.
new c6bc837 [SH] Move definitions for atomic models to sh.h from sh-protos.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:
gcc/ChangeLog | 12 ++++++++++
gcc/config/sh/sh-protos.h | 53 -------------------------------------------
gcc/config/sh/sh.h | 57 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 69 insertions(+), 53 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 libcxx.
from ac655ef Fix PR#30303 - no matching function for call to '__ptr_in_range'
new 3a3836f Avoid compile error by giving the test type a user defined de [...]
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:
.../optional.object/optional.object.assign/assign_value.pass.cpp | 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 libcxx.
from db4d7e9 Improve constexpr tests for std::any
new ac655ef Fix PR#30303 - no matching function for call to '__ptr_in_range'
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/string | 8 +++++++-
.../string.modifiers/string_append/iterator.pass.cpp | 9 +++++++++
.../string.modifiers/string_assign/iterator.pass.cpp | 9 +++++++++
.../string.modifiers/string_insert/iter_iter_iter.pass.cpp | 8 ++++++++
.../string_replace/iter_iter_iter_iter.pass.cpp | 14 ++++++++++++++
5 files changed, 47 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 36a0b39 Fix typo in comment, NFC
new 4ccc33a Revert "CodeGen: ensure that libcalls are always AAPCS CC"
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/TargetLoweringBase.cpp | 13 +--
test/CodeGen/ARM/arm32-rounding.ll | 85 +++++++++---------
test/CodeGen/ARM/tail-call-builtin.ll | 23 +++--
test/CodeGen/Thumb2/float-intrinsics-double.ll | 119 ++++++++++++-------------
test/CodeGen/Thumb2/float-intrinsics-float.ll | 115 ++++++++++++------------
test/CodeGen/Thumb2/float-ops.ll | 5 +-
6 files changed, 178 insertions(+), 182 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 libcxx.
from b9231a2 Fix PR30260 - optional<const T> not working.
new db4d7e9 Improve constexpr tests for std::any
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:
.../utilities/any/any.class/any.cons/default.pass.cpp | 18 +++++++++---------
1 file 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.
Ryan Arnold pushed a change to branch abe-make-release-test
in repository toolchain/abe.
from 54a8cd8 scripts/MakeRelease.job: append GCC version to fileserver upl [...]
new 469c7ac MakeRelease.job should fail if 'date' isn't set or --release [...]
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:
scripts/MakeRelease.job | 3 +++
1 file changed, 3 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.
from 5fbaf12 [scan-build-py] Increase precision of timestamp in report dir [...]
new 0d385d2 Fix clang's handling of the copy performed in the second phas [...]
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/SemaInit.cpp | 225 ++++++++++-----------
.../dcl.init/dcl.init.ref/p5-cxx03-extra-copy.cpp | 6 +-
test/CXX/drs/dr0xx.cpp | 6 +-
test/CXX/drs/dr1xx.cpp | 2 +-
test/CodeGenCXX/copy-constructor-elim-2.cpp | 20 ++
test/SemaCXX/conditional-expr.cpp | 2 +-
test/SemaCXX/copy-initialization.cpp | 11 +-
test/SemaCXX/cxx0x-initializer-constructor.cpp | 5 +-
test/SemaCXX/cxx11-inheriting-ctors.cpp | 32 ++-
test/SemaCXX/cxx98-compat-flags.cpp | 2 +-
test/SemaCXX/cxx98-compat-pedantic.cpp | 2 +-
11 files changed, 180 insertions(+), 133 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 libcxx.
from 01609af Enable installation of libc++experimental by default.
new b9231a2 Fix PR30260 - optional<const T> not working.
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/experimental/optional | 33 +++++++++++++---------
.../optional.object.assign/assign_value.pass.cpp | 13 +++++++++
.../optional.object.assign/copy.pass.cpp | 12 ++++++++
.../optional.object.assign/emplace.pass.cpp | 6 ++++
.../emplace_initializer_list.pass.cpp | 11 ++++++++
.../optional.object.assign/move.pass.cpp | 12 ++++++++
.../optional.object.ctor/copy.pass.cpp | 10 +++++++
.../optional.object.ctor/move.pass.cpp | 21 ++++++++++++++
.../optional.object.swap/swap.pass.cpp | 9 ++++++
9 files changed, 113 insertions(+), 14 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 5c494e7 [LTO] Rename variables to be more explicative.
new 36a0b39 Fix typo in comment, 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/EarlyCSE.cpp | 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 libcxx.
from 636dd5b Improve CMake output when registering benchmarks
new 01609af Enable installation of libc++experimental by default.
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:
CMakeLists.txt | 5 ++++-
docs/BuildingLibcxx.rst | 2 +-
2 files changed, 5 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 19c8b5e [opt] Remove an unused argument to runPassPipeline().
new 5c494e7 [LTO] Rename variables to be more explicative.
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/LTO/LTOBackend.cpp | 59 +++++++++++++++++++++++++-------------------------
1 file changed, 30 insertions(+), 29 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 libcxx.
from dbf60fa Try 2 - Remove <cstdlib> include from `<exception>`
new 636dd5b Improve CMake output when registering benchmarks
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:
benchmarks/CMakeLists.txt | 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 llvm.
from 8eddc0f Re-add "Make FieldList records print as a YAML sequence"
new 19c8b5e [opt] Remove an unused argument to runPassPipeline().
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:
tools/opt/NewPMDriver.cpp | 2 +-
tools/opt/NewPMDriver.h | 2 +-
tools/opt/opt.cpp | 2 +-
3 files changed, 3 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 gcc.
from 7d48204 Fix dates on changelog
new 2a39479 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from d0f4f95 2016-09-07 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new 959caeb Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from bb19617 2016-09-07 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new df0d377 Daily bump.
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/DATESTAMP | 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.
Ryan Arnold pushed a change to branch abe-make-release-test
in repository toolchain/abe.
at 54a8cd8 scripts/MakeRelease.job: append GCC version to fileserver upl [...]
This branch includes the following new commits:
new 54a8cd8 scripts/MakeRelease.job: append GCC version to fileserver upl [...]
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.
Ryan Arnold pushed a change to annotated tag linaro-6.1-2016.08-rc2
in repository toolchain/gcc.
at 25d2d28 (tag)
tagging ddfc2d4c5f820bcf48b5afcd666fef905dcf6e8a (commit)
replaces linaro-6.1-2016.08-rc1
tagged by Ryan S. Arnold
on Tue Sep 6 19:15:07 2016 -0500
- Log -----------------------------------------------------------------
Linaro GCC Release Candidate 6.1-2016.08-rc2
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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 4295e28 new-ui command: gdb internal errors if input is already pending
new 3614411 Automatic date update in version.in
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/version.h | 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 gdb-7.12-branch
in repository binutils-gdb.
from f9a7ee1 new-ui command: gdb internal errors if input is already pending
new 073df7b Automatic date update in version.in
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/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from 3cb2b3d Fix PR ld/20545 - relaxation bugs in avr backend
new 2b304bd Automatic date update in version.in
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/version.h | 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.
Ryan Arnold pushed a change to annotated tag linaro-6.1-2016.08-rc2
in repository toolchain/gcc.
*** WARNING: tag linaro-6.1-2016.08-rc2 was deleted! ***
tag was 915fa12
The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
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 linaro-local/releases/linaro-6.1-2016.08
in repository toolchain/gcc.
from 9051b7c gcc/ * LINARO-VERSION: Bump version number, post release ca [...]
adds 82c3a18 Make Linaro GCC Release Candidate 6.1-2016.08-rc2.
new 4aaf125 gcc/ * LINARO-VERSION: Bump version number, post release ca [...]
new ddfc2d4 Merge branch 'linaro-local/releases/linaro-6.1-2016.08' of ht [...]
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/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.
unknown user pushed a change to branch master
in repository llvm.
from 8d0ebe9 [DAGCombine] More fixups to SETCC legality checking (visitAND [...]
new 8eddc0f Re-add "Make FieldList records print as a YAML sequence"
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/DebugInfo/PDB/pdbdump-yaml-types.test | 2174 ++++++++++++++--------------
tools/llvm-pdbdump/CodeViewYaml.cpp | 42 +
tools/llvm-pdbdump/CodeViewYaml.h | 10 +-
tools/llvm-pdbdump/PdbYaml.h | 1 -
4 files changed, 1138 insertions(+), 1089 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 faabfd1 clang-format: [JS] whitespace required between ! and as.
new 5fbaf12 [scan-build-py] Increase precision of timestamp in report dir [...]
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:
tools/scan-build-py/libscanbuild/report.py | 4 +++-
tools/scan-build-py/tests/unit/test_report.py | 13 +++++++++++++
2 files changed, 16 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.
Ryan Arnold pushed a change to annotated tag linaro-6.1-2016.08-rc2
in repository toolchain/gcc.
at 915fa12 (tag)
tagging 82c3a181aab657c0ba95b32fce6706a4209f74bc (commit)
replaces linaro-6.1-2016.08-rc1
tagged by Ryan S. Arnold
on Tue Sep 6 16:19:11 2016 -0500
- Log -----------------------------------------------------------------
Linaro GCC Release Candidate 6.1-2016.08-rc2
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 82c3a18 Make Linaro GCC Release Candidate 6.1-2016.08-rc2.
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.