This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c6ee33f AMDGPU/SI: Canonicalize offset order for merged DS instructions
new 1c4f0f9 [MFProperties][NFC] Rename clear into reset to match BitVecto [...]
new 7e94389 [MFProperties] Introduce a reset method with no argument.
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/llvm/CodeGen/MachineFunction.h | 9 +++++++--
include/llvm/CodeGen/MachineRegisterInfo.h | 4 ++--
lib/CodeGen/MIRParser/MIRParser.cpp | 2 +-
lib/CodeGen/MachineFunctionPass.cpp | 2 +-
4 files changed, 11 insertions(+), 6 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 libunwind.
from ef03fd6 EHABI: cover switch once more
new a091c23 [ARM] Adding .arch directives around WMMX unwind code
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:
src/UnwindRegistersRestore.S | 2 ++
src/UnwindRegistersSave.S | 2 ++
2 files 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 clang.
from b5f10f2 clang-cl: Accept MSVC2015's '/utf-8' flag.
new 4fef27d clang-cl: Support MSVC2015's /validate-charset flag.
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/CLCompatOptions.td | 4 ++++
test/Driver/cl-options.c | 6 ++++++
2 files changed, 10 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 96359c1 XXX
new c6ee33f AMDGPU/SI: Canonicalize offset order for merged DS instructions
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/AMDGPU/SILoadStoreOptimizer.cpp | 18 +++++++++++++++---
test/CodeGen/AMDGPU/ds_read2_offset_order.ll | 2 +-
test/CodeGen/AMDGPU/ds_read2st64.ll | 8 ++++----
test/CodeGen/AMDGPU/load-local-i16.ll | 10 +++++-----
test/CodeGen/AMDGPU/load-local-i32.ll | 8 ++++----
test/CodeGen/AMDGPU/load-local-i8.ll | 4 ++--
test/CodeGen/AMDGPU/local-64.ll | 12 ++++++------
7 files changed, 37 insertions(+), 25 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 361bfc1 clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.
new b5f10f2 clang-cl: Accept MSVC2015's '/utf-8' flag.
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/CLCompatOptions.td | 1 +
test/Driver/cl-options.c | 1 +
2 files changed, 2 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 gcc.
from df4248f Tweak to colors of fix-it hints
new 367964f Add validation and consolidation of fix-it hints
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 | 8 ++
gcc/diagnostic-show-locus.c | 155 +++++++++++++++++++++++++++++
gcc/gcc-rich-location.h | 5 -
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/spellcheck-fields-2.c | 23 ++++-
libcpp/ChangeLog | 24 +++++
libcpp/include/line-map.h | 19 +++-
libcpp/line-map.c | 136 ++++++++++++++++++++++++-
8 files changed, 365 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 llvm.
from cf9a1e3 [CMake] Expose runtime component check targets
new 8de9275 AMDGPU/SI: Use a better method for determining the largest pr [...]
new 96359c1 XXX
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/AMDGPU/SIMachineScheduler.cpp | 4 ++--
lib/Target/AMDGPU/SIRegisterInfo.cpp | 37 ++++++++++++++++++++++++--------
lib/Target/AMDGPU/SIRegisterInfo.h | 15 +++++++++----
3 files changed, 41 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 clang.
from 5423d8c Don't diagnose non-modular includes when we are not compiling [...]
new 361bfc1 clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.
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/CLCompatOptions.td | 2 ++
lib/Driver/Tools.cpp | 6 +++---
test/Driver/cl-options.c | 5 +++++
3 files changed, 10 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 zorg.
from e68639d Fixups to custom build and test targets
new e52f6b1 Increased timeout for clang-3stage-ubuntu builder.
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/ClangLTOBuilder3Stage.py | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.