This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 303a259 AArch64: remove extraneous padding
new 0f27e30 Include X86CallFrameOptimization in the opt-bisect process.
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/X86/X86CallFrameOptimization.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 llvm.
from 67f56cc [CMake] Add variables for tracking which runtimes are included
new 303a259 AArch64: remove extraneous padding
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/AArch64/AsmParser/AArch64AsmParser.cpp | 6 +++---
1 file changed, 3 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 llvm.
from 664ab5e CodeGen: Add/Factor out LiveRegUnits class; NFCI
new 67f56cc [CMake] Add variables for tracking which runtimes are included
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:
runtimes/CMakeLists.txt | 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 llvm.
from f20ce37 llvm-objdump: Add Hexagon printer changes for -S/-l options
new 1eee0ec IfConversion: Handle inclusive ranges more carefully.
new bfd62a4 IfConversion: Rescan diamonds.
new 0fda934 CodeGen: If Convert blocks that would form a diamond when tai [...]
new e4c3ea0 Fix link quotes on AArch64's CompilerWriterInfo section.
new 664ab5e CodeGen: Add/Factor out LiveRegUnits class; NFCI
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:
docs/CompilerWriterInfo.rst | 4 +-
include/llvm/CodeGen/LiveRegUnits.h | 116 +++++
include/llvm/CodeGen/RegisterScavenging.h | 14 +-
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/IfConversion.cpp | 516 +++++++++++++++++----
lib/CodeGen/LiveRegUnits.cpp | 97 ++++
lib/CodeGen/RegisterScavenging.cpp | 69 +--
.../CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.ll | 36 ++
test/CodeGen/Thumb2/thumb2-ifcvt1.ll | 47 +-
9 files changed, 730 insertions(+), 170 deletions(-)
create mode 100644 include/llvm/CodeGen/LiveRegUnits.h
create mode 100644 lib/CodeGen/LiveRegUnits.cpp
create mode 100644 test/CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.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 4453feb PR28794: Don't try to instantiate function templates which ar [...]
new bf02f12 AMDGPU: Add clang builtin for ds_swizzle.
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/BuiltinsAMDGPU.def | 1 +
lib/CodeGen/CGBuiltin.cpp | 3 +++
test/CodeGenOpenCL/builtins-amdgcn-error.cl | 4 ++++
test/CodeGenOpenCL/builtins-amdgcn.cl | 7 +++++++
4 files changed, 15 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 release_39
in repository clang-tools-extra.
from f1729f7 Merging r278949: (excluding the clang-include-fixer.el part) [...]
new 9e03479 ReleaseNotes: remove in-progress warning
new 795b739 ReleaseNotes: tidy up
new 795c5b0 Drop doxygen link; the release ships it in tarball instead
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:
docs/ReleaseNotes.rst | 32 +++-----------------------------
docs/index.rst | 18 ------------------
2 files changed, 3 insertions(+), 47 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 9725e44 [clang-tidy docs] Move option descriptions to the Options section
new c79add5 [Documentation] Fixed style in modernize-use-emplace.rst.
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/clang-tidy/checks/modernize-use-emplace.rst | 7 +++----
1 file changed, 3 insertions(+), 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 master
in repository clang.
from 3a33970 CodeGen: Rename a variable to better fit LLVM style. NFC
new ec9187d C++ Modules TS: Add parsing support for module import declaration.
new 4453feb PR28794: Don't try to instantiate function templates which ar [...]
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:
include/clang/Basic/DiagnosticParseKinds.td | 2 +
include/clang/Parse/Parser.h | 3 +-
include/clang/Sema/Sema.h | 8 +++
lib/Lex/Preprocessor.cpp | 12 ++--
lib/Parse/ParseDecl.cpp | 22 +++++---
lib/Parse/Parser.cpp | 43 +++++++++++----
lib/Sema/SemaDecl.cpp | 5 +-
lib/Sema/SemaTemplate.cpp | 64 ++++++++++++++++++++++
lib/Sema/SemaTemplateInstantiate.cpp | 60 +-------------------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 32 +++++++----
test/Modules/Inputs/PR28794/LibAHeader.h | 12 ++++
.../{PR27041/Rtypes.h => PR28794/Subdir/Empty.h} | 0
test/Modules/Inputs/PR28794/Subdir/LibBHeader.h | 12 ++++
test/Modules/Inputs/PR28794/module.modulemap | 3 +
test/Parser/cxx-modules-import.cpp | 22 ++++++++
15 files changed, 203 insertions(+), 97 deletions(-)
create mode 100644 test/Modules/Inputs/PR28794/LibAHeader.h
copy test/Modules/Inputs/{PR27041/Rtypes.h => PR28794/Subdir/Empty.h} (100%)
create mode 100644 test/Modules/Inputs/PR28794/Subdir/LibBHeader.h
create mode 100644 test/Modules/Inputs/PR28794/module.modulemap
create mode 100644 test/Parser/cxx-modules-import.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 release_39
in repository lld.
from c7a55d7 Update release notes.
new f154f14 ReleaseNotes: remove in-progress warning
new f1e4291 ReleaseNotes: clean up
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:
docs/ReleaseNotes.rst | 13 -------------
1 file changed, 13 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 e3648fa [ELF][MIPS] Support R_MIPS_GOT_HI16 / R_MIPS_GOT_LO16 relocat [...]
new 13e85b0 [ELF] Improve error reporting for relocations
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/Relocations.cpp | 16 ++++++++++++----
test/ELF/aarch64-fpic-add_abs_lo12_nc.s | 2 +-
test/ELF/aarch64-fpic-adr_prel_lo21.s | 2 +-
test/ELF/aarch64-fpic-adr_prel_pg_hi21.s | 2 +-
test/ELF/aarch64-fpic-ldst32_abs_lo12_nc.s | 2 +-
test/ELF/aarch64-fpic-ldst64_abs_lo12_nc.s | 2 +-
test/ELF/aarch64-fpic-ldst8_abs_lo12_nc.s | 2 +-
test/ELF/arm-target1.s | 2 +-
test/ELF/copy-errors.s | 4 ++--
test/ELF/copy-in-shared.s | 2 +-
test/ELF/copy-rel-corrupted.s | 2 +-
test/ELF/copy-rel-pie-error.s | 4 ++--
test/ELF/dynamic-reloc-in-ro.s | 2 +-
test/ELF/eh-frame-dyn-rel.s | 2 +-
14 files changed, 27 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.