This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 742c37184cc [MachineOutliner][NFC] Move target frame info into Outlined [...]
new e38c32aa3b4 [MachineOutliner][NFC] Move outlined function remark into i [...]
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/MachineOutliner.cpp | 64 +++++++++++++++++++++--------------------
1 file changed, 33 insertions(+), 31 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 1a29954b0a Remove stale documentation from InternalsManual.rst
new 4cedfdc027 Revert "[VFS] Cleanups to VFS interfaces."
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/Basic/VirtualFileSystem.h | 27 +++++++++++-------------
lib/Basic/FileManager.cpp | 2 +-
lib/Basic/VirtualFileSystem.cpp | 37 ++++++++++++++++-----------------
3 files changed, 31 insertions(+), 35 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 4b17aefe75 Fix indentation in scoped_mmap.h
new 380618d68a Set CU language before processing any DIEs (symtab/23010 et al)
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 | 9 +++++++++
gdb/dwarf2read.c | 28 ++++++++++++++++++++++------
2 files changed, 31 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 gdb-8.2-branch
in repository binutils-gdb.
from fce4b44868 Automatic date update in version.in
new 9eb8d8e3e0 Set CU language before processing any DIEs (symtab/23010 et al)
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 | 9 +++++++++
gdb/dwarf2read.c | 28 ++++++++++++++++++++++------
2 files changed, 31 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 llvm.
from 5df3f9e0708 Put "built-in" function definitions in global Used list, fo [...]
new 742c37184cc [MachineOutliner][NFC] Move target frame info into Outlined [...]
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/CodeGen/MachineOutliner.h | 45 ++++++++++++---------------------
include/llvm/CodeGen/TargetInstrInfo.h | 9 +++----
lib/CodeGen/MachineOutliner.cpp | 9 +++----
lib/Target/AArch64/AArch64InstrInfo.cpp | 21 +++++++--------
lib/Target/AArch64/AArch64InstrInfo.h | 4 +--
lib/Target/X86/X86InstrInfo.cpp | 15 ++++++-----
lib/Target/X86/X86InstrInfo.h | 4 +--
7 files changed, 47 insertions(+), 60 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 f48b4d01aaa [x86] Teach the x86 backend that it can fold between TCRETU [...]
new 5df3f9e0708 Put "built-in" function definitions in global Used list, fo [...]
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/CodeGen/RuntimeLibcalls.h | 2 +-
include/llvm/{CodeGen => IR}/RuntimeLibcalls.def | 0
include/llvm/module.modulemap | 2 +-
lib/CodeGen/TargetLoweringBase.cpp | 2 +-
lib/Object/IRSymtab.cpp | 14 +++++++++++++-
.../WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp | 2 +-
6 files changed, 17 insertions(+), 5 deletions(-)
rename include/llvm/{CodeGen => IR}/RuntimeLibcalls.def (100%)
--
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 465455306f sh: Do not define __ASSUME_STATX
new 394df3815e x86/CET: Extend arch_prctl syscall for CET control
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 | 14 +++++++++++
sysdeps/unix/sysv/linux/x86/cpu-features.c | 8 +++++++
sysdeps/unix/sysv/linux/x86/dl-cet.h | 30 ++++++++++++++++++-----
sysdeps/unix/sysv/linux/x86/include/asm/prctl.h | 32 +++++++++++++++++++++++++
sysdeps/x86/libc-start.c | 3 +++
5 files changed, 81 insertions(+), 6 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/x86/include/asm/prctl.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 llvm.
from e944ca86b15 [Inliner] Teach inliner to merge 'min-legal-vector-width' f [...]
new f48b4d01aaa [x86] Teach the x86 backend that it can fold between TCRETU [...]
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/X86InstrFoldTables.cpp | 2 ++
lib/Target/X86/X86InstrInfo.cpp | 31 +++++++++++++++++++++++++++++++
2 files changed, 33 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 zorg.
from 1e74e68 Brining back builder llvm-clang-lld-x86_64-scei-ps4-windows10 [...]
new bdfefa4 [zorg] Restore original libcxx include 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:
zorg/buildbot/builders/sanitizers/buildbot_functions.sh | 2 +-
1 file changed, 1 insertion(+), 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 glibc.
from 9d0a979e5d Add manual documentation for threads.h
new 465455306f sh: Do not define __ASSUME_STATX
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 | 5 +++++
sysdeps/unix/sysv/linux/sh/kernel-features.h | 3 +++
2 files changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.