This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4d1e86340c8 Use llvm::make_unique to try to fix the windows build.
new 318a52d6bf8 Use llvm::make_unique once more to avoid ADL ambiguity with [...]
new 0199c647879 [libFuzzer] change several tests to not limit the max len: [...]
new a84d1fa6847 [PEI] Separate saving and restoring CSRs into different fun [...]
new ce30ab6e559 [PEI] Simplify handling of targets with no phys regs. NFC
new 5418b3d4c9a [PEI] Add basic opt-remarks support
new 0775d243ea9 [AsmPrinter] Constify needsCFIMoves. NFC
The 6 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/AsmPrinter.h | 2 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 +-
lib/CodeGen/PrologEpilogInserter.cpp | 161 +++++++++------------
lib/DebugInfo/DWARF/DWARFContext.cpp | 5 +-
lib/Fuzzer/test/AbsNegAndConstant64Test.cpp | 2 +-
lib/Fuzzer/test/FourIndependentBranchesTest.cpp | 1 -
lib/Fuzzer/test/ShrinkControlFlowTest.cpp | 1 -
lib/Fuzzer/test/SimpleHashTest.cpp | 2 +-
lib/Fuzzer/test/SingleStrncmpTest.cpp | 3 +-
lib/Fuzzer/test/shrink.test | 3 +-
test/CodeGen/AArch64/prologue-epilogue-remarks.mir | 57 ++++++++
test/CodeGen/X86/O0-pipeline.ll | 2 +
test/CodeGen/X86/prologue-epilogue-remarks.mir | 58 ++++++++
13 files changed, 199 insertions(+), 100 deletions(-)
create mode 100644 test/CodeGen/AArch64/prologue-epilogue-remarks.mir
create mode 100644 test/CodeGen/X86/prologue-epilogue-remarks.mir
--
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 hjl/pie/static
in repository glibc.
discards b244f3c91e Add _startup_sbrk and _startup_fatal
discards 3713c53ba1 Don't compile tst-prelink.c with PIE for GLOB_DAT relocation
discards 472388e0ef i386: Define I386_USE_SYSENTER to 0 or 1 and check PIC
discards 67266dcfce i386: Check PIC in i386 multiarch functions
discards 97dc7b00b8 i386: Check PIC instead of SHARED in start.S
discards 58e01f4bb7 Use hidden visibility for HAVE_STATIC_PIE
discards b3bf2711f8 Add _dl_relocate_static_pie
new 5223a073af Add _dl_relocate_static_pie
new 3c59bff3a3 Use hidden visibility for HAVE_STATIC_PIE
new 0170877b38 i386: Check PIC instead of SHARED in start.S
new 3d575104ab i386: Check PIC in i386 multiarch functions
new 013e6ae0c1 i386: Define I386_USE_SYSENTER to 0 or 1 and check PIC
new 64505141af Don't compile tst-prelink.c with PIE for GLOB_DAT relocation
new cd7478ab2f Add _startup_sbrk and _startup_fatal
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b244f3c91e)
\
N -- N -- N refs/heads/hjl/pie/static (cd7478ab2f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 7 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:
sysdeps/generic/ldsodefs.h | 2 +-
sysdeps/unix/sysv/linux/i386/Makefile | 2 +-
sysdeps/unix/sysv/linux/i386/startup.h | 15 +++++++++++++--
sysdeps/unix/sysv/linux/i386/startup_fatal.S | 28 ----------------------------
4 files changed, 15 insertions(+), 32 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/i386/startup_fatal.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 binutils-gdb.
from f2e6a8430e [AArch64] Fix PR18841 ifunc relocation ordering
new 2018ef80ae PR ld/16656: Add missing annotation to the relevant ChangeLo [...]
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:
ld/ChangeLog | 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 llvm.
from 9ed8bad9d68 Fix fuzzer-flags.test on Windows
new ce7d2f59b43 Remove some leftover DWARFContextInMemory.
new 4d1e86340c8 Use llvm::make_unique to try to fix the windows build.
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/DebugInfo/DWARF/DWARFContext.cpp | 18 ++----------------
.../IntelJITEvents/IntelJITEventListener.cpp | 2 +-
tools/llvm-dwarfdump/fuzzer/llvm-dwarfdump-fuzzer.cpp | 2 +-
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 3 +--
4 files changed, 5 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 634301e0f69 Update module map for RuntimeLibcalls
new 9ed8bad9d68 Fix fuzzer-flags.test on Windows
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/Fuzzer/test/CMakeLists.txt | 1 +
lib/Fuzzer/test/fuzzer-flags.test | 3 ---
2 files changed, 1 insertion(+), 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 lldb.
from 324f93b5e Fix GreenDragon bots
new 0da3ed637 Add help text for "expression" telling how to enter multi-line mode.
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:
source/Commands/CommandObjectExpression.cpp | 11 +++++++++++
1 file changed, 11 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 63847878e25 [NFC] Fix typo in comment
new 634301e0f69 Update module map for RuntimeLibcalls
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/module.modulemap | 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 master
in repository clang.
from 4986d610cf Improve SEMA for attribute-target
new f4040a42bf [X86] Put avx512vpopcntdq in the right spot in the validateC [...]
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 +-
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 llvm.
from f54b9c71c77 GlobalISel: partially revert r308540.
new ee809acd59b Use delegation instead of inheritance.
new 63847878e25 [NFC] Fix typo in comment
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/MachineBasicBlock.h | 2 +-
include/llvm/DebugInfo/DWARF/DWARFContext.h | 208 +-------
include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h | 13 +-
include/llvm/DebugInfo/DWARF/DWARFObject.h | 75 +++
include/llvm/DebugInfo/DWARF/DWARFSection.h | 3 +
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 9 +-
lib/DebugInfo/DWARF/DWARFContext.cpp | 623 ++++++++++++++--------
lib/DebugInfo/DWARF/DWARFDataExtractor.cpp | 11 +-
lib/DebugInfo/DWARF/DWARFDebugAranges.cpp | 3 +-
lib/DebugInfo/DWARF/DWARFUnit.cpp | 30 +-
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 39 +-
lib/DebugInfo/Symbolize/Symbolize.cpp | 2 +-
tools/dsymutil/DwarfLinker.cpp | 36 +-
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 6 +-
tools/llvm-objdump/MachODump.cpp | 4 +-
tools/llvm-objdump/llvm-objdump.cpp | 4 +-
tools/llvm-rtdyld/llvm-rtdyld.cpp | 4 +-
tools/obj2yaml/dwarf2yaml.cpp | 34 +-
tools/obj2yaml/macho2yaml.cpp | 8 +-
tools/obj2yaml/obj2yaml.h | 5 +-
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 151 +++---
21 files changed, 690 insertions(+), 580 deletions(-)
create mode 100644 include/llvm/DebugInfo/DWARF/DWARFObject.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 lld.
from abd20b2cb Call StringRef::contains only once for each StringRef.
new 73bf3c296 Speed up gdb index creation.
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/GdbIndex.cpp | 67 +++++++++++++++++++++++++
ELF/GdbIndex.h | 45 +++++++++++++++++
ELF/InputFiles.cpp | 32 ++++--------
ELF/InputFiles.h | 1 +
ELF/SyntheticSections.cpp | 22 +++-----
test/ELF/invalid/invalid-debug-relocations.test | 3 +-
6 files changed, 132 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.