This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 88c88b2 DAGCombiner: Reduce 64-bit BFE pattern to pattern on 32-bit c [...]
new 99b0ca4 [RegisterBankInfo] Change the representation of the partial m [...]
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/CodeGen/GlobalISel/RegisterBankInfo.h | 27 ++++++++---
lib/CodeGen/GlobalISel/RegBankSelect.cpp | 5 +-
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 54 ++++++++++------------
3 files changed, 46 insertions(+), 40 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 0ea0222 2016-04-21 Jerome Lambourg <lambourg(a)adacore.com>
new 238921a 2016-04-21 Hristian Kirtchev <kirtchev(a)adacore.com>
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/ada/ChangeLog | 10 +++++++
gcc/ada/exp_dbug.adb | 29 ++++++++++++++++++
gcc/ada/exp_dbug.ads | 17 ++++++++++-
gcc/ada/exp_pakd.adb | 83 ++++++++++++++++++++++++++--------------------------
gcc/ada/sem_ch13.adb | 4 +--
5 files changed, 98 insertions(+), 45 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 d591d40 [mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR instr [...]
new b18e50c Add a CachedHash structure.
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/ADT/DenseMapInfo.h | 30 +++++++++++++++++++++++++
unittests/ADT/DenseMapTest.cpp | 49 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 79 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 0e2baf6 [AVX512] Add CTTZ support for v8i64 and v16i32 vectors.
new 5a1084c [AArch64][CodeGen] Fix of PR27158: incorrect peephole optimiz [...]
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/AArch64/AArch64InstrInfo.cpp | 228 +++++++++++++++++--------
lib/Target/AArch64/AArch64InstrInfo.h | 4 +-
test/CodeGen/AArch64/arm64-regress-opt-cmp.mir | 41 +++++
test/CodeGen/AArch64/subs-to-sub-opt.ll | 23 +++
4 files changed, 221 insertions(+), 75 deletions(-)
create mode 100644 test/CodeGen/AArch64/arm64-regress-opt-cmp.mir
create mode 100644 test/CodeGen/AArch64/subs-to-sub-opt.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 gcc-6-branch
in repository gcc.
from b307494 2016-04-21 Richard Biener <rguenther(a)suse.de>
new d12d9d0 Cherry-pick r266868 from upstream.
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:
libsanitizer/ChangeLog | 5 +++++
libsanitizer/asan/asan_mac.cc | 6 +++++-
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 hjl/pr67400/64-bit
in repository gcc.
at 25074a0 Load external function address via GOT slot
This branch includes the following new commits:
new 25074a0 Load external function address via GOT slot
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.
--
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 7c699fb Zero-initialize members of the CpuHashInfoTy structure for AsmParser
new c7e7d32 hange the variable name big_size to BigSize. Caught by Rafael [...]
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/Object/MachOObjectFile.cpp | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 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 aa03543 ELF: support -- version of discard-{all,locals}
new f125cac ELF: Change the return type of getSectionOrder.
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/LinkerScript.cpp | 16 ++++++++++------
ELF/LinkerScript.h | 2 +-
2 files changed, 11 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 372b2d6 NFC: fix nonsensical comment
new 13eabc3 Fix crash in llvm-objdump with -macho -objc-meta-data that wa [...]
new ad7d56b [Hexagon] Properly recognize register alt names
new 8f964ad NFC: fix copy / paste comment
The 3 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/AsmParser/HexagonAsmParser.cpp | 60 ++++++++++++----------
lib/Target/Hexagon/Hexagon.td | 1 +
lib/Target/Hexagon/HexagonRegisterInfo.td | 24 +++++----
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 4 +-
test/MC/Hexagon/register-alt-names.s | 14 +++++
tools/llvm-objdump/MachODump.cpp | 3 ++
6 files changed, 66 insertions(+), 40 deletions(-)
create mode 100644 test/MC/Hexagon/register-alt-names.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.