This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 29aa9b3 Revert "Define a module map entry for DebugInfo/CodeView."
new 4797f78 AMDGPU: Add option to run the load/store vectorizer
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/AMDGPUTargetMachine.cpp | 16 ++++++++++++++++
1 file changed, 16 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 binutils-gdb.
from 3b821a2 MIPS/GAS: Fix a comment typo in `get_append_method'
new eefbbb8 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-7.11-branch
in repository binutils-gdb.
from c162d40 Automatic date update in version.in
new ac89e2b Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_26-branch
in repository binutils-gdb.
from 6ed8c82 Automatic date update in version.in
new 05aae7f Automatic date update in version.in
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:
bfd/version.h | 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 842d411 add tests for bugs fixed by the GVN hoist pass
new 29aa9b3 Revert "Define a module map entry for DebugInfo/CodeView."
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/module.modulemap | 11 -----------
1 file changed, 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 bd79db2 [codeview] Add DISubprogram::ThisAdjustment
new 842d411 add tests for bugs fixed by the GVN hoist pass
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/GVN/hoist-pr20242.ll | 74 ++++++++++++++++++++++++++++++++++++
test/Transforms/GVN/hoist-pr22005.ll | 30 +++++++++++++++
2 files changed, 104 insertions(+)
create mode 100644 test/Transforms/GVN/hoist-pr20242.ll
create mode 100644 test/Transforms/GVN/hoist-pr22005.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 af38636 LoadStoreVectorizer: improvements: better pointer analysis
new bd79db2 [codeview] Add DISubprogram::ThisAdjustment
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/DIBuilder.h | 8 +-
include/llvm/IR/DebugInfoMetadata.h | 60 ++--
lib/AsmParser/LLParser.cpp | 8 +-
lib/Bitcode/Reader/BitcodeReader.cpp | 37 ++-
lib/Bitcode/Writer/BitcodeWriter.cpp | 1 +
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 51 ++--
lib/IR/AsmWriter.cpp | 1 +
lib/IR/DIBuilder.cpp | 15 +-
lib/IR/DebugInfoMetadata.cpp | 22 +-
lib/IR/LLVMContextImpl.h | 23 +-
test/Assembler/disubprogram.ll | 4 +-
test/Bitcode/upgrade-subprogram-this.ll | 30 ++
test/Bitcode/upgrade-subprogram-this.ll.bc | Bin 0 -> 1084 bytes
test/DebugInfo/COFF/virtual-methods.ll | 441 +++++++++++++++++++++++++++++
unittests/IR/MetadataTest.cpp | 122 ++++----
15 files changed, 669 insertions(+), 154 deletions(-)
create mode 100644 test/Bitcode/upgrade-subprogram-this.ll
create mode 100644 test/Bitcode/upgrade-subprogram-this.ll.bc
create mode 100644 test/DebugInfo/COFF/virtual-methods.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 clang.
from fe36cf9 [Feature] Add a builtin for indexing into parameter packs. Pa [...]
new dc7857b [DebugInfo] Set DISubprogram ThisAdjustment in the MS ABI
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/CGCXXABI.h | 6 ++++++
lib/CodeGen/CGDebugInfo.cpp | 16 ++++++++++------
lib/CodeGen/MicrosoftCXXABI.cpp | 2 +-
3 files changed, 17 insertions(+), 7 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 2623a06 LoadStoreVectorizer: Don't increase alignment with no align set
new af38636 LoadStoreVectorizer: improvements: better pointer analysis
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/Vectorize/LoadStoreVectorizer.cpp | 31 ++++++++++++++++++++----
1 file changed, 26 insertions(+), 5 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 0b5646a LoadStoreVectorizer: Fix assert when merging pointer ops
new d8f310c LoadStoreVectorizer: Check TTI for vec reg bit width
new 2623a06 LoadStoreVectorizer: Don't increase alignment with no align set
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/LinkAllPasses.h | 2 +-
include/llvm/Transforms/Vectorize.h | 2 +-
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 64 ++++++++++++++++------
.../AMDGPU/merge-stores-private.ll | 53 ++++++++++++++++++
.../LoadStoreVectorizer/AMDGPU/merge-stores.ll | 44 +++++++++------
.../AMDGPU/missing-alignment.ll | 30 ++++++++++
6 files changed, 159 insertions(+), 36 deletions(-)
create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/merge-stores-private.ll
create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/missing-alignment.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.