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 7103ad7 Accept hidden COFF symbols, but treat them as if they were de [...]
new fa09f4e [AArch64] Fix feature dependencies for +simd and +crypto
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:
gas/ChangeLog | 9 +++++++++
gas/config/tc-aarch64.c | 4 ++--
gas/testsuite/gas/aarch64/illegal-crypto-nofp.d | 3 +++
gas/testsuite/gas/aarch64/illegal-crypto-nofp.l | 19 +++++++++++++++++++
gas/testsuite/gas/aarch64/illegal-fp16-nofp.d | 2 ++
gas/testsuite/gas/aarch64/illegal-fp16-nofp.l | 6 ++++++
.../aarch64/{illegal-nofp16.s => illegal-fp16-nofp.s} | 2 +-
7 files changed, 42 insertions(+), 3 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/illegal-crypto-nofp.d
create mode 100644 gas/testsuite/gas/aarch64/illegal-crypto-nofp.l
create mode 100644 gas/testsuite/gas/aarch64/illegal-fp16-nofp.d
create mode 100644 gas/testsuite/gas/aarch64/illegal-fp16-nofp.l
copy gas/testsuite/gas/aarch64/{illegal-nofp16.s => illegal-fp16-nofp.s} (58%)
--
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 668e167 Remove apply_val_pretty_printer parameter valaddr
new 7103ad7 Accept hidden COFF symbols, but treat them as if they were 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:
bfd/ChangeLog | 6 ++++++
bfd/coffcode.h | 5 ++++-
2 files changed, 10 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 gcc-6-branch
in repository gcc.
from 41dfd61 Daily bump.
new f0668fb PR77822: S/390: Add range checks for zero_extract operands.
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 | 6 ++++++
gcc/config/s390/s390.md | 12 ++++++++++--
gcc/testsuite/ChangeLog | 5 +++++
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 binutils-gdb.
from 91588b3 sim: mips: fix dv-tx3904cpu build error
new 65408fa Remove parameter valaddr from c print functions
new 668e167 Remove apply_val_pretty_printer parameter valaddr
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 | 28 ++++++++++++++++++++++++++++
gdb/c-lang.h | 2 +-
gdb/cp-valprint.c | 22 ++++++++++------------
gdb/extension-priv.h | 14 +++++++-------
gdb/extension.c | 16 ++++++++--------
gdb/extension.h | 4 ++--
gdb/guile/guile-internal.h | 4 ++--
gdb/guile/scm-pretty-print.c | 9 ++++-----
gdb/m2-valprint.c | 2 +-
gdb/python/py-prettyprint.c | 9 ++++-----
gdb/python/python-internal.h | 4 ++--
gdb/valprint.c | 5 +----
12 files changed, 70 insertions(+), 49 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 29e1623 [opt-viewer] Make it work in the absence of hotness information
new 286599a [ARM] Add plumbing for GlobalISel
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/ARM/ARMCallLowering.cpp | 47 +++++++++++++
lib/Target/ARM/ARMCallLowering.h | 37 ++++++++++
lib/Target/ARM/ARMInstructionSelector.cpp | 36 ++++++++++
lib/Target/ARM/ARMInstructionSelector.h | 42 +++++++++++
lib/Target/ARM/ARMLegalizerInfo.cpp | 28 ++++++++
lib/Target/ARM/ARMLegalizerInfo.h | 29 ++++++++
lib/Target/ARM/ARMRegisterBankInfo.cpp | 27 +++++++
lib/Target/ARM/ARMRegisterBankInfo.h | 29 ++++++++
lib/Target/ARM/ARMSubtarget.cpp | 22 +++++-
lib/Target/ARM/ARMSubtarget.h | 14 ++++
lib/Target/ARM/ARMTargetMachine.cpp | 82 +++++++++++++++++++++-
lib/Target/ARM/CMakeLists.txt | 16 +++++
lib/Target/ARM/LLVMBuild.txt | 2 +-
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 9 +++
.../{AArch64 => ARM}/GlobalISel/lit.local.cfg | 0
15 files changed, 416 insertions(+), 4 deletions(-)
create mode 100644 lib/Target/ARM/ARMCallLowering.cpp
create mode 100644 lib/Target/ARM/ARMCallLowering.h
create mode 100644 lib/Target/ARM/ARMInstructionSelector.cpp
create mode 100644 lib/Target/ARM/ARMInstructionSelector.h
create mode 100644 lib/Target/ARM/ARMLegalizerInfo.cpp
create mode 100644 lib/Target/ARM/ARMLegalizerInfo.h
create mode 100644 lib/Target/ARM/ARMRegisterBankInfo.cpp
create mode 100644 lib/Target/ARM/ARMRegisterBankInfo.h
create mode 100644 test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll
copy test/CodeGen/{AArch64 => ARM}/GlobalISel/lit.local.cfg (100%)
--
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 gdb-7.12-branch
in repository binutils-gdb.
from fc78269 Automatic date update in version.in
new 67be32e sim: mips: fix builds for r3900 cpus due to missing check_u64
new cd48ce1 sim: mips: fix dv-tx3904cpu build error
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:
sim/mips/ChangeLog | 9 +++++++++
sim/mips/dv-tx3904cpu.c | 5 +++++
sim/mips/mips.igen | 1 +
3 files changed, 15 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 3619728 Fix gold plugin after Error API changes
new 29e1623 [opt-viewer] Make it work in the absence of hotness information
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:
utils/opt-viewer/opt-viewer.py | 42 ++++++++++++++++++++++++++++++------------
1 file changed, 30 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 85a1c21 Add missing file from r286566
new 895b529 Fix examples files to reflect header split in r286566.
new 3619728 Fix gold plugin after Error API changes
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:
examples/BrainF/BrainFDriver.cpp | 2 +-
examples/ModuleMaker/ModuleMaker.cpp | 2 +-
tools/gold/gold-plugin.cpp | 2 +-
3 files changed, 3 insertions(+), 3 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 a547919 Split Bitcode/ReaderWriter.h into separate reader and writer headers
new 85a1c21 Add missing file from r286566
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/Bitcode/BitcodeWriter.h | 53 ++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
create mode 100644 include/llvm/Bitcode/BitcodeWriter.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 llvm.
from c75e3c2 [opt-viewer] PEPify opt-viewer.py
new a547919 Split Bitcode/ReaderWriter.h into separate reader and writer headers
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/Bitcode/BitCodes.h | 8 ++++
.../Bitcode/{ReaderWriter.h => BitcodeReader.h} | 49 +++-------------------
lib/Bitcode/Reader/BitReader.cpp | 2 +-
lib/Bitcode/Reader/BitcodeReader.cpp | 2 +-
lib/Bitcode/Writer/BitWriter.cpp | 3 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 2 +-
lib/Bitcode/Writer/BitcodeWriterPass.cpp | 2 +-
lib/CodeGen/ParallelCG.cpp | 3 +-
lib/IR/Core.cpp | 2 +-
lib/IRReader/IRReader.cpp | 2 +-
lib/LTO/LTO.cpp | 3 +-
lib/LTO/LTOBackend.cpp | 3 +-
lib/LTO/LTOCodeGenerator.cpp | 2 +-
lib/LTO/LTOModule.cpp | 2 +-
lib/LTO/ThinLTOCodeGenerator.cpp | 3 +-
lib/Object/IRObjectFile.cpp | 2 +-
lib/Object/ModuleSummaryIndexObjectFile.cpp | 2 +-
tools/bugpoint/OptimizerDriver.cpp | 2 +-
tools/gold/gold-plugin.cpp | 3 +-
tools/lli/lli.cpp | 2 +-
tools/llvm-as/llvm-as.cpp | 2 +-
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 2 +-
tools/llvm-dis/llvm-dis.cpp | 2 +-
tools/llvm-link/llvm-link.cpp | 2 +-
tools/llvm-lto/llvm-lto.cpp | 3 +-
tools/llvm-split/llvm-split.cpp | 2 +-
tools/lto/lto.cpp | 2 +-
tools/verify-uselistorder/verify-uselistorder.cpp | 3 +-
unittests/Bitcode/BitReaderTest.cpp | 5 ++-
29 files changed, 50 insertions(+), 72 deletions(-)
rename include/llvm/Bitcode/{ReaderWriter.h => BitcodeReader.h} (74%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.