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 28af137d9 Reland "Install resource files into a share/ directory"
new 37d070890 Revert "Install resource files into a share/ directory"
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:
cmake/Modules/AddCompilerRT.cmake | 4 ++--
lib/dfsan/CMakeLists.txt | 4 ++--
2 files changed, 4 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 lld.
from dc094d7f9 [WebAssembly] Optimize Writer::lookupType
new 243a4d3c5 [ELF] Fix SysV hash tables with --no-rosegment
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/SyntheticSections.cpp | 3 +++
test/ELF/sysv-hash-no-rosegment.s | 13 +++++++++++++
2 files changed, 16 insertions(+)
create mode 100644 test/ELF/sysv-hash-no-rosegment.s
--
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 a4c68ceeeb6 [InstCombine] Missed optimization in math expression: sin(x [...]
new 50a58623288 [CodeView] Fix the type for a variadic argument
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 12 ++++
test/DebugInfo/COFF/types-cvarargs.ll | 117 +++++++++++++++++++++++++++++++
2 files changed, 129 insertions(+)
create mode 100644 test/DebugInfo/COFF/types-cvarargs.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 3fbc4123c6 [Fuchsia] Remove LLDB from the toolchain distribution
new bd990c340f Reland "[Driver] Update default sanitizer blacklist location"
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/SanitizerArgs.cpp | 2 +-
test/Driver/Inputs/resource_dir/asan_blacklist.txt | 0
test/Driver/Inputs/resource_dir/hwasan_blacklist.txt | 0
.../Driver/Inputs/resource_dir/share/asan_blacklist.txt | 0
.../Driver/Inputs/resource_dir/share/hwasan_blacklist.txt | 0
.../Driver/Inputs/resource_dir/share/ubsan_blacklist.txt | 0
.../Driver/Inputs/resource_dir/share/vtables_blacklist.txt | 0
test/Driver/Inputs/resource_dir/ubsan_blacklist.txt | 0
test/Driver/Inputs/resource_dir/vtables_blacklist.txt | 0
9 files changed, 1 insertion(+), 1 deletion(-)
delete mode 100644 test/Driver/Inputs/resource_dir/asan_blacklist.txt
delete mode 100644 test/Driver/Inputs/resource_dir/hwasan_blacklist.txt
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/share/as [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/share/hw [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/share/ub [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/share/vt [...]
delete mode 100644 test/Driver/Inputs/resource_dir/ubsan_blacklist.txt
delete mode 100644 test/Driver/Inputs/resource_dir/vtables_blacklist.txt
--
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 e3b7aea56 Revert "Install resource files into a share/ directory"
new 28af137d9 Reland "Install resource files into a share/ directory"
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:
cmake/Modules/AddCompilerRT.cmake | 4 ++--
lib/dfsan/CMakeLists.txt | 4 ++--
2 files changed, 4 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 llvm.
from 861d9546fc5 [DWARF][NFC] Overload AsmPrinter::emitDwarfStringOffsets() [...]
new 3b174d7fb0c [X86] Optimize v2i32/v2f32 scatters.
new a4c68ceeeb6 [InstCombine] Missed optimization in math expression: sin(x [...]
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/Transforms/Utils/BuildLibCalls.h | 7 ++
lib/Target/X86/X86ISelLowering.cpp | 74 +++++++++-----
lib/Target/X86/X86InstrAVX512.td | 14 +--
.../InstCombine/InstCombineMulDivRem.cpp | 35 +++++++
lib/Transforms/Utils/BuildLibCalls.cpp | 13 +++
lib/Transforms/Utils/SimplifyLibCalls.cpp | 15 ---
test/CodeGen/X86/masked_gather_scatter.ll | 39 +++----
test/Transforms/InstCombine/fdiv-cos-sin.ll | 113 +++++++++++++++++++++
test/Transforms/InstCombine/fdiv-sin-cos.ll | 108 ++++++++++++++++++++
9 files changed, 348 insertions(+), 70 deletions(-)
create mode 100644 test/Transforms/InstCombine/fdiv-cos-sin.ll
create mode 100644 test/Transforms/InstCombine/fdiv-sin-cos.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 gcc.
from c004a601071 2018-01-11 Martin Sebor <msebor(a)gmail.com> Prathames [...]
new 42ae64d736f PR tree-optimization/83781 - Bootstrap failed on x86 with - [...]
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 | 6 ++++++
gcc/gimple-fold.c | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/strlenopt-42.c | 22 ++++++++++++++++++++++
4 files changed, 40 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-42.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 gcc.
from 6006b9a28ec debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARF
new c004a601071 2018-01-11 Martin Sebor <msebor(a)gmail.com> Prathames [...]
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 | 10 ++++
gcc/testsuite/ChangeLog | 9 +++
.../gcc.dg/{tree-ssa/pr83501.c => pr81703.c} | 12 ++--
gcc/testsuite/gcc.dg/strlenopt-39.c | 66 ++++++++++++++++++++++
gcc/tree-ssa-strlen.c | 42 +++++++++++---
5 files changed, 123 insertions(+), 16 deletions(-)
copy gcc/testsuite/gcc.dg/{tree-ssa/pr83501.c => pr81703.c} (53%)
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-39.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 d9f475bf7f [Fuchsia] Use llvm-objcopy as objcopy on non-Darwin hosts
new 3fbc4123c6 [Fuchsia] Remove LLDB from the toolchain distribution
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:
cmake/caches/Fuchsia-stage2.cmake | 6 ------
1 file changed, 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.