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 770623f79f Remove target_fileio_close_cleanup
new a06ab151cb Change auto_load_objfile_script_1 to use std::string
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:
gdb/ChangeLog | 4 ++++
gdb/auto-load.c | 26 ++++++++------------------
2 files changed, 12 insertions(+), 18 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 b3fc341d672 Fix some user facing typos
new f79c73681d8 [DAG, X86] Revert r327197 "Revert r327170, r327171, r327172"
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/SelectionDAGISel.h | 7 +
include/llvm/CodeGen/SelectionDAGNodes.h | 45 ++-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 379 ++++++++++--------------
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 5 +-
lib/Target/ARM/ARMISelDAGToDAG.cpp | 2 +-
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 4 +-
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 10 +-
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp | 15 +-
lib/Target/X86/X86ISelDAGToDAG.cpp | 95 ++++--
test/CodeGen/X86/avg.ll | 114 +++----
test/CodeGen/X86/avx-vbroadcastf128.ll | 6 +-
test/CodeGen/X86/avx2-vbroadcast.ll | 191 ++++--------
test/CodeGen/X86/avx2-vbroadcasti128.ll | 6 +-
test/CodeGen/X86/avx512-vbroadcasti128.ll | 9 +-
test/CodeGen/X86/i256-add.ll | 145 ++++-----
test/CodeGen/X86/masked_memop.ll | 3 +-
test/CodeGen/X86/merge-consecutive-stores.ll | 9 +-
test/CodeGen/X86/nontemporal.ll | 82 +++--
test/CodeGen/X86/pr36274.ll | 33 +++
test/CodeGen/X86/pr36312.ll | 35 +++
test/CodeGen/X86/required-vector-width.ll | 10 +-
test/CodeGen/X86/store_op_load_fold2.ll | 12 +-
test/CodeGen/X86/subvector-broadcast.ll | 48 +--
test/CodeGen/X86/vector-shuffle-variable-256.ll | 3 +-
24 files changed, 601 insertions(+), 667 deletions(-)
create mode 100644 test/CodeGen/X86/pr36274.ll
create mode 100644 test/CodeGen/X86/pr36312.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 master
in repository llvm.
from 65181f7b753 AMDGPU/GlobalISel: Cleanup constant legality
new b3fc341d672 Fix some user facing typos
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/TableGen/SubtargetEmitter.cpp | 4 ++--
utils/extract_symbols.py | 2 +-
2 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 binutils-gdb.
from 04153a3e04 Automatic date update in version.in
new 770623f79f Remove target_fileio_close_cleanup
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:
gdb/ChangeLog | 6 ++++++
gdb/target.c | 48 ++++++++++++++++++++++++++++++++----------------
2 files changed, 38 insertions(+), 16 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 clang.
from bc5410f9da [cxx_status] Add entry for the Reflection TS.
new 43f9a4c543 [Driver] Fix the descriptions for -Tdata and -Ttext options
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/clang/Driver/Options.td | 4 ++--
1 file changed, 2 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 llvm.
from 10c992c085d [X86] Added support for nocf_check attribute for indirect B [...]
new 2901b0fdfca [bindings/go] Add a missing `,` in the test code to fix a g [...]
new 177d1142dd7 AMDGPU/GlobalISel: Basic legality for load/store
new 417485b734f AMDGPU/GlobalISel: Basic G_GEP legality
new 65181f7b753 AMDGPU/GlobalISel: Cleanup constant legality
The 4 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:
bindings/go/llvm/ir_test.go | 2 +-
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 82 +++++++++----
.../AMDGPU/GlobalISel/legalize-constant.mir | 78 ++++--------
test/CodeGen/AMDGPU/GlobalISel/legalize-gep.mir | 92 +++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-load.mir | 131 +++++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir | 122 +++++++++++++++++++
6 files changed, 427 insertions(+), 80 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-gep.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-load.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir
--
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 950c61ebf7 Adding nocf_check attribute for cf-protection fine tuning
new 22fe1e6daf [cxx_status] Update to match Jacksonville 2018 motions.
new bc5410f9da [cxx_status] Add entry for the Reflection TS.
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:
www/cxx_status.html | 145 ++++++++++++++++++++++++++++++++++------------------
1 file changed, 95 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 gcc.
from 0e370c84f27 [NDS32] Implment ADJUST_REG_ALLOC_ORDER for performance req [...]
new b427286632d Fix new test that fails in C++98 mode
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:
libstdc++-v3/ChangeLog | 5 +++++
.../20_util/function_objects/comparisons_pointer.cc | 20 ++++++++++----------
2 files changed, 15 insertions(+), 10 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 0c44305d76d [SystemZ] Add 'REQUIRES: asserts' to test case using debug [...]
new 10c992c085d [X86] Added support for nocf_check attribute for indirect B [...]
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:
bindings/go/llvm/ir_test.go | 1 +
docs/BitCodeFormat.rst | 1 +
docs/LangRef.rst | 6 +++
include/llvm/Bitcode/LLVMBitCodes.h | 1 +
include/llvm/CodeGen/TargetLowering.h | 7 +++
include/llvm/IR/Attributes.td | 3 ++
include/llvm/IR/Function.h | 3 ++
include/llvm/IR/Instructions.h | 12 ++++-
lib/AsmParser/LLLexer.cpp | 1 +
lib/AsmParser/LLParser.cpp | 3 ++
lib/AsmParser/LLToken.h | 1 +
lib/Bitcode/Reader/BitcodeReader.cpp | 3 ++
lib/Bitcode/Writer/BitcodeWriter.cpp | 2 +
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 3 +-
lib/IR/Attributes.cpp | 2 +
lib/IR/Verifier.cpp | 1 +
lib/Target/X86/AsmParser/X86AsmParser.cpp | 7 +--
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp | 3 ++
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp | 3 ++
lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 11 ++--
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 4 ++
lib/Target/X86/X86FastISel.cpp | 7 +++
lib/Target/X86/X86ISelLowering.cpp | 29 +++++++++-
lib/Target/X86/X86ISelLowering.h | 12 ++++-
lib/Target/X86/X86IndirectBranchTracking.cpp | 61 ++++++---------------
lib/Target/X86/X86InstrControl.td | 55 ++++++++++++++++++-
lib/Target/X86/X86InstrFormats.td | 3 ++
lib/Target/X86/X86InstrInfo.td | 8 +++
lib/Transforms/IPO/ForceFunctionAttrs.cpp | 1 +
lib/Transforms/Utils/CodeExtractor.cpp | 1 +
test/CodeGen/X86/indirect-branch-tracking.ll | 63 ++++++++++++++--------
test/CodeGen/X86/nocf_check.ll | 46 ++++++++++++++++
test/MC/X86/x86-32-coverage.s | 12 +++++
utils/TableGen/X86FoldTablesEmitter.cpp | 2 +
34 files changed, 302 insertions(+), 76 deletions(-)
create mode 100644 test/CodeGen/X86/nocf_check.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.