This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f30b834 [ARM] GlobalISel: Bail out on Thumb. NFC
new 4cfd2eb [X86]Enable the use of 'mov' with a 64bit GPR and a large immediate
new 420c070 Implemented color coding and Vertex labels in XRay Graph
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/Target/X86/X86InstrInfo.td | 2 +-
test/MC/X86/intel-syntax.s | 2 +
.../llvm-xray/X86/Inputs/simple-instrmap.yaml | 12 +
.../llvm-xray/X86/graph-color-simple-case.yaml | 75 ++++
.../llvm-xray/X86/graph-deduce-tail-call.yaml | 2 +-
test/tools/llvm-xray/X86/graph-simple-case.yaml | 2 +-
tools/llvm-xray/xray-graph.cc | 377 +++++++++++++++++----
tools/llvm-xray/xray-graph.h | 57 ++--
8 files changed, 437 insertions(+), 92 deletions(-)
create mode 100644 test/tools/llvm-xray/X86/graph-color-simple-case.yaml
--
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 3fe6a8e Automatic date update in version.in
new 850d84f Remove all RTEMS COFF targets
new 3e97ba8 gas: Use ARM EABI for RTEMS
new de514cf gas: Default to ELF for RTEMS targets
new c75b4eb Move RTEMS target configuration to ELF sections
new 4a7324e Remove all RTEMS a.out targets
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:
bfd/ChangeLog | 15 +++++++++++++++
bfd/config.bfd | 38 ++++++--------------------------------
gas/ChangeLog | 25 +++++++++++++++++++++++++
gas/configure.tgt | 24 +++++++-----------------
ld/ChangeLog | 19 +++++++++++++++++++
ld/configure.tgt | 45 +++++++++++++++++----------------------------
6 files changed, 89 insertions(+), 77 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 b4bb247 AMDGPU: Check nsz instead of unsafe math
new f30b834 [ARM] GlobalISel: Bail out on Thumb. 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/Target/ARM/ARMCallLowering.cpp | 4 ++++
1 file changed, 4 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 9291d3c DAG: Recognize no-signed-zeros-fp-math attribute
new f2d33f9 [SimplifyCFG] Do not sink and merge inline-asm instructions.
new b4bb247 AMDGPU: Check nsz instead of unsafe math
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/Target/AMDGPU/AMDGPUISelLowering.h | 2 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 8 ++++++++
test/CodeGen/AMDGPU/fneg-combines.ll | 2 +-
test/CodeGen/AMDGPU/select-fabs-fneg-extract.ll | 4 ++--
test/Transforms/SimplifyCFG/sink-common-code.ll | 24 ++++++++++++++++++++++++
5 files changed, 36 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 clang.
from 9c01f5c Driver: ignore -fno-objc-arc-exception when -fno-objc-arc set
new c0e6ebe Try to fix test from r293004
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/Frontend/preprocessed-input.c | 2 +-
1 file changed, 1 insertion(+), 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 release_40
in repository lld.
from 9cac57a Port 292512.
new 535a5b0 Write release notes for LLD 4.0.
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/ReleaseNotes.rst | 74 ++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 64 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 e090e72 Ignore llvm/test/tools/llvm-symbolizer/coff-exports.test on mingw.
new 71721c0 GlobalISel: Fix typo in error message
new 9291d3c DAG: Recognize no-signed-zeros-fp-math attribute
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/CodeGen/CommandFlags.h | 7 +++
include/llvm/Target/TargetOptions.h | 10 +++-
lib/CodeGen/GlobalISel/InstructionSelect.cpp | 2 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 3 +-
lib/Target/TargetMachine.cpp | 1 +
.../AMDGPU/enable-no-signed-zeros-fp-math.ll | 22 ++++++++
test/CodeGen/AMDGPU/fsub.ll | 58 ++++++++++++++++++++++
test/CodeGen/X86/negative-sin.ll | 2 +-
8 files changed, 100 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/enable-no-signed-zeros-fp-math.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 c155dbb Conditionalized OsLogger.cpp on a modern SDK.
new 0b074d4 Reverted 292880 to fix a linker error.
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:
.../debugserver.xcodeproj/project.pbxproj | 49 ----------------------
1 file changed, 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 f337952 DAGCombiner: Allow negating ConstantFP after legalize
new e090e72 Ignore llvm/test/tools/llvm-symbolizer/coff-exports.test on mingw.
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/tools/llvm-symbolizer/coff-exports.test | 4 +++-
1 file changed, 3 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 lldb.
from 1f07c10 Jim unintentionally had the gdb-format specifiers falling thr [...]
new c155dbb Conditionalized OsLogger.cpp on a modern SDK.
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:
tools/debugserver/source/MacOSX/OsLogger.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.