This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0d8977c Revert "Make RecursiveASTVisitor visit lambda capture initial [...]
new cefd547 Modules: add command line option fmodules-disable-diagnostic- [...]
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/Driver/Options.td | 3 +++
include/clang/Lex/HeaderSearchOptions.h | 4 +++-
include/clang/Serialization/ASTReader.h | 5 +++--
lib/Frontend/CompilerInvocation.cpp | 5 ++++-
lib/Frontend/FrontendActions.cpp | 6 +++++-
lib/Serialization/ASTReader.cpp | 18 ++++++++++++------
test/Driver/modules.m | 6 ++++++
test/Modules/Inputs/DiagOutOfDate.h | 1 +
test/Modules/Inputs/module.map | 4 ++++
test/Modules/Inputs/pch-import-module-out-of-date.pch | 1 +
test/Modules/diagnostic-options-out-of-date.m | 12 ++++++++++++
11 files changed, 54 insertions(+), 11 deletions(-)
create mode 100644 test/Modules/Inputs/DiagOutOfDate.h
create mode 100644 test/Modules/Inputs/pch-import-module-out-of-date.pch
create mode 100644 test/Modules/diagnostic-options-out-of-date.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 gcc.
from eb37d72 Minor changes in tree-vrp.c
new 6fc56f1 Missed changelog entries for commit 238252. Sorry, 2016-07-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/ChangeLog | 7 +++++++
gcc/testsuite/ChangeLog | 6 ++++++
2 files changed, 13 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 zorg.
from 2157b19 [GreenDragon] Thread DYLIB_LIBRARY_PATH via cmake
new ca9f6a9 [GreenDragon] Setup DYLD_LIBRARY_PATH for 'clang' mode
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/jenkins/build.py | 4 ++++
1 file changed, 4 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 lld.
from e23c4e2 [ELF] Linkerscript: simplify DATA_SEGMENT_ALIGN evaluation
new 5a4e020 [ELF] - Merged 2 lines. 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:
ELF/LinkerScript.cpp | 5 +----
1 file changed, 1 insertion(+), 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 vehre/coarray
in repository gcc.
from c31e68b More elaborate error message on array part-ref.
new f9de337 Support for allocatabe scalar components added. Fixed some te [...]
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/trans-expr.c | 23 +++++-
gcc/fortran/trans-stmt.c | 27 ++++++-
gcc/testsuite/gfortran.dg/coarray_allocate_7.f08 | 2 +-
gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f90 | 10 +--
libgfortran/caf/libcaf.h | 2 +-
libgfortran/caf/single.c | 95 ++++++++++++++++++------
6 files changed, 128 insertions(+), 31 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 llvm.
from e5a9de1 Merging r276510: -------------------------------------------- [...]
new ae2034a Merging r276109: -------------------------------------------- [...]
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:
docs/CodeGenerator.rst | 6 +-
docs/CommandGuide/FileCheck.rst | 8 +--
docs/CommandGuide/llvm-nm.rst | 4 +-
docs/CommandGuide/opt.rst | 12 ++--
docs/ExceptionHandling.rst | 8 +--
docs/Extensions.rst | 2 +-
docs/GarbageCollection.rst | 2 +-
docs/GetElementPtr.rst | 10 ++--
docs/HowToUseInstrMappings.rst | 8 +--
docs/InAlloca.rst | 2 +-
docs/LangRef.rst | 126 ++++++++++++++++++++--------------------
docs/MIRLangRef.rst | 42 +++++++-------
docs/MarkedUpDisassembly.rst | 2 +-
docs/MergeFunctions.rst | 6 +-
docs/NVPTXUsage.rst | 2 +-
docs/SegmentedStacks.rst | 2 +-
docs/SourceLevelDebugging.rst | 10 ++--
docs/Statepoints.rst | 12 ++--
docs/TableGen/LangIntro.rst | 28 ++++-----
docs/TableGen/index.rst | 10 ++--
docs/WritingAnLLVMBackend.rst | 62 ++++++++++----------
docs/WritingAnLLVMPass.rst | 2 +-
22 files changed, 182 insertions(+), 184 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 4768f3d [mips] Fix typos in spelling of lowerRETURNADDR.
new 1123323 GlobalISel: give MachineInstrBuilder a uniform interface. NFC.
new 27d9a7f GlobalISel: add specialized buildCopy function to MachineInst [...]
new ee4cdb7 AMDGPU: Add fp legacy instruction intrinsics
new cc67a0a AMDGPU: Add missing tests for xnack option for HSA
new d506595 AMDGPU: Make AMDGPUMachineFunction fields private
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:
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 97 +++++++++++++---------
include/llvm/IR/IntrinsicsAMDGPU.td | 8 ++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 6 +-
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 64 ++++----------
lib/CodeGen/GlobalISel/RegBankSelect.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 11 +--
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 24 ++----
lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 +
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 5 ++
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | 44 +++++++---
lib/Target/AMDGPU/AMDGPUMachineFunction.h | 43 +++++++---
lib/Target/AMDGPU/R600ISelLowering.cpp | 4 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 13 ++-
lib/Target/AMDGPU/SIInstrInfo.cpp | 2 +-
lib/Target/AMDGPU/SIInstructions.td | 5 +-
lib/Target/AMDGPU/SILowerControlFlow.cpp | 2 +-
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 3 -
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 1 -
test/CodeGen/AMDGPU/flat-scratch-reg.ll | 26 ++++--
test/CodeGen/AMDGPU/llvm.amdgcn.fmul.legacy.ll | 54 ++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.rcp.legacy.ll | 42 ++++++++++
21 files changed, 304 insertions(+), 154 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.fmul.legacy.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.rcp.legacy.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-tools-extra.
from 53d805d Revert test commit
new 7569908 [include-fixer] Don't add qualifiers in missing complete type cases.
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/IncludeFixer.cpp | 9 ++++++---
unittests/include-fixer/IncludeFixerTest.cpp | 5 +++++
2 files changed, 11 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 lldb.
from dfacbeb Fix incorrect form test in SymbolFileDWARF
new 7554be4 reduce Green Dragon macOS build session filename length
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 | 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 release_39
in repository clang.
from e4a7fc7 Merging r276361: -------------------------------------------- [...]
new ebf3785 Merging r276473: -------------------------------------------- [...]
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/Serialization/ASTReader.h | 22 ++++++++++++++++++++++
lib/Serialization/ASTReader.cpp | 2 ++
lib/Serialization/ASTReaderDecl.cpp | 13 ++++---------
lib/Serialization/ASTWriter.cpp | 18 +++++++++++++++++-
test/Modules/Inputs/PR28332/TextualInclude.h | 7 +++++++
test/Modules/Inputs/PR28332/a.h | 8 ++++++++
test/Modules/Inputs/PR28332/b.h | 3 +++
test/Modules/Inputs/PR28332/c.h | 2 ++
test/Modules/Inputs/PR28332/module.modulemap | 3 +++
test/Modules/pr28332.cpp | 8 ++++++++
10 files changed, 76 insertions(+), 10 deletions(-)
create mode 100644 test/Modules/Inputs/PR28332/TextualInclude.h
create mode 100644 test/Modules/Inputs/PR28332/a.h
create mode 100644 test/Modules/Inputs/PR28332/b.h
create mode 100644 test/Modules/Inputs/PR28332/c.h
create mode 100644 test/Modules/Inputs/PR28332/module.modulemap
create mode 100644 test/Modules/pr28332.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.