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.