This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from af25f5b Clean up vestigial remnants of locking primitives
new 339447d Fixed up Xcode build for r276976 and r277011.
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:
lldb.xcodeproj/project.pbxproj | 56 +++++++++++-----------
.../Process/MacOSX-Kernel/CommunicationKDP.cpp | 2 +-
.../Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 2 +-
3 files changed, 31 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 gcc.
from 0adb2ec PR c/7652 * jcf-dump.c (print_constant): Add break.
new 0599523 2016-07-28 Steven G. Kargl <kargl(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 | 6 ++++++
gcc/fortran/check.c | 9 ++++++++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gfortran.dg/coarray_collectives_1.f90 | 2 +-
gcc/testsuite/gfortran.dg/intrinsic_numeric_arg.f | 4 ++--
gcc/testsuite/gfortran.dg/pr71859.f90 | 8 ++++++++
6 files changed, 32 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71859.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 test-suite.
from 5b130bd [Test-suite] Halide bitcode tests for AArch64.
new 0299d65 cmake: Bitcode tests need mainline clang >= 3.9
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/CMakeLists.txt | 20 +++++++++++++++-----
1 file changed, 15 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 release_39
in repository lldb.
from f6c669f Creating release_39 branch off revision 275826
new c32ef71 Update scripts/Xcode/build-llvm.py to use llvm/clang 3.9 branch
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/Xcode/build-llvm.py | 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 70d6529 [AArch64][GlobalISel] Select GPR G_SUB.
new e4fd36e [MIRParser] Accept unsized generic instructions.
new e2c6755 [AArch64][GlobalISel] Select G_BR.
new a0fb2b6 Revert r276973 "Adjust Registry interface to not require plug [...]
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:
include/llvm/Support/Registry.h | 81 ++++++++++++++++------
lib/CodeGen/GCMetadataPrinter.cpp | 2 -
lib/CodeGen/GCStrategy.cpp | 2 -
lib/CodeGen/MIRParser/MIParser.cpp | 8 +--
lib/Target/AArch64/AArch64InstructionSelector.cpp | 21 +++---
.../AArch64/GlobalISel/arm64-instructionselect.mir | 18 +++++
test/CodeGen/MIR/X86/generic-instr-type-error.mir | 15 ----
...irtual-registers.mir => generic-instr-type.mir} | 26 +++++--
8 files changed, 111 insertions(+), 62 deletions(-)
delete mode 100644 test/CodeGen/MIR/X86/generic-instr-type-error.mir
rename test/CodeGen/MIR/X86/{generic-virtual-registers.mir => generic-instr-type.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 release_39
in repository clang.
from 99ed921 Mention of proper support for "__unaligned" type qualifier in [...]
new c2cb923 Merging r276979: -------------------------------------------- [...]
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/Driver/Tools.cpp | 8 ++++++--
test/Driver/offloading-interoperability.c | 17 +++++++++++++++++
2 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 test/Driver/offloading-interoperability.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 clang.
from 28bd9c6 [CUDA] Remove duplicated test that should have been removed i [...]
new 394ca50 [Driver] Fix Windows SDK Detection
new 40e6fbb Revert r276973 "Adjust Registry interface to not require plug [...]
new b9befdd [analyzer] Fix misleading indentation in ObjCDeallocChecker. NFC.
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:
examples/AnnotateFunctions/CMakeLists.txt | 2 +-
examples/PrintFunctionNames/CMakeLists.txt | 2 +-
include/clang/Frontend/FrontendPluginRegistry.h | 3 +++
include/clang/Lex/Preprocessor.h | 2 ++
lib/Driver/MSVCToolChain.cpp | 9 +++++----
lib/Frontend/FrontendAction.cpp | 2 +-
lib/Lex/Preprocessor.cpp | 2 +-
lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp | 2 +-
lib/Tooling/CompilationDatabase.cpp | 2 --
9 files changed, 15 insertions(+), 11 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 ecd7db2 Reapply r276856 "Adjust Registry interface to not require plu [...]
new a6f2a04 Revert r276973 "Adjust Registry interface to not require plug [...]
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/ClangTidy.cpp | 2 +-
clang-tidy/ClangTidyModuleRegistry.h | 2 ++
2 files 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 llvm.
from ee8c4ca AMDGPU : Add intrinsics for compare with the full wavefront result
new d59b26e [AArch64][GlobalISel] Remove 'alignment' from MIR tests. NFC.
new e27b94c [GlobalISel] Remove types on selected insts instead of using LLT().
new 8686feb [AArch64][GlobalISel] Select GPR G_AND.
new 70d6529 [AArch64][GlobalISel] Select GPR G_SUB.
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:
include/llvm/CodeGen/MachineInstr.h | 1 +
lib/CodeGen/MachineInstr.cpp | 6 ++
lib/CodeGen/MachineVerifier.cpp | 10 ++
lib/Target/AArch64/AArch64InstructionSelector.cpp | 14 ++-
.../AArch64/GlobalISel/arm64-instructionselect.mir | 110 +++++++++++++++++++--
5 files changed, 133 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.