This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ef3b531c 2016-09-07 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new 45b4ec5 2016-09-06 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 7d48204 Fix dates on changelog
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/fmt_f0_2.f90 | 4 ----
gcc/testsuite/gfortran.dg/fmt_f0_3.f90 | 23 +++++++++++++++++++++++
libgfortran/ChangeLog | 7 +++++++
libgfortran/io/write_float.def | 7 +++++++
5 files changed, 43 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/fmt_f0_3.f90
--
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 423e0ff [llvm-cov] Use colors consistently in the summary
new 8d0ebe9 [DAGCombine] More fixups to SETCC legality checking (visitAND [...]
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/DAGCombiner.cpp | 74 +++++++++++++++++++------------
test/CodeGen/PowerPC/setcclike-or-comb.ll | 31 +++++++++++++
2 files changed, 77 insertions(+), 28 deletions(-)
create mode 100644 test/CodeGen/PowerPC/setcclike-or-comb.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 5431231 Explicitly require DominatorTreeAnalysis pass for instsimplify pass.
new ff7a0df [llvm-cov] Clean up the summary class, delete dead code (NFC)
new 423e0ff [llvm-cov] Use colors consistently in the summary
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:
tools/llvm-cov/CodeCoverage.cpp | 2 +-
tools/llvm-cov/CoverageReport.cpp | 171 +++++++++++++++++++-------------------
tools/llvm-cov/CoverageReport.h | 9 +-
3 files changed, 91 insertions(+), 91 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 ccb2710 Fix shared library build.
new 7b08b56 Simplify a boolean expression by using the De Morgan's law.
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 | 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 ddacf2e Automatic date update in version.in
new 751b0f7 Introduce make_cleanup_restore_current_ui
new f9a7ee1 new-ui command: gdb internal errors if input is already pending
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:
gdb/ChangeLog | 17 +++
gdb/event-top.c | 14 ++-
gdb/infcall.c | 2 +-
gdb/infrun.c | 2 +-
gdb/testsuite/ChangeLog | 9 ++
.../new-ui-pending-input.c} | 7 +-
gdb/testsuite/gdb.base/new-ui-pending-input.exp | 123 +++++++++++++++++++++
gdb/testsuite/lib/gdb.exp | 22 +++-
gdb/top.c | 13 ++-
gdb/top.h | 4 +-
10 files changed, 199 insertions(+), 14 deletions(-)
copy gdb/testsuite/{gdb.mi/new-ui-mi-sync.c => gdb.base/new-ui-pending-input.c} (92%)
create mode 100644 gdb/testsuite/gdb.base/new-ui-pending-input.exp
--
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 9e39b86 Fix tests on Windows.
new 7eb99c4 Revert "Fix tests 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:
packages/Python/lldbsuite/test/make/Makefile.rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository test-suite.
from d671bed [test-suite] Simplify test executable name generation.
new e9d024c [test-suite] Added CMake files for external CUDA 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:
External/CMakeLists.txt | 1 +
External/CUDA/CMakeLists.txt | 275 +++++++++++++++++++++
External/CUDA/README | 55 +++++
External/CUDA/axpy.cu | 37 +++
External/CUDA/axpy.reference_output | 5 +
External/CUDA/empty.cu | 1 +
.../empty.reference_output} | 0
cmake/modules/TestFile.cmake | 2 +
8 files changed, 376 insertions(+)
create mode 100644 External/CUDA/CMakeLists.txt
create mode 100644 External/CUDA/README
create mode 100644 External/CUDA/axpy.cu
create mode 100644 External/CUDA/axpy.reference_output
create mode 100644 External/CUDA/empty.cu
copy External/{skidmarks10/skidmarks.reference_output => CUDA/empty.reference_outp [...]
--
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 39370ea PR target/69255 * config/i386/i386.c (ix86_expand_builtin): [...]
new ef3b531c 2016-09-07 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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 | 9 +++++++++
gcc/testsuite/g++.dg/debug/dwarf2/imported-decl-2.C | 2 +-
gcc/testsuite/g++.dg/debug/dwarf2/template-params-12g.C | 2 +-
3 files changed, 11 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 gcc-6-branch
in repository gcc.
from 6c7e5e3 Backport from mainline 2016-09-05 Uros Bizjak <ubizjak@gm [...]
new d0f4f95 2016-09-07 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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/g++.dg/debug/dwarf2/imported-decl-2.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 gcc-5-branch
in repository gcc.
from 1e29c36 * gfortran.dg/c_by_val_1.f: Correct the call to c_to_c and c_to_c8.
new bb19617 2016-09-07 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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/g++.dg/debug/dwarf2/imported-decl-2.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 84f34c0 [llvm-cov] Add the project summary to the text coverage repor [...]
new 5431231 Explicitly require DominatorTreeAnalysis pass for instsimplify pass.
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/SimplifyInstructions.cpp | 11 ++++++-----
1 file changed, 6 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 lldb.
from bfdbeba Put the LLVM_ALIGNAS directive in the right place.
new 9e39b86 Fix tests 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:
packages/Python/lldbsuite/test/make/Makefile.rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from ff5e78a Reverted r280435 per outside dependencies on old behavior.
new 07405b6 Downgrade tsan_analyze step to warnings to fix the bot
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:
zorg/buildbot/builders/sanitizers/buildbot_standard.sh | 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 lldb.
from 7429597 Make LLDB compile on Windows after the reformat.
new bfdbeba Put the LLVM_ALIGNAS directive in the right place.
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:
source/Plugins/Process/Utility/RegisterContext_x86.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from d2d7b10 Reorder FreeBSD Host.cpp #includes to fix build
new 7429597 Make LLDB compile on Windows after the reformat.
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/lldb/Host/windows/AutoHandle.h | 2 ++
source/Plugins/Process/Utility/RegisterContext_x86.h | 10 ++++++++--
2 files changed, 10 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 fec7b48 Avoid using alignas and constexpr.
new 84f34c0 [llvm-cov] Add the project summary to the text coverage repor [...]
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/tools/llvm-cov/native_separators.c | 5 +++++
test/tools/llvm-cov/showTemplateInstantiations.cpp | 6 +++---
tools/llvm-cov/CodeCoverage.cpp | 2 +-
tools/llvm-cov/SourceCoverageView.cpp | 9 +++++++++
tools/llvm-cov/SourceCoverageView.h | 3 +++
tools/llvm-cov/SourceCoverageViewHTML.cpp | 7 +------
tools/llvm-cov/SourceCoverageViewText.cpp | 4 ++--
7 files changed, 24 insertions(+), 12 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 lldb.
from a015ff5 *** This commit represents a complete reformatting of the LLD [...]
new d2d7b10 Reorder FreeBSD Host.cpp #includes to fix build
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:
source/Host/freebsd/Host.cpp | 14 ++++++++------
1 file changed, 8 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 libcxx.
from 1cfabe4 Revert r280743 and r280745. Remove <cstdlib> include from `<e [...]
new dbf60fa Try 2 - Remove <cstdlib> include from `<exception>`
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/exception | 4 ----
include/new | 3 +++
include/stdexcept | 3 +++
include/typeinfo | 3 +++
4 files changed, 9 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 libcxx.
from 16f953f Add missing <cstdlib> include. Sorry about the bot breakage
new 1cfabe4 Revert r280743 and r280745. Remove <cstdlib> include from `<e [...]
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/exception | 4 ++++
include/typeinfo | 1 -
2 files changed, 4 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 lld.
from e8be913 Use the demangler in llvm.
new ccb2710 Fix shared library build.
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/CMakeLists.txt | 1 +
lib/ReaderWriter/MachO/CMakeLists.txt | 1 +
2 files changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from b5793ea gcc/ Backport from trunk r239528. 2016-08-17 Thomas Preud [...]
new 27d45c3 gcc/ Backport from trunk r236632. 2016-05-24 Richard Sand [...]
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.dg/vect/vect-load-lanes-peeling-1.c | 13 +++++++++++
gcc/tree-vect-stmts.c | 25 +++++++++++-----------
2 files changed, 25 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-load-lanes-peeling-1.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from a771dd6 gcc/ Backport from trunk r238960. 2016-08-01 Wilco Dijkst [...]
new b5793ea gcc/ Backport from trunk r239528. 2016-08-17 Thomas Preud [...]
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/config/arm/t-aprofile | 48 +++++++++++++++++++++--------------------------
1 file changed, 21 insertions(+), 27 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.
christophe.lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from d8255a0 build-linux: support configuration parameter.
new a7c20cf build-linux.sh: Remove spurious debug code.
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:
build-linux.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from dd90671 gcc/ Backport from trunk r238346. 2016-07-14 Thomas Preud [...]
new a771dd6 gcc/ Backport from trunk r238960. 2016-08-01 Wilco Dijkst [...]
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/config/aarch64/aarch64.c | 359 +++++++++++------------
gcc/config/aarch64/aarch64.h | 28 +-
gcc/testsuite/gcc.target/aarch64/test_frame_10.c | 7 +-
gcc/testsuite/gcc.target/aarch64/test_frame_12.c | 4 +-
gcc/testsuite/gcc.target/aarch64/test_frame_13.c | 5 +-
gcc/testsuite/gcc.target/aarch64/test_frame_15.c | 5 +-
gcc/testsuite/gcc.target/aarch64/test_frame_16.c | 25 ++
gcc/testsuite/gcc.target/aarch64/test_frame_6.c | 8 +-
gcc/testsuite/gcc.target/aarch64/test_frame_7.c | 7 +-
gcc/testsuite/gcc.target/aarch64/test_frame_8.c | 4 +-
10 files changed, 231 insertions(+), 221 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/test_frame_16.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 0d03274 gcc/ Backport from trunk r239859. 2016-08-30 Szabolcs Nag [...]
new dd90671 gcc/ Backport from trunk r238346. 2016-07-14 Thomas Preud [...]
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/lra-constraints.c | 61 +++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 49 insertions(+), 12 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 c87867f [AMDGPU] Wave and register controls
new fec7b48 Avoid using alignas and constexpr.
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/Demangle/ItaniumDemangle.cpp | 141 ++-------------------------------------
1 file changed, 5 insertions(+), 136 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 ryan_arnold/rngen
in repository toolchain/tcwg-release-tools.
from 2e634bb Move 'cd' context out of linaropy/git/gitrepo.py into linaropy/cd.py
new 86dce83 linaropy/series.py: Validate that 'rcN' is an integer when cr [...]
new 0c5d8bc rn.py: Fix rn_template.log() invocation.
new fefa752 rn.py: If jinja can't generate output, print exception and le [...]
new a4102e7 Move prompt for csv file out or rngen.py into rn.py.
new 3cde4a2 Reorder code so user is only asked once each iteration if the [...]
The 5 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:
linaropy/rn/rngen.py | 6 ++----
linaropy/series.py | 7 ++++---
rn.py | 25 +++++++++++++++----------
3 files changed, 21 insertions(+), 17 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 binutils-gdb.
from 22d6c51 Do not pass host compiler sanitization flags on to linker testsuite.
new d8457a0 Resolve size relocation with copy relocation
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/ChangeLog | 6 ++++++
bfd/elf64-x86-64.c | 4 +++-
ld/ChangeLog | 8 ++++++++
ld/testsuite/ld-x86-64/pr20550a.s | 6 ++++++
ld/testsuite/ld-x86-64/pr20550b.s | 10 ++++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 6 ++++++
6 files changed, 39 insertions(+), 1 deletion(-)
create mode 100644 ld/testsuite/ld-x86-64/pr20550a.s
create mode 100644 ld/testsuite/ld-x86-64/pr20550b.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 gcc.
from f9b3f70 PR c/77336 - -Wsuggest-attribute=format warning overly simplistic
new 39370ea PR target/69255 * config/i386/i386.c (ix86_expand_builtin): [...]
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 | 6 ++++++
gcc/config/i386/i386.c | 2 +-
gcc/testsuite/ChangeLog | 9 ++++++++-
gcc/testsuite/gcc.target/i386/pr69255-1.c | 17 +++++++++++++++++
gcc/testsuite/gcc.target/i386/pr69255-2.c | 17 +++++++++++++++++
gcc/testsuite/gcc.target/i386/pr69255-3.c | 17 +++++++++++++++++
6 files changed, 66 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr69255-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69255-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69255-3.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2ec1430 AMDGPU/SI: Teach SIInstrInfo::FoldImmediate() to fold immedia [...]
new fe2ae4c Try to fix a circular dependency in the modules build.
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 | 1 +
lib/CMakeLists.txt | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 7fa8b78 Remove unneeded includes in <exception> after removing __libc [...]
new 16f953f Add missing <cstdlib> include. Sorry about the bot breakage
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/typeinfo | 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/release-notes.
from 43f9302 Correct news block indentation macro.
new 8de98e1 make urlind have spaces after a url.
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/binaries/macros | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6b15e98 Fix ItaniumDemangle.cpp build with MSVC 2013
new 9493fa9 AMDGPU : Add XNACK feature to GPUs that support it.
new 2ec1430 AMDGPU/SI: Teach SIInstrInfo::FoldImmediate() to fold immedia [...]
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/Processors.td | 4 ++--
lib/Target/AMDGPU/SIInstrInfo.cpp | 29 +++++++++++++++++++++++++++--
lib/Target/AMDGPU/SOPInstructions.td | 3 ++-
test/CodeGen/AMDGPU/flat-scratch-reg.ll | 3 ++-
4 files changed, 33 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 libcxx.
from d979eed Fix Bug 30240 - std::string: append(first, last) error when a [...]
new 7fa8b78 Remove unneeded includes in <exception> after removing __libc [...]
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/exception | 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-tools-extra.
from a651021 [Release notes] Fix links.
new 9788cd7 [include-fixer] Fix some Clang-tidy modernize-use-override an [...]
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/FindAllSymbolsAction.cpp | 4 ++++
include-fixer/find-all-symbols/FindAllSymbolsAction.h | 8 +++++---
2 files changed, 9 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 f73cd14 [llvm-cov] Add the "Go to first unexecuted line" feature.
new 6b15e98 Fix ItaniumDemangle.cpp build with MSVC 2013
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/Demangle/ItaniumDemangle.cpp | 37 +++++++++++++++++++------------------
1 file 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 102e8d5 [AArch64] Adjust the scheduling model for Exynos M1.
new f73cd14 [llvm-cov] Add the "Go to first unexecuted line" feature.
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/tools/llvm-cov/native_separators.c | 6 ++++++
test/tools/llvm-cov/showProjectSummary.cpp | 5 +++--
tools/llvm-cov/SourceCoverageView.cpp | 25 ++++++++++++++++++++++++-
tools/llvm-cov/SourceCoverageView.h | 6 +++++-
tools/llvm-cov/SourceCoverageViewHTML.cpp | 15 ++++++++++++---
tools/llvm-cov/SourceCoverageViewHTML.h | 3 ++-
tools/llvm-cov/SourceCoverageViewText.cpp | 3 ++-
tools/llvm-cov/SourceCoverageViewText.h | 3 ++-
8 files changed, 56 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 test-suite.
from 20e0be9 [PowerPC] Actually add -faltivec for UnitTests/Vector/Altivec
new d671bed [test-suite] Simplify test executable name generation.
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:
Bitcode/simd_ops/CMakeLists.txt | 6 +-
.../Benchmarks/Shootout-C++/CMakeLists.txt | 3 +-
.../Benchmarks/Shootout-C++/EH/CMakeLists.txt | 2 +-
SingleSource/Benchmarks/Shootout/CMakeLists.txt | 3 +-
SingleSource/Regression/C++/CMakeLists.txt | 3 +-
SingleSource/Regression/C++/EH/CMakeLists.txt | 2 +-
SingleSource/Regression/C/CMakeLists.txt | 3 +-
SingleSource/UnitTests/Vector/CMakeLists.txt | 3 +-
SingleSource/UnitTests/Vector/NEON/CMakeLists.txt | 3 +-
SingleSource/UnitTests/Vector/SSE/CMakeLists.txt | 2 +-
cmake/modules/SingleMultiSource.cmake | 104 ++++++++++++++-------
11 files changed, 81 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 gcc.
from 8882041 * gfortran.dg/c_by_val_1.f: Correct the call to c_to_c and c_to_c8.
new f9b3f70 PR c/77336 - -Wsuggest-attribute=format warning overly simplistic
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/c-family/ChangeLog | 7 +++++++
gcc/c-family/c-format.c | 16 +++++++++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/format/miss-7.c | 36 ++++++++++++++++++++++++++++++++++++
4 files changed, 61 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/format/miss-7.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 99f377b fix formatting; NFC
new ec44cfd Add an c++ itanium demangler to llvm.
new 25c97c0 [AArch64] Adjust the scheduling model for Exynos M1.
new edc04f3 [AArch64] Adjust the scheduling model for Exynos M1.
new 102e8d5 [AArch64] Adjust the scheduling model for Exynos M1.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
cmake/config-ix.cmake | 7 -
include/llvm/Config/config.h.cmake | 3 -
include/llvm/Demangle/Demangle.h | 28 +
lib/CMakeLists.txt | 1 +
lib/Demangle/CMakeLists.txt | 3 +
lib/Demangle/ItaniumDemangle.cpp | 4431 ++++++++++++++++++++
lib/{Support => Demangle}/LLVMBuild.txt | 2 +-
lib/LLVMBuild.txt | 1 +
lib/Support/LLVMBuild.txt | 1 +
lib/Support/Unix/Signals.inc | 10 +-
lib/Target/AArch64/AArch64SchedM1.td | 65 +-
test/CMakeLists.txt | 1 +
test/Demangle/lit.local.cfg | 1 +
test/Demangle/simple.test | 4 +
test/lit.cfg | 1 +
.../X86/macho-symbolized-disassembly.test | 5 +-
tools/llvm-cxxfilt/CMakeLists.txt | 7 +
tools/llvm-cxxfilt/llvm-cxxfilt.cpp | 29 +
tools/llvm-objdump/CMakeLists.txt | 1 +
tools/llvm-objdump/LLVMBuild.txt | 2 +-
tools/llvm-objdump/MachODump.cpp | 21 +-
21 files changed, 4553 insertions(+), 71 deletions(-)
create mode 100644 include/llvm/Demangle/Demangle.h
create mode 100644 lib/Demangle/CMakeLists.txt
create mode 100644 lib/Demangle/ItaniumDemangle.cpp
copy lib/{Support => Demangle}/LLVMBuild.txt (97%)
create mode 100644 test/Demangle/lit.local.cfg
create mode 100644 test/Demangle/simple.test
create mode 100644 tools/llvm-cxxfilt/CMakeLists.txt
create mode 100644 tools/llvm-cxxfilt/llvm-cxxfilt.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 lld.
from 90de09e [ELF] Add support for -no-gc-sections flag
new e8be913 Use the demangler in llvm.
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/Strings.cpp | 12 ++----------
lib/ReaderWriter/MachO/MachOLinkingContext.cpp | 9 ++-------
2 files changed, 4 insertions(+), 17 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 0859ba1 clang-format: [JS] ignore comments when wrapping returns.
new faabfd1 clang-format: [JS] whitespace required between ! and as.
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/Format/TokenAnnotator.cpp | 2 ++
unittests/Format/FormatTestJS.cpp | 1 +
2 files 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 12212b9 Modules: Fix an assertion in DeclContext::buildLookup.
new 0859ba1 clang-format: [JS] ignore comments when wrapping returns.
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/Format/TokenAnnotator.cpp | 7 ++++++-
unittests/Format/FormatTestJS.cpp | 2 ++
2 files changed, 8 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 branch releases/linaro-6.1-2016.08-rc1
in repository toolchain/release-notes.
from d71b267 Added missing gcc-linaro/6/README.textile for releases/linaro [...]
new b898954 Fix README.textile.series for releases/linaro-6.1-2016.08-rc1.
new 5d4f123 Regenerated Release Notes for linaro-GCC-6.1-2016.08-rc1.
new 5b5d35c make format("news") macro indent properly.
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:
components/toolchain/binaries/README.textile | 53 ++++++++++++++++++----
.../toolchain/binaries/README.textile.series | 44 ++++++++++++++++--
components/toolchain/binaries/macros | 9 ++--
components/toolchain/gcc-linaro/6/README.textile | 4 +-
4 files changed, 92 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 lld.
from 7616bd8 Add a comment.
new 90de09e [ELF] Add support for -no-gc-sections flag
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/Driver.cpp | 2 +-
ELF/Options.td | 3 +++
2 files changed, 4 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 4b3bd15 [MCTargetDesc] Delete dead code. Found by GCC7 -Wunused-function.
new 99f377b fix formatting; 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/InstCombine/InstCombineSelect.cpp | 33 ++++++++++--------------
1 file changed, 14 insertions(+), 19 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 f43724c Formatting with clang-format patch r280701
new 12212b9 Modules: Fix an assertion in DeclContext::buildLookup.
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/AST/DeclBase.cpp | 10 ++++++----
test/Modules/Inputs/lookup-assert/Base.h | 4 ++++
test/Modules/Inputs/lookup-assert/Derive.h | 3 +++
test/Modules/Inputs/lookup-assert/H3.h | 1 +
test/Modules/Inputs/lookup-assert/module.map | 4 ++++
test/Modules/lookup-assert.m | 10 ++++++++++
6 files changed, 28 insertions(+), 4 deletions(-)
create mode 100644 test/Modules/Inputs/lookup-assert/Base.h
create mode 100644 test/Modules/Inputs/lookup-assert/Derive.h
create mode 100644 test/Modules/Inputs/lookup-assert/H3.h
create mode 100644 test/Modules/Inputs/lookup-assert/module.map
create mode 100644 test/Modules/lookup-assert.m
--
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 3693f11 Fix comment formatting for DebugInfoFlags.def
new 4b3bd15 [MCTargetDesc] Delete dead code. Found by GCC7 -Wunused-function.
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/Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp | 17 -----------------
1 file changed, 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.