This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 30635bc8de5 [ValueTracking] Allow select patterns to work on FP vectors
new 7373792b4aa [ORC] Add more utilities to aid debugging output.
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/ExecutionEngine/Orc/IRTransformLayer.h | 8 +++++---
include/llvm/ExecutionEngine/Orc/Layer.h | 2 ++
include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h | 4 ++++
lib/ExecutionEngine/Orc/IRTransformLayer.cpp | 2 +-
tools/lli/lli.cpp | 17 +++++++++++------
5 files changed, 23 insertions(+), 10 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 33e181280 [WebAssembly] Preserve function signatures during LTO
new 26a604bce [LLD][COFF] Fix pdb loading when the path points to a removab [...]
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:
COFF/PDB.cpp | 6 ++++++
1 file changed, 6 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 7776c2f4d8d [LLVM-C] Add an accessor for the "value type" of a global
new 30635bc8de5 [ValueTracking] Allow select patterns to work on FP vectors
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/Analysis/ValueTracking.cpp | 22 ++++++++++++
unittests/Analysis/ValueTrackingTest.cpp | 58 ++++++++++++++++++++++++++++++++
2 files changed, 80 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 c70d5b2229a 2018-09-28 François Dumont <fdumont(a)gcc.gnu.org>
new 4c7db812727 * calls.c (expand_call): Try to do a tail call for thunks [...]
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 | 30 ++++++
gcc/ada/ChangeLog | 16 +++
gcc/ada/gcc-interface/decl.c | 6 +-
gcc/ada/gcc-interface/trans.c | 242 ++++++++++++++++++++++++++++++++++++++++++
gcc/ada/gcc-interface/utils.c | 4 +-
gcc/calls.c | 3 +-
gcc/cgraph.c | 7 +-
gcc/cgraph.h | 8 +-
gcc/cgraphclones.c | 7 +-
gcc/cgraphunit.c | 118 +++++++++++++++-----
gcc/cp/ChangeLog | 5 +
gcc/cp/method.c | 2 +-
gcc/ipa-icf.c | 2 +
gcc/lto-cgraph.c | 5 +-
gcc/tree-inline.c | 2 +-
gcc/tree-nested.c | 33 +++++-
16 files changed, 441 insertions(+), 49 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 binutils-gdb.
from 2283a21049 Change "xor" name in cpu_core to allow building with iso646. [...]
new f37bc8b13c Use the existing instruction to determine the RISC-V breakpo [...]
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:
gdb/ChangeLog | 13 +++++++++++++
gdb/disasm-selftests.c | 7 ++++---
gdb/riscv-tdep.c | 49 ++++++++++++++++++++++++++++++++-----------------
3 files changed, 49 insertions(+), 20 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 b10248393f5 [ARM] Fix correctness checks in promoteToConstantPool.
new 552971168d6 [WebAssembly] Fix memory leak on WasmEHFuncInfo
new 7776c2f4d8d [LLVM-C] Add an accessor for the "value type" of a global
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-c/Core.h | 8 ++++++++
lib/CodeGen/MachineFunction.cpp | 5 +++++
lib/IR/Core.cpp | 4 ++++
3 files changed, 17 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 glibc.
from 7a16bdbb9f Fix misreported errno on preadv2/pwritev2 (BZ#23579)
new 7b1f940676 i386: Use _dl_runtime_[resolve|profile]_shstk for SHSTK [BZ #23716]
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 | 10 +++++++
sysdeps/i386/dl-cet.c | 67 -----------------------------------------------
sysdeps/i386/dl-machine.h | 13 +++++++--
3 files changed, 21 insertions(+), 69 deletions(-)
delete mode 100644 sysdeps/i386/dl-cet.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 b363f27ef5c opt-suggestions.c: fix minor memory leak
new c70d5b2229a 2018-09-28 François Dumont <fdumont(a)gcc.gnu.org>
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:
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/include/debug/functions.h | 2 +-
2 files changed, 8 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 3bd24cdeac2 [ORC] Narrow a cast: the block guarded by the condition onl [...]
new 770516eb32d [ARM] Use preferred alignment for constants in promoteToCon [...]
new b10248393f5 [ARM] Fix correctness checks in promoteToConstantPool.
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/ARM/ARMISelLowering.cpp | 63 +++++++---------------------
test/CodeGen/ARM/constantpool-promote-dbg.ll | 4 +-
test/CodeGen/ARM/constantpool-promote.ll | 46 +++++++++++++-------
3 files changed, 50 insertions(+), 63 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.