This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ed88e83b5d Fixed a race condition in PrecompiledPreamble.
new 15af0ebfc4 Add a getName accessor for ModuleMacros.
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/Lex/MacroInfo.h | 3 +++
1 file changed, 3 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 7b10f6e9190 Add "Restored" flag to CalleeSavedInfo
new 6c9cbed3f7f Add .rc scripts tokenizer.
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-rc/Inputs/tokens.rc | 8 +
test/tools/llvm-rc/tokenizer.test | 35 ++++
tools/llvm-rc/CMakeLists.txt | 1 +
tools/llvm-rc/ResourceScriptToken.cpp | 296 ++++++++++++++++++++++++++++++++
tools/llvm-rc/ResourceScriptToken.h | 81 +++++++++
tools/llvm-rc/ResourceScriptTokenList.h | 35 ++++
tools/llvm-rc/llvm-rc.cpp | 53 +++++-
7 files changed, 507 insertions(+), 2 deletions(-)
create mode 100644 test/tools/llvm-rc/Inputs/tokens.rc
create mode 100644 test/tools/llvm-rc/tokenizer.test
create mode 100644 tools/llvm-rc/ResourceScriptToken.cpp
create mode 100644 tools/llvm-rc/ResourceScriptToken.h
create mode 100644 tools/llvm-rc/ResourceScriptTokenList.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 3b2a8efbd Garbage-collect common symbols.
new 05ee288bf Remove ResolvedReloc.
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/MarkLive.cpp | 76 +++++++++++++++++++++++++++-----------------------------
1 file changed, 36 insertions(+), 40 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 0fd98222cef [InstCombine] add memcpy expansion tests with potential DL [...]
new 7b10f6e9190 Add "Restored" flag to CalleeSavedInfo
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/CodeGen/MachineFrameInfo.h | 19 ++++++++++++++++++-
include/llvm/Target/TargetFrameLowering.h | 4 +++-
lib/CodeGen/LivePhysRegs.cpp | 3 ++-
lib/CodeGen/PrologEpilogInserter.cpp | 4 ++--
lib/Target/AArch64/AArch64FrameLowering.cpp | 2 +-
lib/Target/AArch64/AArch64FrameLowering.h | 2 +-
lib/Target/ARM/ARMFrameLowering.cpp | 19 ++++++++++++++-----
lib/Target/ARM/ARMFrameLowering.h | 4 ++--
lib/Target/ARM/Thumb1FrameLowering.cpp | 2 +-
lib/Target/ARM/Thumb1FrameLowering.h | 2 +-
lib/Target/AVR/AVRFrameLowering.cpp | 2 +-
lib/Target/AVR/AVRFrameLowering.h | 2 +-
lib/Target/Hexagon/HexagonFrameLowering.h | 2 +-
lib/Target/MSP430/MSP430FrameLowering.cpp | 2 +-
lib/Target/MSP430/MSP430FrameLowering.h | 2 +-
lib/Target/Mips/Mips16FrameLowering.cpp | 2 +-
lib/Target/Mips/Mips16FrameLowering.h | 2 +-
lib/Target/PowerPC/PPCFrameLowering.cpp | 2 +-
lib/Target/PowerPC/PPCFrameLowering.h | 2 +-
lib/Target/SystemZ/SystemZFrameLowering.cpp | 2 +-
lib/Target/SystemZ/SystemZFrameLowering.h | 2 +-
lib/Target/X86/X86FrameLowering.cpp | 2 +-
lib/Target/X86/X86FrameLowering.h | 2 +-
lib/Target/XCore/XCoreFrameLowering.cpp | 2 +-
lib/Target/XCore/XCoreFrameLowering.h | 2 +-
25 files changed, 60 insertions(+), 31 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 9a0efb9546 Place implictly declared functions at block scope
new ed88e83b5d Fixed a race condition in PrecompiledPreamble.
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/Frontend/PrecompiledPreamble.cpp | 10 +++++++++-
1 file changed, 9 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.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from de44148c51 Automatic date update in version.in
new 5d8b1671b6 Backport fix for a Darwin x86 assembler bug from the mainline.
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:
gas/ChangeLog | 10 ++++++++++
gas/config/obj-macho.c | 22 +++++++++++++++++-----
2 files changed, 27 insertions(+), 5 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 glibc.
from 2449ae7b2d ld.so: Introduce struct dl_exception
new 922369032c [AArch64] Optimized memcmp.
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/aarch64/memcmp.S | 176 +++++++++++++++++++----------------------------
2 files changed, 76 insertions(+), 105 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 46452fa9b [ELF, LinkerScript] Support ! operator in linker script.
new 3b2a8efbd Garbage-collect common symbols.
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/MarkLive.cpp | 22 +++++++++++++++++-----
ELF/Symbols.cpp | 2 +-
ELF/Symbols.h | 10 +++++++---
ELF/SyntheticSections.cpp | 4 +++-
ELF/Writer.cpp | 4 ++++
test/ELF/common-gc.s | 41 +++++++++++++++++++++++++++++++++++++++++
test/ELF/common-gc2.s | 15 +++++++++++++++
7 files changed, 88 insertions(+), 10 deletions(-)
create mode 100644 test/ELF/common-gc.s
create mode 100644 test/ELF/common-gc2.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 clang.
from f9f008684e [Parse] Document PrintStats, SkipFunctionBodies
new 99bc550ed3 [mips] Notify user that `-mabicalls` is ignored on non-PIC N64 ABI
new 5255c89a98 [mips] Show warning in case of mixing -mlong-calls and -mabi [...]
new 952359d59e [mips] Group all `-mabicalls` related checks in the single p [...]
new 9a0efb9546 Place implictly declared functions at block scope
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:
include/clang/Basic/DiagnosticDriverKinds.td | 8 ++++++
include/clang/Sema/Scope.h | 8 ++++++
lib/Driver/ToolChains/Arch/Mips.cpp | 30 +++++++++++++++++----
lib/Parse/ParseCXXInlineMethods.cpp | 3 ++-
lib/Parse/ParseDecl.cpp | 4 ++-
lib/Parse/ParseExpr.cpp | 2 +-
lib/Parse/ParseExprCXX.cpp | 3 ++-
lib/Parse/ParseObjc.cpp | 22 +++++++++-------
lib/Parse/ParseOpenMP.cpp | 11 +++++---
lib/Parse/ParsePragma.cpp | 3 ++-
lib/Parse/ParseStmt.cpp | 17 +++++++-----
lib/Parse/ParseTemplate.cpp | 3 ++-
lib/Parse/Parser.cpp | 11 +++++---
lib/Sema/SemaDecl.cpp | 8 ++++--
test/Driver/mips-abicalls-warning.c | 9 +++++++
test/Driver/mips-features.c | 13 ++++++++--
test/Sema/implicit-decl-c90.c | 39 ++++++++++++++++++++++++++++
test/Sema/implicit-decl.c | 5 ++--
18 files changed, 156 insertions(+), 43 deletions(-)
create mode 100644 test/Driver/mips-abicalls-warning.c
create mode 100644 test/Sema/implicit-decl-c90.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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 2684173 start-container-qemu.sh: New script
new 2c0c636 jenkins-helpers.sh: Fix print_bind_mounts.
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-helpers.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.