This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch google/grte/v5-2.27/master
in repository glibc.
from 7f30d0cc34 For b/22641205, #include _itoa.h
new 3c96f7985f Fix GCC compilation issues in cherrypicks
new c0342bb26e Add a hunk lost in merge
new bc386ac6d8 Add basic testsuite for dlopen_with_offset
new 2a5d5a4953 Remove a newline
The 4 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:
dlfcn/dlopen.c | 8 +++
elf/Makefile | 9 +++
elf/dl-dst.h | 2 +-
elf/tst-dlopen-offset-mod1.c | 15 ++++
elf/tst-dlopen-offset-mod2.c | 8 +++
elf/tst-dlopen-offset-mod3.c | 8 +++
elf/tst-dlopen-offset.c | 144 +++++++++++++++++++++++++++++++++++++
nss/nss_borg/borg-pwd.c | 2 +-
sysdeps/unix/sysv/linux/x86/time.c | 2 +
9 files changed, 196 insertions(+), 2 deletions(-)
create mode 100644 elf/tst-dlopen-offset-mod1.c
create mode 100644 elf/tst-dlopen-offset-mod2.c
create mode 100644 elf/tst-dlopen-offset-mod3.c
create mode 100644 elf/tst-dlopen-offset.c
--
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 103f6b63ebd [PDB] Print some more details when explaining MSF fields.
new 289a2f5b392 [MSF] Default to FPM2, and always mark FPM pages allocated.
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/DebugInfo/MSF/MSFBuilder.cpp | 38 +++++-------------------------
test/DebugInfo/PDB/write-fpm.test | 8 +++----
unittests/DebugInfo/MSF/MSFBuilderTest.cpp | 5 ++--
3 files changed, 12 insertions(+), 39 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 d2400f4db Refactor Writer::checkNoOverlappingSections. NFC.
new 34d18324f Exit early from a loop. NFC.
new a5e760e14 [MSF] Default to FPM2, and always mark FPM pages allocated.
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/Writer.cpp | 2 +-
test/COFF/pdb.test | 2 +-
2 files changed, 2 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 gcc.
from 128fe6cd7d5 More underlining of bad arguments (PR c++/85110)
new 7ceb795f5ea 2018-03-29 Vladimir Makarov <vmakarov(a)redhat.com>
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:
gcc/ChangeLog | 6 ++++++
gcc/lra-constraints.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr84985.c | 6 ++++++
4 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr84985.c
--
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 acaf5f8ef [ELF] - Add missing check calls to the tests.
new d2400f4db Refactor Writer::checkNoOverlappingSections. NFC.
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/Writer.cpp | 95 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 48 insertions(+), 47 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 d0c687aaf8 [Sema] Make deprecation fix-it replace all multi-parameter O [...]
new dd65d15d8c Generalize NRVO to cover C structs.
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/CGDecl.cpp | 58 ++-
lib/Sema/SemaDecl.cpp | 4 +-
lib/Sema/SemaStmt.cpp | 3 -
test/CodeGen/64bit-swiftcall.c | 20 +-
test/CodeGen/aarch64-neon-perm.c | 324 ++----------
test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 30 +-
test/CodeGen/aggregate-assign-call.c | 10 +-
test/CodeGen/arm-swiftcall.c | 10 -
test/CodeGen/arm_neon_intrinsics.c | 648 ++++++++----------------
test/CodeGen/atomic-ops.c | 4 +-
test/CodeGen/ppc64-align-struct.c | 30 +-
test/CodeGen/wasm-varargs.c | 8 +-
test/CodeGen/windows-swiftcall.c | 20 +-
test/CodeGenObjC/objc-non-trivial-struct-nrvo.m | 134 +++++
14 files changed, 481 insertions(+), 822 deletions(-)
create mode 100644 test/CodeGenObjC/objc-non-trivial-struct-nrvo.m
--
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 f137ed238db [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp [...]
new 103f6b63ebd [PDB] Print some more details when explaining MSF fields.
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-pdbdump/explain.test | 3 +++
tools/llvm-pdbutil/ExplainOutputStyle.cpp | 40 +++++++++++++++++++++++++------
2 files changed, 36 insertions(+), 7 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 f7f26e4429 Set dso_local when clearing dllimport.
new d0c687aaf8 [Sema] Make deprecation fix-it replace all multi-parameter O [...]
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/CharInfo.h | 11 +-
include/clang/Sema/DelayedDiagnostic.h | 12 +-
include/clang/Sema/Sema.h | 4 +-
lib/Sema/DelayedDiagnostic.cpp | 13 +-
lib/Sema/SemaDeclAttr.cpp | 101 +++++++++---
lib/Sema/SemaExpr.cpp | 5 +-
lib/Sema/SemaExprObjC.cpp | 26 ++--
test/SemaObjC/attr-deprecated-replacement-fixit.m | 177 ++++++++++++++++++++++
unittests/Basic/CharInfoTest.cpp | 5 +
9 files changed, 309 insertions(+), 45 deletions(-)
create mode 100644 test/SemaObjC/attr-deprecated-replacement-fixit.m
--
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 cc1c5db7cf7 [ADT] NFC: Fix bogus StringSwitch rule-of-five boilerplate
new 5551cf2225c [PDB] Fix a bug in the explain subcommand.
new 274009662fb Reapply "[DWARFv5] Emit file 0 to the line table."
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/MC/MCContext.h | 9 ++-
include/llvm/MC/MCDwarf.h | 29 ++++++++--
include/llvm/MC/MCStreamer.h | 6 ++
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 11 ++--
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 4 +-
lib/CodeGen/AsmPrinter/DwarfUnit.h | 8 +--
lib/MC/MCAsmStreamer.cpp | 91 +++++++++++++++++++++----------
lib/MC/MCDwarf.cpp | 61 ++++++++++++---------
lib/MC/MCParser/AsmParser.cpp | 18 +++---
lib/MC/MCStreamer.cpp | 9 +++
test/CodeGen/Generic/dwarf-md5.ll | 46 ++++++++--------
test/CodeGen/Generic/dwarf-source.ll | 41 +++++++-------
test/DebugInfo/X86/dbg-file-name.ll | 2 +-
test/DebugInfo/X86/inline-asm-locs.ll | 2 +-
test/MC/ARM/dwarf-asm-multiple-sections.s | 4 +-
test/MC/ELF/debug-file-options.s | 13 ++++-
test/MC/ELF/debug-md5.s | 12 ++--
test/MC/ELF/debug-source.s | 12 +++-
test/MC/ELF/dwarf-file0.s | 19 +++++++
test/tools/llvm-pdbdump/explain.test | 8 +--
tools/llvm-mc/llvm-mc.cpp | 12 ++++
tools/llvm-pdbutil/ExplainOutputStyle.cpp | 18 +++---
22 files changed, 286 insertions(+), 149 deletions(-)
create mode 100644 test/MC/ELF/dwarf-file0.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.