This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e9a4138 [AArch64] Fix D19098 fallout.
new 01c891b [Parse] Use StringSwitch to improve readability. NFC
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/Parse/ParsePragma.cpp | 12 ++++++++----
1 file changed, 8 insertions(+), 4 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 414bb96 [Hexagon] Fix operand swapping in HexagonPeephole
new 4db32f4 Remove duplicated header contents, NFC
new 39980d6 [TableGen] Make an error message slightly more informative
new 4b52862 AMDGPU/SI: SGPR accounting in getSIProgramInfo must ignore ex [...]
new fea41fb AMDGPU: Guard VOPC instructions against incorrect commute
new 318d6a2 Add IntrWrite[Arg]Mem intrinsic property
The 5 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/IR/Intrinsics.td | 11 +++
include/llvm/IR/IntrinsicsAMDGPU.td | 2 +-
include/llvm/Transforms/InstrProfiling.h | 102 ---------------------
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 2 +
lib/Target/AMDGPU/SIInstrInfo.cpp | 6 +-
lib/Target/AMDGPU/SIInstructions.td | 35 +++----
test/CodeGen/AMDGPU/bug-vopc-commute.ll | 49 ++++++++++
test/CodeGen/AMDGPU/captured-frame-index.ll | 8 +-
test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll | 8 +-
utils/TableGen/CodeGenDAGPatterns.cpp | 17 +++-
utils/TableGen/CodeGenIntrinsics.h | 33 ++++++-
utils/TableGen/CodeGenTarget.cpp | 4 +
utils/TableGen/IntrinsicEmitter.cpp | 6 +-
13 files changed, 135 insertions(+), 148 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/bug-vopc-commute.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 9ebfa4d [AArch64] [ARM] Make a target-independent llvm.thread.pointer [...]
new 414bb96 [Hexagon] Fix operand swapping in HexagonPeephole
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/HexagonPeephole.cpp | 6 ++++--
test/CodeGen/Hexagon/peephole-op-swap.ll | 30 ++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Hexagon/peephole-op-swap.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 gcc.
from a473536 PR c++/66543 - -Wunused-but-set* false positives
new 4cdbe9d * testsuite/lib/libjava.exp (libjava_arguments): Use 'file [...]
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:
libjava/ChangeLog | 5 +++++
libjava/testsuite/lib/libjava.exp | 2 +-
2 files changed, 6 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 libcxx.
from d59d416 Include initializer_list from utility
new 9c6f00d XFAILing new test on C++03
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/std/utilities/utility/synopsis.pass.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 11f1b93 [Orc] Add move ops for OrcRemoteTargetClient and OrcRemoteTar [...]
new 9ebfa4d [AArch64] [ARM] Make a target-independent llvm.thread.pointer [...]
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:
docs/LangRef.rst | 27 +++++++++++++++++++++++++++
include/llvm/IR/Intrinsics.td | 3 +++
include/llvm/IR/IntrinsicsAArch64.td | 3 ---
include/llvm/IR/IntrinsicsARM.td | 3 ---
lib/IR/AutoUpgrade.cpp | 10 ++++++++++
lib/Target/AArch64/AArch64ISelLowering.cpp | 6 +++---
lib/Target/ARM/ARMISelLowering.cpp | 2 +-
test/Assembler/autoupgrade-thread-pointer.ll | 19 +++++++++++++++++++
test/CodeGen/AArch64/arm64-builtins-linux.ll | 4 ++--
test/CodeGen/ARM/thread_pointer.ll | 4 ++--
test/Transforms/SafeStack/AArch64/abi.ll | 2 +-
test/Transforms/SafeStack/AArch64/abi_ssp.ll | 6 +++---
12 files changed, 71 insertions(+), 18 deletions(-)
create mode 100644 test/Assembler/autoupgrade-thread-pointer.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 lldb.
from 9fb88f8 Adds a test to detect when clang omits specialized generic ty [...]
new f41c6e1 Eliminate circular dependency introduced between lldbtest.py [...]
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:
packages/Python/lldbsuite/test/decorators.py | 5 ++---
1 file changed, 2 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 clang.
from 99fb8a4 cc1as: Don't crash when CIE is requested and no DWARF version [...]
new e9a4138 [AArch64] Fix D19098 fallout.
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/CodeGen/CGBuiltin.cpp | 5 -----
test/CodeGen/builtins-arm64.c | 2 +-
2 files changed, 1 insertion(+), 6 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 b9041d9 Fix pr27420.
new 4ad5e7d Make a function file-scoped.
new 038ebc2 Document how a binary file was created.
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:
ELF/LinkerScript.cpp | 2 +-
test/ELF/gotpcrelx.s | 6 ++++++
2 files changed, 7 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 clang.
from fa8ab25 [ARM NEON] Define vfms_f32 on ARM, and all vfms using vfma.
new 99fb8a4 cc1as: Don't crash when CIE is requested and no DWARF version [...]
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/Driver/as-dwarf-cie.s | 37 +++++++++++++++++++++++++++++++++++++
tools/driver/cc1as_main.cpp | 2 +-
2 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 test/Driver/as-dwarf-cie.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.