This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from bf454e5 PR bootstrap/70704 * pt.c (build_non_dependent_expr): Tempo [...]
new 8d710a1 Daily bump.
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/DATESTAMP | 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 gcc-4_9-branch
in repository gcc.
from 2f51f47 Daily bump.
new 4083273 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from b8f5a19 Daily bump.
new 2a2834c Daily bump.
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/DATESTAMP | 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 lld.
from 109f827 ELF: Move code to where it is used, and related cleanups. NFC.
new a729286 ELF: Re-implement -u directly and remove CanKeepUndefined flag.
new 7af8aec ELF: Merge UndefinedBitcode and UndefinedElf. NFC.
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/Driver.cpp | 4 +---
ELF/InputFiles.cpp | 24 +++++++++++++++---------
ELF/OutputSections.cpp | 3 +--
ELF/SymbolTable.cpp | 25 +++++++++++++------------
ELF/SymbolTable.h | 1 +
ELF/Symbols.cpp | 43 ++++++++++++-------------------------------
ELF/Symbols.h | 39 ++++++++++++---------------------------
ELF/Writer.cpp | 7 ++-----
test/ELF/undefined-opt.s | 11 +++++++++++
9 files changed, 68 insertions(+), 89 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 5225ed2 Add optimization bisect opt-in calls for SystemZ passes
new 820df98 [MachineInstrBundle] Update the comment for PhysRegInfo::DeadDef.
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/MachineInstrBundle.h | 6 ++++--
1 file changed, 4 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 llvm.
from ba357d2 [X86] Make sure it is safe to clobber EFLAGS, if need be, whe [...]
new 347552a Add optimization bisect opt-in calls for NVPTX passes
new 5225ed2 Add optimization bisect opt-in calls for SystemZ passes
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/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp | 2 +-
lib/Target/NVPTX/NVPTXImageOptimizer.cpp | 3 +++
lib/Target/NVPTX/NVPTXInferAddressSpaces.cpp | 3 +++
lib/Target/NVPTX/NVPTXLowerAlloca.cpp | 3 +++
lib/Target/NVPTX/NVPTXPeephole.cpp | 3 +++
lib/Target/SystemZ/SystemZElimCompare.cpp | 3 +++
lib/Target/SystemZ/SystemZLDCleanup.cpp | 3 +++
lib/Target/SystemZ/SystemZShortenInst.cpp | 3 +++
8 files changed, 22 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 master
in repository lld.
from e06afab Return R_GOTREL for R_MIPS_GPREL*.
new 109f827 ELF: Move code to where it is used, and related cleanups. 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/ICF.cpp | 13 ++-------
ELF/InputFiles.h | 5 ++++
ELF/InputSection.cpp | 40 +--------------------------
ELF/InputSection.h | 6 -----
ELF/MarkLive.cpp | 73 +++++++++++++++++++++++++++++++++-----------------
ELF/OutputSections.cpp | 28 ++++++++++---------
ELF/Writer.cpp | 6 ++---
7 files changed, 74 insertions(+), 97 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 b7e0749 Reassociate: Convert another functor into a lambda. NFC
new 573cbb5 [X86] Replace -mcpu with -mattr in several tests Differential [...]
new c943cfa PM: Port Reassociate to the new pass manager
new ba357d2 [X86] Make sure it is safe to clobber EFLAGS, if need be, whe [...]
The 3 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/InitializePasses.h | 2 +-
include/llvm/Transforms/Scalar/Reassociate.h | 101 +++++++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Target/X86/X86FrameLowering.cpp | 6 +
lib/Target/X86/X86FrameLowering.h | 10 ++
lib/Transforms/Scalar/Reassociate.cpp | 240 +++++++++++----------------
lib/Transforms/Scalar/Scalar.cpp | 2 +-
test/CodeGen/X86/i686-win-shrink-wrapping.ll | 44 +++++
test/CodeGen/X86/machine-cp.ll | 2 +-
test/CodeGen/X86/misched-ilp.ll | 4 +-
test/CodeGen/X86/pr16360.ll | 2 +-
test/CodeGen/X86/sse2.ll | 2 +-
test/Transforms/Reassociate/basictest.ll | 1 +
14 files changed, 272 insertions(+), 146 deletions(-)
create mode 100644 include/llvm/Transforms/Scalar/Reassociate.h
create mode 100644 test/CodeGen/X86/i686-win-shrink-wrapping.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 clang.
from b5c8a0c Check 'r' and 'y specifiers of freebsd_kernel_printf format s [...]
new 2e58709 Module debugging: Also correctly handle typedef'd foward-decl [...]
new ca0241c PR27513: When determining which declaration to put into an ex [...]
new 82e0435 Module debugging: Add an assertion.
The 3 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/CGDebugInfo.cpp | 13 +++++++------
lib/Serialization/ASTWriter.cpp | 13 +++++++++++--
test/Modules/ExtDebugInfo.cpp | 13 ++++++++++++-
test/Modules/Inputs/DebugCXX.h | 9 +++++----
test/Modules/Inputs/PR27513/a.h | 5 +++++
.../Inputs/{merge-template-members/merge.h => PR27513/b.h} | 1 +
test/Modules/Inputs/PR27513/b1.h | 1 +
test/Modules/Inputs/PR27513/b11.h | 2 ++
test/Modules/Inputs/PR27513/b111.h | 3 +++
test/Modules/Inputs/PR27513/b1111.h | 1 +
test/Modules/Inputs/PR27513/b1112.h | 1 +
test/Modules/Inputs/PR27513/b2.h | 1 +
test/Modules/Inputs/PR27513/c.h | 1 +
test/Modules/Inputs/PR27513/module.modulemap | 7 +++++++
test/Modules/Inputs/PR27513/mystring.h | 8 ++++++++
test/Modules/ModuleDebugInfo.cpp | 4 ++++
test/Modules/pr27513.cpp | 7 +++++++
17 files changed, 77 insertions(+), 13 deletions(-)
create mode 100644 test/Modules/Inputs/PR27513/a.h
copy test/Modules/Inputs/{merge-template-members/merge.h => PR27513/b.h} (59%)
create mode 100644 test/Modules/Inputs/PR27513/b1.h
create mode 100644 test/Modules/Inputs/PR27513/b11.h
create mode 100644 test/Modules/Inputs/PR27513/b111.h
create mode 100644 test/Modules/Inputs/PR27513/b1111.h
create mode 100644 test/Modules/Inputs/PR27513/b1112.h
create mode 100644 test/Modules/Inputs/PR27513/b2.h
create mode 100644 test/Modules/Inputs/PR27513/c.h
create mode 100644 test/Modules/Inputs/PR27513/module.modulemap
create mode 100644 test/Modules/Inputs/PR27513/mystring.h
create mode 100644 test/Modules/pr27513.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 b4a90e6 [SimplifyCFG] propagate branch metadata when creating select
new aa06cc1 [LVI] Cut short search if we know we can't return a useful result
new b7e0749 Reassociate: Convert another functor into a lambda. NFC
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/Analysis/LazyValueInfo.cpp | 53 +++++++++++++++++++++++++++++------
lib/Transforms/Scalar/Reassociate.cpp | 28 +++++++++---------
2 files changed, 57 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.