This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0645f99 Delete store to Target option PositionIndependentExecutable a [...]
new fc653e4 Reverting 268055 as it caused PR27579.
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/CGDebugInfo.cpp | 41 +++++---------------------
lib/CodeGen/CGDebugInfo.h | 11 -------
lib/CodeGen/CGDecl.cpp | 21 +++++--------
test/CodeGenCXX/debug-info-anon-union-vars.cpp | 16 +++++-----
test/CodeGenCXX/debug-info-lb.cpp | 27 -----------------
5 files changed, 22 insertions(+), 94 deletions(-)
delete mode 100644 test/CodeGenCXX/debug-info-lb.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 793e619 [LowerGuardIntrinsics] Keep track of !make.implicit metadata
new 36e1723 Reverting 268054 & 268063 as they caused PR27579.
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/AsmPrinter/DwarfCompileUnit.cpp | 139 ++++-----------
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 37 +---
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 35 +---
lib/CodeGen/AsmPrinter/DwarfDebug.h | 17 --
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 22 +--
lib/CodeGen/AsmPrinter/DwarfUnit.h | 3 -
.../Generic/2010-04-06-NestedFnDbgInfo.ll | 3 +-
.../Generic/2010-06-29-InlinedFnLocalVar.ll | 3 +-
test/DebugInfo/Generic/namespace.ll | 30 ++--
test/DebugInfo/Mips/InlinedFnLocalVar.ll | 3 +-
test/DebugInfo/X86/InlinedFnLocalVar.ll | 3 +-
test/DebugInfo/X86/PR24008.ll | 66 -------
test/DebugInfo/X86/dbg-file-name.ll | 3 +-
test/DebugInfo/X86/debug-dead-local-var.ll | 3 +-
test/DebugInfo/X86/gnu-public-names.ll | 25 ++-
test/DebugInfo/X86/lexical-block-file-inline.ll | 4 +
test/DebugInfo/X86/lexical-block-file.ll | 88 ---------
test/DebugInfo/X86/lexical-block-inline.ll | 198 ---------------------
test/DebugInfo/X86/lexical-block.ll | 130 --------------
test/DebugInfo/X86/subprogram-inline.ll | 168 -----------------
20 files changed, 86 insertions(+), 894 deletions(-)
delete mode 100644 test/DebugInfo/X86/PR24008.ll
delete mode 100644 test/DebugInfo/X86/lexical-block-file.ll
delete mode 100644 test/DebugInfo/X86/lexical-block-inline.ll
delete mode 100644 test/DebugInfo/X86/lexical-block.ll
delete mode 100644 test/DebugInfo/X86/subprogram-inline.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 lld.
from 133e017 Don't depend on lld creating relocations in ro segments.
new a74ccac Don't create dynamic relocations to ro segments.
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/InputSection.h | 3 +-
ELF/Writer.cpp | 185 ++++++++++++++++++----------------
test/ELF/Inputs/protected-shared.s | 3 +
test/ELF/Inputs/undef-with-plt-addr.s | 4 +
test/ELF/copy-errors.s | 15 +++
test/ELF/copy-in-shared.s | 12 +--
test/ELF/eh-frame-dyn-rel.s | 7 +-
test/ELF/i386-got-and-copy.s | 1 -
test/ELF/undef-with-plt-addr.s | 26 ++++-
test/ELF/x86-64-reloc-32-fpic.s | 2 +-
test/ELF/x86-64-reloc-pc32-fpic.s | 2 +-
11 files changed, 152 insertions(+), 108 deletions(-)
create mode 100644 test/ELF/copy-errors.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 llvm.
from 1774024 Reroll loops with multiple IV and negative step part 3 [...]
new 793e619 [LowerGuardIntrinsics] Keep track of !make.implicit metadata
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:
docs/LangRef.rst | 7 ++++++-
lib/Transforms/Scalar/LowerGuardIntrinsic.cpp | 3 +++
test/Transforms/LowerGuardIntrinsic/basic.ll | 12 ++++++++++++
3 files changed, 21 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 llvm.
from 9759276 Fix a typo (NFC)
new 1c7deb2 [Orc] Fix the AArch64 resolver size.
new 1774024 Reroll loops with multiple IV and negative step part 3 [...]
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:
.../ExecutionEngine/Orc/OrcArchitectureSupport.h | 2 +-
lib/Transforms/Scalar/LoopRerollPass.cpp | 164 +++++++++++++++++++--
test/Transforms/LoopReroll/complex_reroll.ll | 134 +++++++++++++++++
3 files changed, 290 insertions(+), 10 deletions(-)
create mode 100644 test/Transforms/LoopReroll/complex_reroll.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 lld.
from 872a3a5 Document how to recreate a binary.
new 133e017 Don't depend on lld creating relocations in ro segments.
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/ELF/Inputs/visibility.s | 1 +
test/ELF/as-needed.s | 1 +
test/ELF/incompatible.s | 1 +
test/ELF/lto/Inputs/shared.s | 2 +
test/ELF/lto/undefined-puts.ll | 2 +-
test/ELF/protected-shared.s | 4 +-
test/ELF/relative-dynamic-reloc-ppc64.s | 4 +-
test/ELF/relative-dynamic-reloc.s | 4 +-
test/ELF/relocation-non-alloc.s | 21 ++---
test/ELF/relocation-size-shared.s | 76 +++++++++---------
test/ELF/relocation-size.s | 138 ++++++++++++++++----------------
test/ELF/shared-be.s | 1 +
test/ELF/tls-i686.s | 54 ++++++-------
test/ELF/verneed.s | 6 +-
test/ELF/visibility.s | 2 +-
15 files changed, 163 insertions(+), 154 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 3e4c45a Daily bump.
new 90ae224 [RS6000] Simplify setting of fixed_regs[RS6000_PIC_OFFSET_TAB [...]
new 43a8beb [RS6000] PR69645, -ffixed-reg ignored
new 33d06db [RS6000] Split SAVRES_STRATEGY
new cffc0b3 [RS6000] Allow saving of fixed regs.
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:
gcc/ChangeLog | 30 +++++++
gcc/config/rs6000/rs6000.c | 210 +++++++++++++++++++++++++--------------------
2 files changed, 145 insertions(+), 95 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 6ab99c7 AMDGPU/SI: Enable the post-ra scheduler
new 9759276 Fix a typo (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:
include/llvm/Support/Error.h | 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 gcc.
from 32305c3 Goodbye REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED
new 3e4c45a 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.