This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9bb5a07f68d Fix msvc compiler error in r327498
new 2d21c59fcf0 Fix 'not all control paths return a value' MSVC warning. NFCI.
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/IR/Core.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 binutils-gdb.
from 9e223787a4 GC: Also check the local debug definition section
new 7dda8d3cf3 PowerPC64 debian bug 886264, out-of-line save/restore functions
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:
bfd/ChangeLog | 7 +++++++
bfd/elf64-ppc.c | 33 ++++++++++++++++++---------------
2 files changed, 25 insertions(+), 15 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 lldb.
from 39c65fb3e [cmake] Fix standalone+LLVM_LINK_LLVM_DYLIB builds (pr36687)
new 188db946b Update selected thread after loading mach core
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:
.../postmortem/mach-core/TestMachCore.py | 68 ++
.../postmortem/mach-core/operating_system.py | 45 ++
.../postmortem/mach-core/test.core.yaml | 853 +++++++++++++++++++++
source/Target/Process.cpp | 6 +-
4 files changed, 969 insertions(+), 3 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/mach- [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/mach- [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/mach- [...]
--
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 5b113a2c3b0 [GlobalISel][X86] Support G_LSHR/G_ASHR/G_SHL
new 9bb5a07f68d Fix msvc compiler error in r327498
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/DIE.cpp | 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 llvm.
from 9357220c93d Explicitly initialize dwarf::FormParams in DIEInteger::SizeOf
new 5b113a2c3b0 [GlobalISel][X86] Support G_LSHR/G_ASHR/G_SHL
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/Target/X86/X86InstructionSelector.cpp | 85 ++++
lib/Target/X86/X86LegalizerInfo.cpp | 10 +
lib/Target/X86/X86RegisterBankInfo.cpp | 4 +
test/CodeGen/X86/GlobalISel/ashr-scalar.ll | 182 ++++++++
test/CodeGen/X86/GlobalISel/ext-x86-64.ll | 18 +-
test/CodeGen/X86/GlobalISel/ext.ll | 16 +-
test/CodeGen/X86/GlobalISel/gep.ll | 24 +-
.../X86/GlobalISel/legalize-ashr-scalar.mir | 84 ++++
.../CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir | 8 +-
.../X86/GlobalISel/legalize-lshr-scalar.mir | 84 ++++
.../CodeGen/X86/GlobalISel/legalize-shl-scalar.mir | 84 ++++
test/CodeGen/X86/GlobalISel/lshr-scalar.ll | 178 ++++++++
test/CodeGen/X86/GlobalISel/select-ashr-scalar.mir | 497 ++++++++++++++++++++
test/CodeGen/X86/GlobalISel/select-lshr-scalar.mir | 497 ++++++++++++++++++++
test/CodeGen/X86/GlobalISel/select-shl-scalar.mir | 498 +++++++++++++++++++++
test/CodeGen/X86/GlobalISel/shl-scalar.ll | 174 +++++++
16 files changed, 2430 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/ashr-scalar.ll
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-ashr-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-lshr-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-shl-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/lshr-scalar.ll
create mode 100644 test/CodeGen/X86/GlobalISel/select-ashr-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-lshr-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-shl-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/shl-scalar.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 binutils-gdb.
from f8ed12daa1 Automatic date update in version.in
new bf48520113 gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS
new 9e223787a4 GC: Also check the local debug definition section
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:
bfd/ChangeLog | 6 ++++++
bfd/elflink.c | 25 ++++++++++++++++++-------
ld/ChangeLog | 11 +++++++++++
ld/testsuite/ld-gc/gc.exp | 2 +-
ld/testsuite/ld-gc/pr20882.d | 9 ++++++---
ld/testsuite/ld-gc/pr20882b.s | 9 ++++++++-
6 files changed, 50 insertions(+), 12 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 3e7114a4b6f TableGen: Explicitly forbid some nestings of class, multicl [...]
new 9357220c93d Explicitly initialize dwarf::FormParams in DIEInteger::SizeOf
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/DIE.cpp | 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 fb37b064999 2018-03-14 Richard Biener <rguenther(a)suse.de>
new e5f29a3e47f Fix tree statistics with -fmem-report.
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 | 8 +++++
gcc/tree.c | 94 ++++++++++++++++++++++++-----------------------------------
2 files changed, 46 insertions(+), 56 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 738ee045416 [AMDGPU] Fix for DAGCombiner infinite loop in OCLtst
new 231876457fe TableGen: Add !dag function for construction
new 14236ebc9ca TableGen: Allow ? in lists
new 8ed1fd468ae TableGen: Type-check BinOps
new 79175dbbae0 TableGen: Allow dag operators to be resolved late
new af0de5073c2 TableGen: Add !ne, !le, !lt, !ge, and !gt comparisons
new 3e7114a4b6f TableGen: Explicitly forbid some nestings of class, multicl [...]
The 6 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/TableGen/LangIntro.rst | 33 +++++-
docs/TableGen/LangRef.rst | 3 +-
include/llvm/TableGen/Record.h | 4 +-
lib/TableGen/Record.cpp | 79 ++++++++++++---
lib/TableGen/TGLexer.cpp | 6 ++
lib/TableGen/TGLexer.h | 3 +-
lib/TableGen/TGParser.cpp | 217 ++++++++++++++++++++++++++++++++--------
test/TableGen/Paste.td | 10 ++
test/TableGen/arithmetic.td | 25 +++++
test/TableGen/compare.td | 54 ++++++++++
test/TableGen/dag-functional.td | 116 +++++++++++++++++++++
test/TableGen/eq.td | 20 +++-
test/TableGen/eqbit.td | 13 ++-
test/TableGen/listconcat.td | 16 +++
test/TableGen/math.td | 17 ++++
15 files changed, 551 insertions(+), 65 deletions(-)
create mode 100644 test/TableGen/arithmetic.td
create mode 100644 test/TableGen/compare.td
create mode 100644 test/TableGen/dag-functional.td
--
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 b40d5d89b76 Fix FAIL display for some scan-*-times directives
new fb37b064999 2018-03-14 Richard Biener <rguenther(a)suse.de>
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 | 11 +++++++++++
gcc/tree-ssa-pre.c | 27 +--------------------------
2 files changed, 12 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.