This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 5386ce517 [cfi] Disable thinlto tests on Darwin.
new 1d5d795ba [builtins] Implement emulated TLS on Windows.
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/builtins/CMakeLists.txt | 9 +-
lib/builtins/emutls.c | 280 ++++++++++++++++++++++++++++++++++----------
2 files changed, 222 insertions(+), 67 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 release_40
in repository llvm.
from 23d36c6dbda Merging r298604:
new 7b61abe47c6 Merging r296493:
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/Triple.cpp | 1 +
unittests/ADT/TripleTest.cpp | 4 ++++
2 files changed, 5 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 bb7651ba991 Update documentation for the NetBSD target
new 56bf04cfa41 [InstCombine] use 'match' to reduce code; 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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 67 ++++++++++------------
1 file changed, 31 insertions(+), 36 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 4a4290955c1 [globalisel][tablegen] Add support for RegisterOperand.
new bb7651ba991 Update documentation for the NetBSD target
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/GettingStarted.rst | 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 llvm.
from cc3830e7daa [globalisel][tablegen] Revise API for ComplexPattern operan [...]
new 4a4290955c1 [globalisel][tablegen] Add support for RegisterOperand.
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/TableGen/GlobalISelEmitter.td | 3 ++-
utils/TableGen/GlobalISelEmitter.cpp | 11 ++++++++++-
2 files changed, 12 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 binutils-gdb.
from a8cc8a548e PowerPC VLE insn set additions
new 2e78302469 Use ui_out_emit_tuple
new 46b9c12945 More uses of ui_out_emit_tuple
new a14a62ddff Use ui_out_emit_tuple in tracepoint.c
new 0092b74da6 Use ui_out_emit_tuple in more places in MI
new 10f489e576 Use ui_out_emit_list
The 5 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:
gdb/ChangeLog | 82 ++++++++++++++++++++++++++++++++++++
gdb/ada-tasks.c | 4 +-
gdb/annotate.h | 11 +++++
gdb/auto-load.c | 16 ++-----
gdb/breakpoint.c | 56 +++++++++---------------
gdb/cli/cli-setshow.c | 15 ++-----
gdb/cp-abi.c | 5 +--
gdb/disasm.c | 19 ++-------
gdb/gdb_bfd.c | 4 +-
gdb/inferior.c | 5 +--
gdb/linux-thread-db.c | 3 +-
gdb/mi/mi-cmd-file.c | 5 +--
gdb/mi/mi-cmd-info.c | 10 +----
gdb/mi/mi-cmd-stack.c | 28 +++---------
gdb/mi/mi-cmd-var.c | 21 +++------
gdb/mi/mi-interp.c | 12 ++----
gdb/mi/mi-main.c | 110 ++++++++++++++----------------------------------
gdb/mi/mi-symbol-cmds.c | 8 +---
gdb/osdata.c | 29 ++++++-------
gdb/probe.c | 5 +--
gdb/progspace.c | 4 +-
gdb/record-btrace.c | 22 ++--------
gdb/remote.c | 11 +----
gdb/skip.c | 5 +--
gdb/solib.c | 6 +--
gdb/stack.c | 42 +++++++-----------
gdb/thread.c | 30 ++++++-------
gdb/tracepoint.c | 42 +++++++-----------
28 files changed, 249 insertions(+), 361 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 caed319d511 [globalisel][tablegen] Fix PR32733 by checking which instru [...]
new cc3830e7daa [globalisel][tablegen] Revise API for ComplexPattern operan [...]
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 4 +
include/llvm/CodeGen/MachineOperand.h | 6 -
include/llvm/Target/GlobalISel/Target.td | 10 +-
lib/CodeGen/MIRPrinter.cpp | 3 -
lib/CodeGen/MachineInstr.cpp | 7 -
lib/Target/AArch64/AArch64InstrFormats.td | 4 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 22 ++--
lib/Target/ARM/ARMExpandPseudoInsts.cpp | 1 -
test/TableGen/GlobalISelEmitter.td | 17 +--
utils/TableGen/GlobalISelEmitter.cpp | 142 ++++++---------------
10 files changed, 61 insertions(+), 155 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 zorg.
from 225e505 Add a -noinstall option to the build.py script to allow build [...]
new 260fd08 Register new machine lldb-amd64-ninja-netbsd8
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:
buildbot/osuosl/master/config/builders.py | 7 +++++++
buildbot/osuosl/master/config/slaves.py | 6 ++++--
buildbot/osuosl/master/config/status.py | 10 ++++++++++
3 files changed, 21 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 newlib.
from 8e0876727 cygwin doc: Add postinstall/preremove scripts to install Star [...]
new b8523353d Fix stat.st_blocks for files compressed with CompactOS method
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:
winsup/cygwin/fhandler_disk_file.cc | 17 ++++++++++++-----
1 file changed, 12 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 llvm.
from ae37bc3170d Fix test to handle .rel and .rela sections (& to actually s [...]
new caed319d511 [globalisel][tablegen] Fix PR32733 by checking which instru [...]
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/CodeGen/AArch64/GlobalISel/select-pr32733.mir | 65 ++++++++++++++++++++++
utils/TableGen/GlobalISelEmitter.cpp | 5 +-
2 files changed, 68 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-pr32733.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.