This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 1315bcd Fix up this test case.
new 1001c73 Add unit tests for specific instruction patterns that the x86 [...]
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:
.../x86/Testx86AssemblyInspectionEngine.cpp | 519 +++++++++++++++++++++
1 file changed, 519 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 6bd185b Use StringRef in Pass Info/Support API (NFC)
new b398ca6 Use StringRef in Datalayout API (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:
include/llvm/IR/DataLayout.h | 4 ++--
lib/CodeGen/MachineFunction.cpp | 2 +-
lib/Target/ARM/ARMAsmPrinter.cpp | 2 +-
3 files changed, 4 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 b7d8ee4 Use StringRef in CommandLine Options handling (NFC)
new 6bd185b Use StringRef in Pass Info/Support API (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:
include/llvm/PassInfo.h | 4 +++-
include/llvm/PassSupport.h | 4 ++--
lib/IR/Pass.cpp | 2 +-
3 files changed, 6 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 798a8cd Use StringRef instead of raw pointer in MachinePassRegistry (NFC)
new b7d8ee4 Use StringRef in CommandLine Options handling (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:
include/llvm/CodeGen/MachinePassRegistry.h | 10 ++-
include/llvm/Support/CommandLine.h | 104 ++++++++++++++--------------
include/llvm/Support/Options.h | 2 +-
lib/Support/CommandLine.cpp | 106 +++++++++++++++--------------
tools/llvm-stress/llvm-stress.cpp | 2 +-
unittests/Support/CommandLineTest.cpp | 48 ++++++-------
6 files changed, 136 insertions(+), 136 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 5e07fb3 Use StringRef in TLI instead of raw pointer (NFC)
new 798a8cd Use StringRef instead of raw pointer in MachinePassRegistry (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:
include/llvm/CodeGen/MachinePassRegistry.h | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 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 67f335d Use StringRef in Pass/PassManager APIs (NFC)
new 5e07fb3 Use StringRef in TLI instead of raw pointer (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:
include/llvm/Analysis/TargetLibraryInfo.h | 6 +++---
lib/Analysis/TargetLibraryInfo.cpp | 28 +++++++++++++---------------
2 files changed, 16 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 clang.
from a9bc183 Use StringRef in Triple API (NFC)
new 587ba81 Use StringRef in Pass/PassManager APIs (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/CodeGen/CodeGenAction.cpp | 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 master
in repository llvm.
from 26e89a7 Remove getTargetTriple and update all uses to use the Triple [...]
new 3e821f8 Revert "AMDGPU: Don't use offen if it is 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:
lib/Target/AMDGPU/SIRegisterInfo.cpp | 104 ++-------------------
lib/Target/AMDGPU/SIRegisterInfo.h | 10 +-
test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 16 ++--
test/CodeGen/AMDGPU/captured-frame-index.ll | 21 ++---
test/CodeGen/AMDGPU/cgp-addressing-modes.ll | 4 +-
test/CodeGen/AMDGPU/extload-private.ll | 8 +-
test/CodeGen/AMDGPU/insert_vector_elt.ll | 29 +++---
test/CodeGen/AMDGPU/local-stack-slot-bug.ll | 10 +-
test/CodeGen/AMDGPU/private-element-size.ll | 42 ++++-----
test/CodeGen/AMDGPU/scratch-buffer.ll | 7 +-
.../vgpr-spill-emergency-stack-slot-compute.ll | 8 +-
test/CodeGen/AMDGPU/wqm.ll | 2 +-
12 files changed, 81 insertions(+), 180 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 494146d AMDGPU: Don't use offen if it is 0
new 76315da Remove TargetTriple from AArch64MCInstLower as it's used in f [...]
new 0c50304 Stop calling getTargetTriple off of the AsmPrinter and constr [...]
new 26e89a7 Remove getTargetTriple and update all uses to use the Triple [...]
The 3 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/AsmPrinter.h | 3 ---
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 10 ++--------
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 4 ++--
lib/Target/AArch64/AArch64MCInstLower.cpp | 7 ++++---
4 files changed, 8 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.