This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from c4334ca27 [ELF] - Don't allow R_X86_64_TPOFF32 dynamic relocation when [...]
new 5a472ea5b [ELF] - Stop support of DF_STATIC_TLS flag.
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/Config.h | 1 -
ELF/SyntheticSections.cpp | 20 ++++++------
ELF/Target.cpp | 9 ------
test/ELF/Inputs/i386-static-tls-model1.s | 10 ------
test/ELF/Inputs/i386-static-tls-model2.s | 9 ------
test/ELF/Inputs/i386-static-tls-model3.s | 9 ------
test/ELF/Inputs/i386-static-tls-model4.s | 9 ------
test/ELF/i386-static-tls-model.s | 20 ------------
test/ELF/i386-tls-ie-shared.s | 52 ++++++++++++++++----------------
test/ELF/tls-dynamic-i686.s | 46 ++++++++++++++--------------
test/ELF/tls-opt-iele-i686-nopic.s | 44 +++++++++++++--------------
11 files changed, 80 insertions(+), 149 deletions(-)
delete mode 100644 test/ELF/Inputs/i386-static-tls-model1.s
delete mode 100644 test/ELF/Inputs/i386-static-tls-model2.s
delete mode 100644 test/ELF/Inputs/i386-static-tls-model3.s
delete mode 100644 test/ELF/Inputs/i386-static-tls-model4.s
delete mode 100644 test/ELF/i386-static-tls-model.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 2dfa410c1dc [APInt] Fix a case where udivrem might delete and create a [...]
new 0a65c23b0e9 [BPI] Ignore remainder while distributing the remaining pro [...]
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/Analysis/BranchProbabilityInfo.cpp | 11 +++--------
test/Analysis/BranchProbabilityInfo/basic.ll | 6 +++---
2 files changed, 6 insertions(+), 11 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 6d68866aa1d mksigtab.sh: recurse once when adding signals to SIGLIST
new bc9457364b4 Typo fixes for "Don't assume __secure_getenv is available"
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:
libgfortran/ChangeLog | 7 +++++++
libgfortran/runtime/environ.c | 4 ++--
2 files changed, 9 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 b62f430846b [Support/Compiler.h] - Use gnu::fallthrough for LLVM_FALLTH [...]
new 2dfa410c1dc [APInt] Fix a case where udivrem might delete and create a [...]
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/Support/APInt.cpp | 7 +++++--
1 file changed, 5 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 lld.
from 32adf7ed2 Detemplate compareSections. NFC.
new c4334ca27 [ELF] - Don't allow R_X86_64_TPOFF32 dynamic relocation when [...]
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/Target.cpp | 3 ++-
test/ELF/x86-64-reloc-tpoff32-fpic.s | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/x86-64-reloc-tpoff32-fpic.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 dbe98ca454 [analyzer] Avoid an allocation in Std C function modelling
new 6aa8fdcd35 [analyzer] Add modelling of __builtin_assume
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/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp | 16 ++++++++++++++++
test/Analysis/builtin-assume.c | 8 ++++++++
2 files changed, 24 insertions(+)
create mode 100644 test/Analysis/builtin-assume.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 668e541eeda Handle a COPY with undef source operand in LowerCopy()
new b62f430846b [Support/Compiler.h] - Use gnu::fallthrough for LLVM_FALLTH [...]
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/Compiler.h | 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 clang.
from 58af9a7cb6 [tooling] RefactoringCallbacks code cleanup
new dbe98ca454 [analyzer] Avoid an allocation in Std C function modelling
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/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp | 5 ++++-
1 file changed, 4 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 1dfa6e7374f [PM/Unswitch] Teach the new simple loop unswitch to handle [...]
new e43c10d2019 [IfConversion] Keep the CFG updated incrementally in IfConv [...]
new 668e541eeda Handle a COPY with undef source operand in LowerCopy()
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/CodeGen/ExpandPostRAPseudos.cpp | 5 ++--
lib/CodeGen/IfConversion.cpp | 27 +++++++++++++++++-----
.../ARM/PR32721_ifcvt_triangle_unanalyzable.mir | 24 +++++++++++++++++++
test/CodeGen/SystemZ/lower-copy-undef-src.mir | 14 +++++++++++
4 files changed, 62 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/MIR/ARM/PR32721_ifcvt_triangle_unanalyzable.mir
create mode 100644 test/CodeGen/SystemZ/lower-copy-undef-src.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.