This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 20c7a48 [AMDGPU] Emit debugger prologue and emit the rest of the debu [...]
new 49b4592 Try to fix the MSVC build
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/llvm-cov/SourceCoverageViewText.cpp | 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 a9bf312 [llvm-cov] Separate presentation logic from formatting logic, NFC
new 005f32a llvm-ar: add some tests for llvm-ar default selection
new 20c7a48 [AMDGPU] Emit debugger prologue and emit the rest of the debu [...]
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/AMDGPU.td | 7 +++
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 27 +++++++++
lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 10 ++++
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 10 ++++
lib/Target/AMDGPU/SIFrameLowering.cpp | 50 ++++++++++++++++-
lib/Target/AMDGPU/SIFrameLowering.h | 4 ++
lib/Target/AMDGPU/SIISelLowering.cpp | 31 +++++++++++
lib/Target/AMDGPU/SIISelLowering.h | 2 +
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 10 ++--
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 60 ++++++++++++++++++++
test/CodeGen/AMDGPU/debugger-emit-prologue.ll | 80 +++++++++++++++++++++++++++
test/tools/llvm-ar/Inputs/coff.yaml | 55 ++++++++++++++++++
test/tools/llvm-ar/Inputs/elf.yaml | 26 +++++++++
test/tools/llvm-ar/Inputs/macho.yaml | 45 +++++++++++++++
test/tools/llvm-ar/default-add.test | 17 ++++++
test/tools/llvm-ar/default-coff.test | 10 ++++
test/tools/llvm-ar/default-elf.test | 9 +++
test/tools/llvm-ar/default-macho.test | 9 +++
test/tools/llvm-ar/override.test | 8 +++
20 files changed, 466 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/debugger-emit-prologue.ll
create mode 100644 test/tools/llvm-ar/Inputs/coff.yaml
create mode 100644 test/tools/llvm-ar/Inputs/elf.yaml
create mode 100644 test/tools/llvm-ar/Inputs/macho.yaml
create mode 100644 test/tools/llvm-ar/default-add.test
create mode 100644 test/tools/llvm-ar/default-coff.test
create mode 100644 test/tools/llvm-ar/default-elf.test
create mode 100644 test/tools/llvm-ar/default-macho.test
create mode 100644 test/tools/llvm-ar/override.test
--
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 2feb69e MachineScheduler: Remember top/bottom choice in bidirectional [...]
new a9bf312 [llvm-cov] Separate presentation logic from formatting logic, 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:
tools/llvm-cov/CMakeLists.txt | 1 +
tools/llvm-cov/CodeCoverage.cpp | 28 ++---
tools/llvm-cov/SourceCoverageView.cpp | 191 ++++++-----------------------
tools/llvm-cov/SourceCoverageView.h | 90 +++++++++-----
tools/llvm-cov/SourceCoverageViewText.cpp | 193 ++++++++++++++++++++++++++++++
tools/llvm-cov/SourceCoverageViewText.h | 61 ++++++++++
6 files changed, 363 insertions(+), 201 deletions(-)
create mode 100644 tools/llvm-cov/SourceCoverageViewText.cpp
create mode 100644 tools/llvm-cov/SourceCoverageViewText.h
--
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 16fa6f1 AMDGPU/SI: Make sure not to fold offsets into local address s [...]
new 2feb69e MachineScheduler: Remember top/bottom choice in bidirectional [...]
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/MachineScheduler.h | 29 ++++++++++++++--
lib/CodeGen/MachineScheduler.cpp | 59 ++++++++++++++++++++++++++++-----
2 files changed, 77 insertions(+), 11 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 1874db9 [PlaceSafepoints] Don't call undef in test case; NFC
new 16fa6f1 AMDGPU/SI: Make sure not to fold offsets into local address s [...]
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 | 8 ++++++++
lib/Target/AMDGPU/SIISelLowering.h | 2 ++
test/CodeGen/AMDGPU/gv-offset-folding.ll | 21 +++++++++++++++++++++
3 files changed, 31 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/gv-offset-folding.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 1096c78 [LoopUnswitch] Avoid exponential behavior
new 1874db9 [PlaceSafepoints] Don't call undef in test case; 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:
test/Transforms/PlaceSafepoints/no-statepoints.ll | 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 llvm.
from 115455e The absence of noreturn doesn't ensure mayReturn
new 1096c78 [LoopUnswitch] Avoid exponential behavior
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/Transforms/Scalar/LoopUnswitch.cpp | 26 +++++++++--
.../LoopUnswitch/exponential-behavior.ll | 51 ++++++++++++++++++++++
2 files changed, 73 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/LoopUnswitch/exponential-behavior.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 7360cd1 It isn't meaningful for a transform to preserve another trans [...]
new 115455e The absence of noreturn doesn't ensure mayReturn
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/IR/Instruction.h | 10 +---------
lib/IR/Instruction.cpp | 6 ------
test/Transforms/FunctionAttrs/noreturn.ll | 18 ------------------
3 files changed, 1 insertion(+), 33 deletions(-)
delete mode 100644 test/Transforms/FunctionAttrs/noreturn.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 02296e2 IR: Introduce llvm.type.checked.load intrinsic.
new 7360cd1 It isn't meaningful for a transform to preserve another trans [...]
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/Transforms/Utils/LowerSwitch.cpp | 6 ------
lib/Transforms/Utils/Mem2Reg.cpp | 4 ----
2 files changed, 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.