This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7db09e3a62 Support -fdebug-prefix-map for assembler source (pass to cc1 [...]
new 9c99d48420 Fix a typo/regression in r335495.
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/ToolChains/FreeBSD.cpp | 2 +-
test/Driver/fsanitize.c | 6 ++++++
2 files changed, 7 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 libcxx.
from 7a0f11977 Remove BUILD file from google-benchmark
new bb716549f [libc++] Declare noop_coroutine() with _LIBCPP_INLINE_VISIBILITY
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/experimental/coroutine | 1 +
1 file changed, 1 insertion(+)
--
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 gcc-7-branch
in repository gcc.
from ace3445731f Daily bump.
new 93d6afcf3bb 2018-07-10 Carl Love <cel(a)us.ibm.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/ChangeLog | 8 ++++++++
gcc/config/rs6000/vsx.md | 2 +-
2 files changed, 9 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 c11402ea82d [GlobalISel][X86_64] Support for G_SITOFP
new 5c37ae1e46f [AMDGPU] Refactor HSAMetadataStream::emitKernel (NFC)
new 7613264ef4a [CMake] Teach the build system to codesign built products
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:
CMakeLists.txt | 3 +
cmake/modules/AddLLVM.cmake | 29 ++++++++
cmake/platforms/iOS.cmake | 20 ++++++
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 55 +---------------
lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 62 +----------------
.../MCTargetDesc/AMDGPUHSAMetadataStreamer.cpp | 64 ++++++++++++++++--
.../MCTargetDesc/AMDGPUHSAMetadataStreamer.h | 12 +++-
lib/Target/AMDGPU/SIProgramInfo.h | 77 ++++++++++++++++++++++
8 files changed, 200 insertions(+), 122 deletions(-)
create mode 100644 lib/Target/AMDGPU/SIProgramInfo.h
--
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 compiler-rt.
from 52d0683c7 [asan] Disable non-execute test on s390
new 9777fa592 [gcov] Fix fallout from r336693
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/profile/GCDAProfiling.c | 3 ++-
1 file changed, 2 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 compiler-rt.
from 8e3b61e48 Try to fix broken build due to r336663.
new 52d0683c7 [asan] Disable non-execute test on s390
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:
test/asan/TestCases/non-executable-pc.cpp | 3 +++
1 file changed, 3 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 66f07ab4b Initialize a variable properly to fix buildbots.
new 215ecf747 [ELF][MIPS] Add mote tests on MipsArchTree routines, fix typo [...]
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/Arch/MipsArchTree.cpp | 33 ++++----
test/ELF/mips-elf-flags-err.s | 30 -------
test/ELF/mips-elf-flags-err.test | 89 +++++++++++++++++++++
test/ELF/mips-fp-flags-err.test | 162 ++++++++++++++++++++++++++++++++++++++
test/ELF/mips-micro64-reject.test | 23 ------
5 files changed, 268 insertions(+), 69 deletions(-)
create mode 100644 test/ELF/mips-elf-flags-err.test
create mode 100644 test/ELF/mips-fp-flags-err.test
delete mode 100644 test/ELF/mips-micro64-reject.test
--
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 ab6c6cb9932 [Evaluator] Examine alias when evaluating function call
new c11402ea82d [GlobalISel][X86_64] Support for G_SITOFP
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/X86LegalizerInfo.cpp | 7 +
lib/Target/X86/X86RegisterBankInfo.cpp | 11 +
.../X86/GlobalISel/regbankselect-X86_64.mir | 161 +++++++++++
.../X86/GlobalISel/x86_64-legalize-sitofp.mir | 306 +++++++++++++++++++++
.../X86/GlobalISel/x86_64-select-sitofp.mir | 158 +++++++++++
5 files changed, 643 insertions(+)
create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-legalize-sitofp.mir
create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-select-sitofp.mir
--
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 c031419fe66 Revert "[AccelTable] Provide abstraction for emitting DWARF [...]
new fe8c951cfd9 [DAGCombiner] Add special case fast paths for udiv x,1 and [...]
new ab6c6cb9932 [Evaluator] Examine alias when evaluating function call
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/SelectionDAG/DAGCombiner.cpp | 9 ++++++
lib/Transforms/Utils/Evaluator.cpp | 18 ++++++++++--
test/CodeGen/X86/combine-udiv.ll | 47 ++++++++----------------------
test/Transforms/GlobalOpt/evaluate-call.ll | 4 ++-
4 files changed, 40 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.