This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f1022e2 Don't copy replacements in for-range loop. NFC.
new 472fc9d Remove unused diagnostics. 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:
include/clang/Basic/DiagnosticSemaKinds.td | 5 -----
1 file changed, 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 clang-tools-extra.
from 76840dd [clang-move] Move using-decl in old cc.
new 2868005 [clang-tidy] Add cert-err09-cpp check alias.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
clang-tidy/cert/CERTTidyModule.cpp | 2 ++
docs/clang-tidy/checks/{cert-err61-cpp.rst => cert-err09-cpp.rst} | 6 +++---
docs/clang-tidy/checks/list.rst | 1 +
docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst | 1 +
4 files changed, 7 insertions(+), 3 deletions(-)
copy docs/clang-tidy/checks/{cert-err61-cpp.rst => cert-err09-cpp.rst} (67%)
--
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 df49954 [cmake] Use LLVM_CMAKE_PATH for GetSVN script
new f337d8c Minidump plugin: functions parsing memory structures and filt [...]
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/minidump/MinidumpParser.cpp | 200 +++++++++++++++++++++
source/Plugins/Process/minidump/MinidumpParser.h | 24 +++
source/Plugins/Process/minidump/MinidumpTypes.cpp | 57 ++++++
source/Plugins/Process/minidump/MinidumpTypes.h | 77 ++++++++
unittests/Process/minidump/CMakeLists.txt | 4 +-
.../Process/minidump/Inputs}/fizzbuzz_wow64.dmp | Bin
.../minidump/Inputs/linux-x86_64_not_crashed.dmp | Bin 0 -> 63744 bytes
unittests/Process/minidump/MinidumpParserTest.cpp | 104 ++++++++++-
8 files changed, 464 insertions(+), 2 deletions(-)
copy {packages/Python/lldbsuite/test/functionalities/postmortem/wow64_minidump => [...]
create mode 100644 unittests/Process/minidump/Inputs/linux-x86_64_not_crashed.dmp
--
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 5a83557 [ELF] Add "error" and "warning" prefixes to linker messages
new 3995023 Add a faster binary search.
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/InputSection.cpp | 15 ++++++++++++++-
1 file changed, 14 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 clang-tools-extra.
from 935b4fc Don't copy replacements in for-range loop. NFC.
new 76840dd [clang-move] Move using-decl in old 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:
clang-move/ClangMove.cpp | 41 +++++++++++++++++---------
test/clang-move/Inputs/multiple_class_test.cpp | 12 ++++++++
test/clang-move/move-multiple-classes.cpp | 25 +++++++++++++++-
3 files changed, 63 insertions(+), 15 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 bca3cda Add Chrono.h - std::chrono support header
new 4a9c407 [Sparc][LEON] Detects an erratum on UT699 LEON 3 processors i [...]
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/Sparc/LeonFeatures.td | 8 ++++
lib/Target/Sparc/LeonPasses.cpp | 45 +++++++++++++++++++++++
lib/Target/Sparc/LeonPasses.h | 14 +++++++
lib/Target/Sparc/SparcSubtarget.cpp | 1 +
lib/Target/Sparc/SparcSubtarget.h | 2 +
lib/Target/Sparc/SparcTargetMachine.cpp | 3 ++
test/CodeGen/SPARC/LeonDetectRoundChangePassUT.ll | 22 +++++++++++
7 files changed, 95 insertions(+)
create mode 100644 test/CodeGen/SPARC/LeonDetectRoundChangePassUT.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 556bf4b Reapply r284571 (with the new tests fixed).
new bca3cda Add Chrono.h - std::chrono support header
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/Support/Chrono.h | 55 ++++++++++++++++++++++++++
include/llvm/Support/TimeValue.h | 11 ++++++
lib/Support/CMakeLists.txt | 1 +
lib/Support/Chrono.cpp | 47 ++++++++++++++++++++++
lib/Support/TimeValue.cpp | 17 ++++----
lib/Support/Unix/TimeValue.inc | 54 -------------------------
lib/Support/Windows/TimeValue.inc | 61 ----------------------------
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/Chrono.cpp | 79 +++++++++++++++++++++++++++++++++++++
unittests/Support/TimeValueTest.cpp | 10 +++++
10 files changed, 212 insertions(+), 124 deletions(-)
create mode 100644 include/llvm/Support/Chrono.h
create mode 100644 lib/Support/Chrono.cpp
delete mode 100644 lib/Support/Unix/TimeValue.inc
delete mode 100644 lib/Support/Windows/TimeValue.inc
create mode 100644 unittests/Support/Chrono.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 gcc.
from 7c72767 * omp-low.c (pass_oacc_device_lower::gate): New method. (ex [...]
new e066ee6 * gcc.dg/Wvla-1.c: Rename to... * gcc.dg/Wvla-larger-than-1 [...]
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 | 11 ++++
gcc/testsuite/gcc.dg/{Wvla-3.c => Walloca-11.c} | 0
gcc/testsuite/gcc.dg/Wvla-1.c | 25 +-------
gcc/testsuite/gcc.dg/Wvla-2.c | 71 +---------------------
gcc/testsuite/gcc.dg/Wvla-3.c | 13 +---
gcc/testsuite/gcc.dg/{wvla-4.c => Wvla-4.c} | 0
gcc/testsuite/gcc.dg/{wvla-5.c => Wvla-5.c} | 0
gcc/testsuite/gcc.dg/{wvla-6.c => Wvla-6.c} | 0
gcc/testsuite/gcc.dg/{wvla-7.c => Wvla-7.c} | 0
.../gcc.dg/{Wvla-1.c => Wvla-larger-than-1.c} | 0
.../gcc.dg/{Wvla-2.c => Wvla-larger-than-2.c} | 0
gcc/testsuite/gcc.dg/wvla-1.c | 5 --
gcc/testsuite/gcc.dg/wvla-2.c | 5 --
gcc/testsuite/gcc.dg/wvla-3.c | 5 --
14 files changed, 20 insertions(+), 115 deletions(-)
copy gcc/testsuite/gcc.dg/{Wvla-3.c => Walloca-11.c} (100%)
rename gcc/testsuite/gcc.dg/{wvla-4.c => Wvla-4.c} (100%)
rename gcc/testsuite/gcc.dg/{wvla-5.c => Wvla-5.c} (100%)
rename gcc/testsuite/gcc.dg/{wvla-6.c => Wvla-6.c} (100%)
rename gcc/testsuite/gcc.dg/{wvla-7.c => Wvla-7.c} (100%)
copy gcc/testsuite/gcc.dg/{Wvla-1.c => Wvla-larger-than-1.c} (100%)
copy gcc/testsuite/gcc.dg/{Wvla-2.c => Wvla-larger-than-2.c} (100%)
delete mode 100644 gcc/testsuite/gcc.dg/wvla-1.c
delete mode 100644 gcc/testsuite/gcc.dg/wvla-2.c
delete mode 100644 gcc/testsuite/gcc.dg/wvla-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 bc50ab0 [SystemZ] Add missing vector instructions for the assembler
new a72922e llvm/test/MC/Mips/macro-ld-sd.s: Sweep a spurious character \ [...]
new 556bf4b Reapply r284571 (with the new tests fixed).
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/ARM/ARMAsmPrinter.cpp | 29 ++++++++++++++-------------
test/CodeGen/ARM/build-attributes-fn-attr0.ll | 11 ++++++++++
test/CodeGen/ARM/build-attributes-fn-attr1.ll | 17 ++++++++++++++++
test/CodeGen/ARM/build-attributes-fn-attr2.ll | 16 +++++++++++++++
test/CodeGen/ARM/build-attributes-fn-attr3.ll | 17 ++++++++++++++++
test/CodeGen/ARM/build-attributes-fn-attr4.ll | 16 +++++++++++++++
test/CodeGen/ARM/build-attributes-fn-attr5.ll | 16 +++++++++++++++
test/CodeGen/ARM/build-attributes-fn-attr6.ll | 22 ++++++++++++++++++++
test/MC/Mips/macro-ld-sd.s | 2 +-
9 files changed, 131 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/ARM/build-attributes-fn-attr0.ll
create mode 100644 test/CodeGen/ARM/build-attributes-fn-attr1.ll
create mode 100644 test/CodeGen/ARM/build-attributes-fn-attr2.ll
create mode 100644 test/CodeGen/ARM/build-attributes-fn-attr3.ll
create mode 100644 test/CodeGen/ARM/build-attributes-fn-attr4.ll
create mode 100644 test/CodeGen/ARM/build-attributes-fn-attr5.ll
create mode 100644 test/CodeGen/ARM/build-attributes-fn-attr6.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 7408b63 [cmake] Use LLVM_CMAKE_PATH for GetSVN script
new f1022e2 Don't copy replacements in for-range loop. 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/Format/TokenAnalyzer.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.