This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 91b57908e [compiler-rt][mips] Fix a test for mips.
new 6e815d2ef [SystemZ] Fix failures after D32542
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/ubsan/lit.common.cfg | 3 +++
1 file changed, 3 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 compiler-rt.
from 5a934669a Allow compiler-rt to find lld and libc++ parallel to LLVM, as [...]
new 91b57908e [compiler-rt][mips] Fix a test for mips.
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/msan/chained_origin_memcpy.cc | 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 8a634a88248 [RegScavenger] Rangify a loop, NFC
new 072e32f0891 [WebAssembly] Fix validation of start function
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/Object/WasmObjectFile.cpp | 2 +-
test/Object/wasm-invalid-start.test | 10 ++++++++++
test/ObjectYAML/wasm/function_section.yaml | 4 +---
test/ObjectYAML/wasm/start_section.yaml | 9 +++++++++
4 files changed, 21 insertions(+), 4 deletions(-)
create mode 100644 test/Object/wasm-invalid-start.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 clang.
from 3a1e0f684e [X86][LWP] Removing LWP todo comment. NFCI.
new b7e163427b [WebAssembly] Fix location and -flavor when running lld
new 4e7d66f791 [X86][LWP] Remove MSVC LWP intrinsics stubs.
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/Driver/ToolChains/WebAssembly.cpp | 5 ++++-
lib/Headers/intrin.h | 6 ------
2 files changed, 4 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 clang.
from 8b6a7ca4d6 Build the Apple-style stage2 with modules
new 3a1e0f684e [X86][LWP] Removing LWP todo comment. NFCI.
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/Headers/x86intrin.h | 2 --
1 file changed, 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 clang.
from 94670e82be [mips] Impose a threshold for coercion of aggregates
new 98cf93550f Revert r302547 ([mips] Impose a threshold for coercion of ag [...]
new 8b6a7ca4d6 Build the Apple-style stage2 with modules
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:
cmake/caches/Apple-stage2.cmake | 1 +
lib/CodeGen/TargetInfo.cpp | 8 --------
test/CodeGen/mips-aggregate-arg.c | 38 --------------------------------------
3 files changed, 1 insertion(+), 46 deletions(-)
delete mode 100644 test/CodeGen/mips-aggregate-arg.c
--
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 df98e412166 /cp 2017-05-09 Paolo Carlini <paolo.carlini(a)oracle.com>
new 2320b8ddd59 gcc/testsuite/ChangeLog:
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:
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/c-c++-common/Wsizeof-pointer-memaccess2.c | 5 +++--
2 files changed, 9 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 9689ee1fa32 [NewGVN] Fix a consistent order for phi nodes operands.
new 92fa36802d2 Adding VSCode syntax colorizer to utils (generated from tex [...]
new 8a634a88248 [RegScavenger] Rangify a loop, NFC
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/CodeGen/RegisterScavenging.cpp | 7 +++--
utils/vscode/README | 18 +++++++++++++
utils/vscode/tablegen/.vscode/launch.json | 13 ++++++++++
utils/vscode/tablegen/CHANGELOG.md | 4 +++
utils/vscode/tablegen/README.md | 13 ++++++++++
utils/vscode/tablegen/language-configuration.json | 30 ++++++++++++++++++++++
utils/vscode/tablegen/package.json | 26 +++++++++++++++++++
.../tablegen/syntaxes}/TableGen.tmLanguage | 0
utils/vscode/tablegen/vsc-extension-quickstart.md | 27 +++++++++++++++++++
9 files changed, 134 insertions(+), 4 deletions(-)
create mode 100644 utils/vscode/README
create mode 100644 utils/vscode/tablegen/.vscode/launch.json
create mode 100644 utils/vscode/tablegen/CHANGELOG.md
create mode 100644 utils/vscode/tablegen/README.md
create mode 100644 utils/vscode/tablegen/language-configuration.json
create mode 100644 utils/vscode/tablegen/package.json
copy utils/{textmate/TableGen.tmbundle/Syntaxes => vscode/tablegen/syntaxes}/Table [...]
create mode 100644 utils/vscode/tablegen/vsc-extension-quickstart.md
--
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 80f6556e8a9 [APInt] Remove return value from tcFullMultiply.
new 9689ee1fa32 [NewGVN] Fix a consistent order for phi nodes operands.
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/NewGVN.cpp | 26 +++++++++++++++++-------
test/Transforms/NewGVN/pr32952.ll | 42 +++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+), 7 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr32952.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 954e86756ae NewGVN: Make all of symbolic evaluation logically const.
new 80f6556e8a9 [APInt] Remove return value from tcFullMultiply.
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/ADT/APInt.h | 7 +++----
lib/Support/APInt.cpp | 16 +++++-----------
2 files changed, 8 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.