This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 73ddbb7 Revert "Add MIR-level outlining pass"
new c532709 [LoopUnswitch] Common pushing LIC's user to worklist.
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/LoopUnswitch.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 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 b139f2a Add Triple::thumb to getBitcodeMachineKind
new 3ee189c Simplify SymbolTableSection<ELFT>::finalizeContents().
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/SyntheticSections.cpp | 53 ++++++++++++++++++++++++-----------------------
1 file changed, 27 insertions(+), 26 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 55aef8b Revert "Reland: [analyzer] NFC: Update test infrastructure to [...]
new b144ec9 Set ABIs correctly for OpenBSD/arm; soft float and aapcs-linux.
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/Basic/Targets.cpp | 2 ++
lib/Driver/Arch/ARM.cpp | 4 ++++
lib/Driver/Tools.cpp | 2 ++
test/Driver/arm-abi.c | 4 ++++
test/Driver/openbsd.c | 5 +++++
5 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 lld.
from 535fe66 Improve SymbolTableSection synthetic section.
new b139f2a Add Triple::thumb to getBitcodeMachineKind
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 | 1 +
1 file changed, 1 insertion(+)
--
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 binutils-2_28-branch
in repository binutils-gdb.
from feab5b4 Automatic date update in version.in
new 6ad77d0 PowerPC addpcis fix
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 | 13 ++++
bfd/bfd-in2.h | 1 +
bfd/elf32-ppc.c | 17 +++++
bfd/elf64-ppc.c | 33 +++++++---
bfd/libbfd.h | 1 +
bfd/reloc.c | 2 +
gas/ChangeLog | 10 +++
gas/config/tc-ppc.c | 126 ++++++++++++++------------------------
gas/config/tc-ppc.h | 16 +++++
include/ChangeLog | 5 ++
include/elf/ppc.h | 6 +-
include/elf/ppc64.h | 6 +-
ld/ChangeLog | 5 ++
ld/testsuite/ld-powerpc/addpcis.d | 8 +--
14 files changed, 155 insertions(+), 94 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 lldb.
from 8607c9b Ah, this was an early exit to leave built products around, it [...]
new 3779e4c Add a comment to describe purpose of signal-filtering test
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/lldb-server/signal-filtering/TestGdbRemote_QPassSignals.py | 2 ++
1 file changed, 2 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 compiler-rt.
from af05d0d [non-executable-pc.cpp] Try to fix clang-ppc64be buildbot.
new 80d7a9b Revert r296419 since the strings appear to need some tweaking.
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/asan/asan_errors.cc | 11 -----------
test/asan/TestCases/non-executable-pc.cpp | 30 ------------------------------
2 files changed, 41 deletions(-)
delete mode 100644 test/asan/TestCases/non-executable-pc.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 97a1c1b [docs] Fix a think-o in the Programmer's Manual.
new bd74a4c This script was meant to be committed with the DebugCounter changes.
new 73ddbb7 Revert "Add MIR-level outlining pass"
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/CodeGen/Passes.h | 4 -
include/llvm/InitializePasses.h | 1 -
include/llvm/Target/TargetInstrInfo.h | 57 -
lib/CodeGen/CMakeLists.txt | 1 -
lib/CodeGen/CodeGen.cpp | 1 -
lib/CodeGen/MachineOutliner.cpp | 1399 ------------------------
lib/CodeGen/TargetPassConfig.cpp | 6 -
lib/Target/X86/X86InstrInfo.cpp | 80 --
lib/Target/X86/X86InstrInfo.h | 21 -
test/CodeGen/X86/machine-outliner-debuginfo.ll | 75 --
test/CodeGen/X86/machine-outliner.ll | 110 --
utils/bisect-skip-count | 75 ++
12 files changed, 75 insertions(+), 1755 deletions(-)
delete mode 100644 lib/CodeGen/MachineOutliner.cpp
delete mode 100644 test/CodeGen/X86/machine-outliner-debuginfo.ll
delete mode 100644 test/CodeGen/X86/machine-outliner.ll
create mode 100755 utils/bisect-skip-count
--
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 8cabe1b [asan] Print a "PC is at a non-executable memory region" mess [...]
new af05d0d [non-executable-pc.cpp] Try to fix clang-ppc64be buildbot.
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/asan/TestCases/non-executable-pc.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.