This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libunwind.
from d2d1ea9 Introduce a native-only unwinder build.
new 98bc676 Fix gcc libunwind build.
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/Registers.hpp | 12 ++++++------
src/UnwindCursor.hpp | 2 +-
src/config.h | 2 +-
3 files changed, 8 insertions(+), 8 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 1c5d1ef [libFuzzer] refactor: hide CurrentUnitData inside an interfac [...]
new 514970f PR26055: Speed up LiveDebugValues::transferDebugValue()
new 642359b [LoopUnrollAnalyzer] Fix a crash in analyzeLoopUnrollCost.
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/LiveDebugValues.cpp | 128 ++++++++++++++-------
lib/Transforms/Scalar/LoopUnrollPass.cpp | 36 +++---
test/Transforms/LoopUnroll/full-unroll-crashers.ll | 30 +++++
3 files changed, 131 insertions(+), 63 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 gcc.
from 6feab9c * c-parser.c (c_parser_omp_clause_schedule): Warn if OMP_CL [...]
new 2e196ca [gcc] 2016-05-26 Michael Meissner <meissner(a)linux.vnet.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 | 49 ++++++
gcc/config/rs6000/predicates.md | 9 +-
gcc/config/rs6000/rs6000.c | 107 ++++++++++++
gcc/config/rs6000/rs6000.h | 9 +
gcc/config/rs6000/rs6000.md | 227 +++++++++++--------------
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.target/powerpc/p9-minmax-1.c | 171 +++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/p9-minmax-2.c | 191 +++++++++++++++++++++
8 files changed, 641 insertions(+), 128 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-minmax-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-minmax-2.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 llvm.
from 26ec8e8 [Kaleidoscope][BuildingAJIT] Fix strong emphasis markup by re [...]
new dfc9470 [Kaleidoscope][BuildingAJIT] Remove leftover debugging output [...]
new 7593509 [obj2yaml][yaml2obj] Support for MachO lazy bindings
new 81b104b [Docs][WritingAnLLVMBackend] Makefiles are deprecated
new 1c5d1ef [libFuzzer] refactor: hide CurrentUnitData inside an interfac [...]
The 4 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/WritingAnLLVMBackend.rst | 28 +-
.../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 4 -
include/llvm/ObjectYAML/MachOYAML.h | 1 +
lib/Fuzzer/FuzzerInternal.h | 10 +
lib/Fuzzer/FuzzerLoop.cpp | 3 +
lib/Fuzzer/FuzzerTraceState.cpp | 52 ++-
lib/ObjectYAML/MachOYAML.cpp | 1 +
test/ObjectYAML/MachO/lazy_bind_opcode.yaml | 466 +++++++++++++++++++++
tools/obj2yaml/macho2yaml.cpp | 2 +
tools/yaml2obj/yaml2macho.cpp | 2 +
10 files changed, 522 insertions(+), 47 deletions(-)
create mode 100644 test/ObjectYAML/MachO/lazy_bind_opcode.yaml
--
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 2562aca Add myself as the code owner for SCEV and IndVarSimplify
new 4040744 [Error] Make ECError only constructible via errorCodeToError.
new 71d351f [Kaleidoscope][BuildingAJIT] Add docs for Chapter 3 of the Bu [...]
new 26ec8e8 [Kaleidoscope][BuildingAJIT] Fix strong emphasis markup by re [...]
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/tutorial/BuildingAJIT3.rst | 47 +++++++++++++++++++++++++++++++++++++++++
include/llvm/Support/Error.h | 7 +++---
2 files changed, 51 insertions(+), 3 deletions(-)
create mode 100644 docs/tutorial/BuildingAJIT3.rst
--
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 ffdfc78 [Kaleidoscope][BuildingAJIT] Add explicit dependence on Trans [...]
new 2562aca Add myself as the code owner for SCEV and IndVarSimplify
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:
CODE_OWNERS.TXT | 6 +++++-
1 file changed, 5 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 429d7a4 [obj2yaml][yaml2obj] Support for MachO weak bindings
new b82cddc [LibFuzzer] Allow LibFuzzer to be built in modes other than RELEASE.
new caa716a [LibFuzzer] Emit error if LLVM_USE_SANITIZER is not correctly set.
new ffdfc78 [Kaleidoscope][BuildingAJIT] Add explicit dependence on Trans [...]
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:
.../BuildingAJIT/Chapter3/CMakeLists.txt | 1 +
lib/Fuzzer/CMakeLists.txt | 10 ++++++--
lib/Fuzzer/test/CMakeLists.txt | 29 +++++++++++++++++++---
lib/Fuzzer/test/dfsan/CMakeLists.txt | 4 +--
lib/Fuzzer/test/trace-bb/CMakeLists.txt | 2 +-
lib/Fuzzer/test/trace-pc/CMakeLists.txt | 4 +--
lib/Fuzzer/test/ubsan/CMakeLists.txt | 4 +--
lib/Fuzzer/test/uninstrumented/CMakeLists.txt | 4 +--
8 files changed, 44 insertions(+), 14 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 e0c3007 [Kaleidoscope][BuildingAJIT] Add code for Chapter 3.
new 429d7a4 [obj2yaml][yaml2obj] Support for MachO weak bindings
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/llvm/ObjectYAML/MachOYAML.h | 1 +
lib/ObjectYAML/MachOYAML.cpp | 1 +
.../{bind_opcode.yaml => weak_bind_opcode.yaml} | 12 +++----
tools/obj2yaml/macho2yaml.cpp | 2 ++
tools/yaml2obj/yaml2macho.cpp | 42 +++++++++++++---------
5 files changed, 36 insertions(+), 22 deletions(-)
copy test/ObjectYAML/MachO/{bind_opcode.yaml => weak_bind_opcode.yaml} (96%)
--
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 48d2b37 Update for llvm change.
new ef8c628 [ELF][MIPS] Handle section symbol points to the .MIPS.options [...]
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/InputSection.cpp | 9 +++++++--
ELF/OutputSections.cpp | 2 ++
test/ELF/Inputs/mips-options.o | Bin 0 -> 1160 bytes
test/ELF/mips-options-r.test | 19 +++++++++++++++++++
4 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/Inputs/mips-options.o
create mode 100644 test/ELF/mips-options-r.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 glibc.
from 960be82 Add more sNaN tests to libm-test.inc.
new d73e7bd Fix ldbl-128 j0l, j1l, y0l, y1l for sNaN argument (bug 20151).
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:
ChangeLog | 7 +++++++
sysdeps/ieee754/ldbl-128/e_j0l.c | 4 ++--
sysdeps/ieee754/ldbl-128/e_j1l.c | 4 ++--
3 files changed, 11 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.