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 09a5e1b570 Use TRY/CATCH in remove_prev_frame
new 3173aa2fc2 Remove cleanups from coff-pe-read.c
new 5ca3b2605c Use gdb::byte_vector in remote.c
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:
gdb/ChangeLog | 13 +++++++++++++
gdb/coff-pe-read.c | 43 ++++++++++++++-----------------------------
gdb/remote.c | 22 +++++++---------------
3 files changed, 34 insertions(+), 44 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 0d3a4af35c0 [RFC][Patch 2/3] Add a MCSubtargetInfo hook to resolve vari [...]
new ca7ed383cb0 [mips] Fix the definitions of lwp, swp
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/Mips/AsmParser/MipsAsmParser.cpp | 25 ++++++++++++++++---
lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 3 +--
lib/Target/Mips/MicroMips32r6InstrFormats.td | 15 ------------
lib/Target/Mips/MicroMips32r6InstrInfo.td | 30 -----------------------
lib/Target/Mips/MicroMipsInstrInfo.td | 21 +++-------------
5 files changed, 26 insertions(+), 68 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 e95a5af37 Fix format string
new cb5096344 Remove DWARFUnit::ClearDIEs parameter keep_compile_unit_die
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:
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 9 ++++-----
source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 2 +-
source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp | 2 +-
3 files changed, 6 insertions(+), 7 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 e68d92b3873 [RFC][Patch 1/3] Add a new class of predicates for variant [...]
new 0d3a4af35c0 [RFC][Patch 2/3] Add a MCSubtargetInfo hook to resolve vari [...]
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/MC/MCSubtargetInfo.h | 7 +++++
utils/TableGen/InstrInfoEmitter.cpp | 55 +++++++++++++++++++++++++++++++++++++
utils/TableGen/SubtargetEmitter.cpp | 25 ++++++++++++++++-
3 files changed, 86 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 openmp.
from 307b6fc [CUDA]Fix dynamic|guided scheduling.
new 15592a1 [CMake] Unify install path for libraries
new b1a95ef [libomptarget-nvptx] loop: Determine if runtime uninitialized
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:
CMakeLists.txt | 4 +-
libomptarget/deviceRTLs/nvptx/CMakeLists.txt | 6 +--
libomptarget/deviceRTLs/nvptx/src/loop.cu | 80 +++++++++++++++-------------
libomptarget/plugins/CMakeLists.txt | 2 +-
libomptarget/plugins/cuda/CMakeLists.txt | 2 +-
libomptarget/src/CMakeLists.txt | 2 +-
runtime/src/CMakeLists.txt | 10 ++--
7 files changed, 56 insertions(+), 50 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 f1f35aaa798 [NFC] Restructure linkage name printing in AsmWriter
new e68d92b3873 [RFC][Patch 1/3] Add a new class of predicates for variant [...]
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/Target/Target.td | 5 +
include/llvm/Target/TargetInstrPredicate.td | 194 +++++++++++++++++++++
include/llvm/Target/TargetSchedule.td | 16 +-
utils/TableGen/CMakeLists.txt | 1 +
utils/TableGen/InstrInfoEmitter.cpp | 35 +++-
utils/TableGen/PredicateExpander.cpp | 253 ++++++++++++++++++++++++++++
utils/TableGen/PredicateExpander.h | 85 ++++++++++
utils/TableGen/SubtargetEmitter.cpp | 106 ++++++++----
8 files changed, 659 insertions(+), 36 deletions(-)
create mode 100644 include/llvm/Target/TargetInstrPredicate.td
create mode 100644 utils/TableGen/PredicateExpander.cpp
create mode 100644 utils/TableGen/PredicateExpander.h
--
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 03bda85557 [analyzer] Added a getLValue method to ProgramState for bases
new 8def6e8303 [Sema] Add tests for weak 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:
test/Sema/attr-weak.c | 3 +++
1 file changed, 3 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 682d7382c66 [Hexagon] Fix packing source vectors in shufflevector selection
new f1f35aaa798 [NFC] Restructure linkage name printing in AsmWriter
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/AsmWriter.cpp | 71 +++++++++++++++++++++++++++++-----------------------
1 file changed, 40 insertions(+), 31 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 8d113114c48 [MustExecute] Fix a debug invariant issue in isGuaranteedTo [...]
new 682d7382c66 [Hexagon] Fix packing source vectors in shufflevector selection
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/Hexagon/HexagonISelDAGToDAGHVX.cpp | 12 +++++++++---
test/CodeGen/Hexagon/autohvx/isel-shuffle-pack.ll | 12 ++++++++++++
2 files changed, 21 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/Hexagon/autohvx/isel-shuffle-pack.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.