This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 76fbb101be [OPENMP] Skip BuildMemberExpr() in BuildFieldReferenceExpr() [...]
new 81731280ac [ODRHash] Support more method types.
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/Basic/DiagnosticSerializationKinds.td | 70 ++++++++++++-------
lib/AST/ODRHash.cpp | 2 +
lib/Serialization/ASTReader.cpp | 78 ++++++++++++++--------
test/Modules/odr_hash.cpp | 69 +++++++++++++++++++
4 files changed, 167 insertions(+), 52 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 lnt.
from 52f478a Cleanup logging code
new 7dec6c0 lnt/server/db: Fix pep8 warnings
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:
lnt/server/db/fieldchange.py | 9 +++++----
lnt/server/db/migrate.py | 9 +++++++--
lnt/server/db/regression.py | 8 ++++----
lnt/server/db/rules_manager.py | 19 +++++++++++--------
lnt/server/db/search.py | 35 ++++++++++++++++++++---------------
lnt/server/db/testsuite.py | 12 ++++++------
lnt/server/db/testsuitedb.py | 2 +-
lnt/server/db/util.py | 1 +
lnt/server/db/v4db.py | 23 +++++++++++++----------
9 files changed, 68 insertions(+), 50 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 c5da2fdc538 [mips][mt] Correct spelling error in comment. NFCI.
new b6cfd1a79f9 [x86] auto-generate full checks; NFC
new fdda7ea9d5f [CodeGen] Rename DEBUG_TYPE to match passnames
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/CodeGen/MacroFusion.cpp | 2 +-
lib/CodeGen/ScheduleDAGInstrs.cpp | 2 +-
lib/Target/AMDGPU/GCNIterativeScheduler.cpp | 2 +-
lib/Target/AMDGPU/GCNMinRegStrategy.cpp | 2 +-
lib/Target/AMDGPU/GCNRegPressure.cpp | 2 +-
lib/Target/AMDGPU/GCNSchedStrategy.cpp | 2 +-
lib/Target/AMDGPU/R600MachineScheduler.cpp | 2 +-
lib/Target/AMDGPU/SIMachineScheduler.cpp | 2 +-
lib/Target/Hexagon/HexagonMachineScheduler.cpp | 2 +-
lib/Target/SystemZ/SystemZHazardRecognizer.cpp | 2 +-
lib/Target/SystemZ/SystemZMachineScheduler.cpp | 2 +-
test/CodeGen/X86/cmov.ll | 205 +++++++++++++++----------
12 files changed, 137 insertions(+), 90 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 0ce5e219d54 [mips][mt][2/7] Implement .module and .set directives for t [...]
new c5da2fdc538 [mips][mt] Correct spelling error in comment. NFCI.
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/AsmParser/MipsAsmParser.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 gcc.
from bad0417c91b Core DR 393 - parameter pointer to array of unknown bound
new baa834253ba 2017-07-11 Paolo Carlini <paolo.carlini(a)oracle.com>
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/warn/Wreturn-local-addr-3.C | 8 ++++++++
2 files changed, 13 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/warn/Wreturn-local-addr-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 847573ba4ef [ARM, ELF] Don't shift movt relocation offsets
new 0ce5e219d54 [mips][mt][2/7] Implement .module and .set directives for t [...]
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/AsmParser/MipsAsmParser.cpp | 59 ++++++++++++++++++++++
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 17 +++++++
lib/Target/Mips/MipsTargetStreamer.h | 6 +++
test/MC/Mips/mt/module-directive-invalid.s | 6 +++
test/MC/Mips/mt/module-directive.s | 16 ++++++
test/MC/Mips/mt/set-directive.s | 14 +++++
6 files changed, 118 insertions(+)
create mode 100644 test/MC/Mips/mt/module-directive-invalid.s
create mode 100644 test/MC/Mips/mt/module-directive.s
create mode 100644 test/MC/Mips/mt/set-directive.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 zorg.
from 2427779 Moved builder clang-with-thin-lto-ubuntu to another slave. Se [...]
new f5bfb80 [Polly] Fix builder configuration
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/PollyBuilder.py | 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 clang-tools-extra.
from 90acccf6 Fix clang-tidy diagnostic.cpp test on Windows
new 822e445b [clangd] Fix Go to Definition not working in VSCode extension
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:
clangd/clients/clangd-vscode/src/extension.ts | 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 827143c4dfe [AArch64] Remove unused IsDarwin & IsNotDarwin predicates (NFCI).
new 847573ba4ef [ARM, ELF] Don't shift movt relocation offsets
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/ARM/MCTargetDesc/ARMAsmBackend.cpp | 4 ++--
test/MC/ARM/elf-movt.s | 12 ++++++++++++
2 files changed, 14 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 c5a06cdc2 NativeProcessLinux: Fix handling of raise(SIGTRAP)
new 79723de41 switch on enum should be exhaustive and warning-free
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/Language/ObjC/Cocoa.cpp | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.