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 988f6b3dc6 remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type
new 7c8bbca5e6 PowerPC TPREL reloc handling
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:
bfd/ChangeLog | 12 ++++++++++++
bfd/elf32-ppc.c | 24 +++++++++++++++---------
bfd/elf64-ppc.c | 40 +++++++++++++++++++---------------------
3 files changed, 46 insertions(+), 30 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 a490e81d571 [X86] Qualify the RMW INC/DEC patterns with NotSlowIncDec.
new 7824530ee02 NewGVN: Fix PR33204 - We need to add memory users when we b [...]
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/Transforms/Scalar/NewGVN.cpp | 12 ++++--
test/Transforms/NewGVN/pr33204.ll | 77 +++++++++++++++++++++++++++++++++++++++
2 files changed, 85 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr33204.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 llvm.
from 67092e6edea Revert "[llvm] Add symbol table support to llvm-objcopy"
new a490e81d571 [X86] Qualify the RMW INC/DEC patterns with NotSlowIncDec.
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/X86InstrArithmetic.td | 4 ++--
test/DebugInfo/COFF/register-variables.ll | 8 ++++----
2 files changed, 6 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 087e2cd8382 [llvm] Add symbol table support to llvm-objcopy
new 67092e6edea Revert "[llvm] Add symbol table support to llvm-objcopy"
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/tools/llvm-objcopy/symbol-copy.test | 93 --------------------------
tools/llvm-objcopy/Object.cpp | 111 -------------------------------
tools/llvm-objcopy/Object.h | 36 ----------
3 files changed, 240 deletions(-)
delete mode 100644 test/tools/llvm-objcopy/symbol-copy.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 llvm.
from 7a0f013908b [llvm-objcopy] New layout algorithm that lays out segments first
new 087e2cd8382 [llvm] Add symbol table support to llvm-objcopy
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/tools/llvm-objcopy/symbol-copy.test | 93 ++++++++++++++++++++++++++
tools/llvm-objcopy/Object.cpp | 111 +++++++++++++++++++++++++++++++
tools/llvm-objcopy/Object.h | 36 ++++++++++
3 files changed, 240 insertions(+)
create mode 100644 test/tools/llvm-objcopy/symbol-copy.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 llvm.
from 1020c414d83 Add options to dump block frequency/branch probability info [...]
new 7a0f013908b [llvm-objcopy] New layout algorithm that lays out segments first
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:
tools/llvm-objcopy/Object.cpp | 87 +++++++++++++++++++------------------------
tools/llvm-objcopy/Object.h | 2 +
2 files changed, 41 insertions(+), 48 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 compiler-rt.
from fe25f5a54 Revert "[SanitizeCoverage] Enable stack-depth coverage for -f [...]
new 27fb0f255 Automatically pick up new sanitizers in cmake.
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/config-ix.cmake | 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 clang.
from d673c2fd21 Revert "[SanitizeCoverage] Enable stack-depth coverage for - [...]
new 55deb317c4 Add flag to request Clang is ABI-compatible with older versi [...]
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/Driver/Options.td | 3 ++
include/clang/Frontend/CodeGenOptions.def | 4 +++
include/clang/Frontend/CodeGenOptions.h | 17 ++++++++++
lib/CodeGen/ABIInfo.h | 2 ++
lib/CodeGen/CodeGenTypes.cpp | 4 +++
lib/CodeGen/CodeGenTypes.h | 1 +
lib/CodeGen/ItaniumCXXABI.cpp | 15 +++++++--
lib/CodeGen/TargetInfo.cpp | 15 +++++++--
lib/Driver/ToolChains/Clang.cpp | 3 ++
lib/Frontend/CompilerInvocation.cpp | 27 +++++++++++++++
test/CodeGenCXX/clang-abi-compat.cpp | 19 +++++++++++
test/CodeGenCXX/uncopyable-args.cpp | 55 +++++++++++++++++++++----------
test/Driver/flags.c | 3 ++
test/Frontend/clang-abi-compat.cpp | 15 +++++++++
14 files changed, 160 insertions(+), 23 deletions(-)
create mode 100644 test/CodeGenCXX/clang-abi-compat.cpp
create mode 100644 test/Frontend/clang-abi-compat.cpp
--
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 69d4710ed06 [AVX512] Add patterns to use masked moves to implement mask [...]
new 1020c414d83 Add options to dump block frequency/branch probability info [...]
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/BlockFrequencyInfo.cpp | 14 ++++++++++++++
lib/Analysis/BranchProbabilityInfo.cpp | 15 +++++++++++++++
lib/CodeGen/MachineBlockFrequencyInfo.cpp | 13 +++++++++++++
3 files changed, 42 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 binutils-gdb.
from 5fdda9d6a4 x86: Remove redundant "symbol" in comments
new 988f6b3dc6 remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type
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 | 6 ++++++
gdb/ada-lang.c | 43 ++++++++++++++-----------------------------
2 files changed, 20 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.