This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 52ac223 Use index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bit
new 3b33d6e Rework -fno-omit-frame-pointer support on i386
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 | 49 +++++++++++++++++++++++++++++++
config.h.in | 4 +++
sysdeps/unix/sysv/linux/i386/Makefile | 39 +-----------------------
sysdeps/unix/sysv/linux/i386/configure | 39 ++++++++++++++++++++++++
sysdeps/unix/sysv/linux/i386/configure.ac | 17 +++++++++++
sysdeps/unix/sysv/linux/i386/sysdep.h | 6 ++--
6 files changed, 113 insertions(+), 41 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 8cea2af [CMake] Support externalizing debug info on non-Darwin platforms
new 7e8d980 Debug Info: Sort frame index expressions before emitting them [...]
new 063d4cb WholeProgramDevirt: For VCP use a 32-bit ConstantInt for the [...]
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/AsmPrinter/DwarfCompileUnit.cpp | 13 ++--
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 9 +++
lib/CodeGen/AsmPrinter/DwarfDebug.h | 58 ++++++++-------
lib/Transforms/IPO/WholeProgramDevirt.cpp | 2 +-
test/DebugInfo/X86/FrameIndexExprs.ll | 85 ++++++++++++++++++++++
.../WholeProgramDevirt/virtual-const-prop-begin.ll | 6 +-
.../WholeProgramDevirt/virtual-const-prop-check.ll | 6 +-
.../WholeProgramDevirt/virtual-const-prop-end.ll | 6 +-
8 files changed, 139 insertions(+), 46 deletions(-)
create mode 100644 test/DebugInfo/X86/FrameIndexExprs.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 lld.
from 0acc7b4 Fix --print-gc-sections with linker scripts.
new af25ab9 [ELF] - Added support of linkerscript's "/DISCARD/" for --emi [...]
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/InputFiles.cpp | 8 ++++++--
test/ELF/linkerscript/emit-relocs-discard.s | 14 ++++++++++++++
test/ELF/linkerscript/emit-relocs-ehframe-discard.s | 11 +++++++++++
3 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/linkerscript/emit-relocs-discard.s
create mode 100644 test/ELF/linkerscript/emit-relocs-ehframe-discard.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 glibc.
from 2c51dfd Move tests of catan, catanh to auto-libm-test-*.
new 52ac223 Use index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bit
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/x86/cpu-features.c | 2 +-
2 files changed, 6 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from f2727d7 start-container-docker.sh: Restore CONTAINER_CLEANUP.
new a037c0b jenkins.sh: Exit early when an error is detected.
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:
jenkins.sh | 8 +++++---
1 file changed, 5 insertions(+), 3 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 b8890be [X86][SHA] Add SHA stack folding tests
new 8cea2af [CMake] Support externalizing debug info on non-Darwin platforms
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/AddLLVM.cmake | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 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 f5e7021 [OpenMP] Fix cancellation point in task with no cancel
new d4fdc4c [CMake] Add Fuchsia toolchain CMake cache files
new 71b73d0 [Test] Make Lit tests C++11 compatible - misc
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:
cmake/caches/Fuchsia-stage2.cmake | 62 ++++++++++++++++++++++++++++++++++++++
cmake/caches/Fuchsia.cmake | 44 +++++++++++++++++++++++++++
test/CodeGenCXX/mangle-unnamed.cpp | 4 ++-
test/CodeGenCXX/static-init.cpp | 8 +++--
test/CodeGenCXX/volatile-1.cpp | 34 +++++++++++++++------
test/CodeGenCXX/volatile.cpp | 4 ++-
test/PCH/macro-undef.cpp | 6 ++--
7 files changed, 144 insertions(+), 18 deletions(-)
create mode 100644 cmake/caches/Fuchsia-stage2.cmake
create mode 100644 cmake/caches/Fuchsia.cmake
--
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-tools-extra.
from ca2538f [Docs] 'Limitations' should be a subsection
new 365a594 [clang-tidy] Add -path option to clang-tidy-diff.py
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:
clang-tidy/tool/clang-tidy-diff.py | 4 ++++
test/clang-tidy/clang-tidy-diff.cpp | 3 +++
2 files changed, 7 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 f1b3f83 Don't print DISCARD sections as gced.
new dac72b1 [ELF] - Move DependentSections vector from InputSection to In [...]
new 0acc7b4 Fix --print-gc-sections with linker scripts.
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:
ELF/InputFiles.cpp | 3 +--
ELF/InputSection.h | 6 +++---
ELF/LinkerScript.cpp | 8 ++------
test/ELF/linkerscript/discard-print-gc.s | 8 +++++++-
4 files changed, 13 insertions(+), 12 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 b44e583 In Thumb1 mode, the custom lowering for ARMISD::CMPZ could ne [...]
new b8890be [X86][SHA] Add SHA stack folding tests
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/CodeGen/X86/stack-folding-sha.ll | 72 +++++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
create mode 100644 test/CodeGen/X86/stack-folding-sha.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.