This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1ab1e79a01e AMDGPU: Make areMemAccessesTriviallyDisjoint more aware of [...]
new 4ea03c9bbc2 lit::shtest-format.py: Make write-bad-encoding.py py3-aware.
new 38e69b8dcf7 [MachineOutliner] NFC: Change IsTailCall to a call class + [...]
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:
include/llvm/Target/TargetInstrInfo.h | 25 ++--
lib/CodeGen/MachineOutliner.cpp | 87 +++++++-----
lib/Target/AArch64/AArch64InstrInfo.cpp | 49 ++++---
lib/Target/AArch64/AArch64InstrInfo.h | 153 ++++++++++++++-------
lib/Target/X86/X86InstrInfo.cpp | 41 +++---
lib/Target/X86/X86InstrInfo.h | 138 +++++++++----------
.../external_shell/write-bad-encoding.py | 2 +-
7 files changed, 289 insertions(+), 206 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 libcxx.
from 5d91f314f [libcxx] [test] Change comments to say C++ instead of c++. NFC.
new 487562fc6 [libc++] Hoist extern template above first use
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/string | 3 ++-
1 file changed, 2 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 gcc.
from 4a2c6818391 Daily bump.
new 20fb2ca102c use c++ instead of make_node_stat
new 8a50b528c61 use c++ instead of _stat for copy_node_stat
new 384f2bc8445 use cxx instead of make_tree_binfo_stat
new e01a5d618bd use c++ for make_int_cst_stat
new 64a50bc9ad1 use c++ instead of buildN_stat{,_loc}
new 0399ded91a6 use c++ instead of {make,grow}_tree_vec_stat
new 11ba0fb8624 replace gimple_alloc_stat with c++
new 839478ecf2a use c++ instead of build_decl_stat
new 5dd135fd8c6 use c++ instead of build_vl_exp_stat
new b1d777e8c65 use c++ for tree_cons_stat
new 22fd4a9e64b remove unused build_var_debug_value prototype
new e65b7169fa1 use C++ for {make,build}_vector_stat
new 4cd09923493 use c++ for build_tree_list{,_vec}_stat
new 68095389ab5 replace rtx_alloc_stat with c++
new 3523e41a496 replace shallow_copy_rtx_stat with c++
new c163347d17f simplify the bitmap alloc_stat functions with c++
new 076121e0259 use c++ for bitmap_initialize
new 8fa9cbe6d66 use c++ for gimple_build_debug_bind{,_source}
new 35da66527c8 use c++ for fold_buildN_loc
The 19 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 | 141 ++++++++++++++++++++++++++++++++++++++++++++++++++
gcc/bitmap.c | 8 +--
gcc/bitmap.h | 17 ++----
gcc/cp/ChangeLog | 5 ++
gcc/cp/lex.c | 4 +-
gcc/emit-rtl.c | 2 +-
gcc/fold-const.c | 14 ++---
gcc/fold-const.h | 24 ++++-----
gcc/fortran/ChangeLog | 4 ++
gcc/fortran/resolve.c | 2 +-
gcc/gengenrtl.c | 2 +-
gcc/gimple.c | 8 +--
gcc/gimple.h | 11 ++--
gcc/rtl.c | 4 +-
gcc/rtl.h | 6 +--
gcc/tree.c | 62 +++++++++++-----------
gcc/tree.h | 106 +++++++++++++------------------------
17 files changed, 259 insertions(+), 161 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 27eee9a0e24 AMDGPU: Teach isLegalAddressingMode about global_* instructions
new 1ab1e79a01e AMDGPU: Make areMemAccessesTriviallyDisjoint more aware of [...]
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/AMDGPU/SIInstrInfo.cpp | 2 +-
lib/Target/AMDGPU/SIInstrInfo.h | 8 ++
test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll | 125 +++++++++++++++------
3 files changed, 98 insertions(+), 37 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 d74d012b621 AMDGPU: Start selecting global instructions
new 27eee9a0e24 AMDGPU: Teach isLegalAddressingMode about global_* instructions
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/AMDGPU/SIISelLowering.cpp | 40 ++++++++------
lib/Target/AMDGPU/SIISelLowering.h | 1 +
test/CodeGen/AMDGPU/cgp-addressing-modes.ll | 85 +++++++++++++++++++++++++----
3 files changed, 100 insertions(+), 26 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 ab637ccbc09 [Hexagon] Fix some Clang-tidy modernize-use-using and Inclu [...]
new d74d012b621 AMDGPU: Start selecting global instructions
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/AMDGPU/AMDGPUISelDAGToDAG.cpp | 20 +-
lib/Target/AMDGPU/AMDGPUInstructions.td | 1 +
lib/Target/AMDGPU/FLATInstructions.td | 93 +++-
test/CodeGen/AMDGPU/add.v2i16.ll | 16 +-
test/CodeGen/AMDGPU/addrspacecast.ll | 14 +-
test/CodeGen/AMDGPU/ashr.v2i16.ll | 22 +-
test/CodeGen/AMDGPU/extract_vector_elt-i16.ll | 2 +-
test/CodeGen/AMDGPU/fabs.f16.ll | 8 +-
test/CodeGen/AMDGPU/fcanonicalize-elimination.ll | 70 +--
test/CodeGen/AMDGPU/fcopysign.f16.ll | 28 +-
test/CodeGen/AMDGPU/fmed3.ll | 150 +++---
test/CodeGen/AMDGPU/fmuladd.v2f16.ll | 22 +-
test/CodeGen/AMDGPU/fneg-fabs.f16.ll | 4 +-
test/CodeGen/AMDGPU/fneg.f16.ll | 14 +-
test/CodeGen/AMDGPU/global_atomics.ll | 584 +++++++++++++++--------
test/CodeGen/AMDGPU/global_atomics_i64.ll | 384 ++++++++++-----
test/CodeGen/AMDGPU/indirect-addressing-si.ll | 4 +-
test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll | 58 +--
test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pkrtz.ll | 30 +-
test/CodeGen/AMDGPU/llvm.amdgcn.s.barrier.ll | 2 +-
test/CodeGen/AMDGPU/lshr.v2i16.ll | 22 +-
test/CodeGen/AMDGPU/min.ll | 4 +-
test/CodeGen/AMDGPU/pack.v2f16.ll | 18 +-
test/CodeGen/AMDGPU/pack.v2i16.ll | 16 +-
test/CodeGen/AMDGPU/sext-in-reg.ll | 30 +-
test/CodeGen/AMDGPU/shl.v2i16.ll | 22 +-
test/CodeGen/AMDGPU/sminmax.v2i16.ll | 2 +-
test/CodeGen/AMDGPU/store-global.ll | 78 ++-
test/CodeGen/AMDGPU/sub.v2i16.ll | 16 +-
test/CodeGen/AMDGPU/waitcnt-flat.ll | 22 +-
30 files changed, 1111 insertions(+), 645 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 b5b38546f9b [llvm] Update MachOObjectFile::exports interface
new ab637ccbc09 [Hexagon] Fix some Clang-tidy modernize-use-using and Inclu [...]
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/HexagonGenInsert.cpp | 78 +++++----
lib/Target/Hexagon/HexagonGenMux.cpp | 17 +-
lib/Target/Hexagon/HexagonGenPredicate.cpp | 27 +--
lib/Target/Hexagon/HexagonHardwareLoops.cpp | 41 +++--
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 182 +++++++++++----------
lib/Target/Hexagon/HexagonOptAddrMode.cpp | 30 ++--
lib/Target/Hexagon/HexagonRDFOpt.cpp | 67 ++++----
lib/Target/Hexagon/HexagonSplitDouble.cpp | 53 +++---
8 files changed, 279 insertions(+), 216 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 44234f0b0ad Fix update_llc_test_checks.py ARM parsing
new b5b38546f9b [llvm] Update MachOObjectFile::exports interface
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/Object/MachO.h | 3 +--
lib/Object/MachOObjectFile.cpp | 5 ++---
tools/llvm-nm/llvm-nm.cpp | 3 +--
tools/llvm-objdump/MachODump.cpp | 2 +-
4 files changed, 5 insertions(+), 8 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_50
in repository clang.
from 5ca288a74d Merging r309327: ------------------------------------------- [...]
new a2e91b76cd Merging r309112: ------------------------------------------- [...]
new 36c4419a8f Merging r309113: ------------------------------------------- [...]
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:
lib/Driver/Driver.cpp | 2 +-
test/Driver/autocomplete.c | 77 ++++++++++++++++++++++++++++++++++++----------
utils/bash-autocomplete.sh | 12 +++++---
3 files changed, 70 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.