This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 8072ba1 OpenMP RTL cleanup: two PAUSEs per spin loop iteration replac [...]
new a37b659 Whitespace.
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:
libomptarget/test/lit.cfg | 15 +++++++--------
1 file changed, 7 insertions(+), 8 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 lld.
from aaccf2d0e lld matching change for llvm change r308690 to add error hand [...]
new 22a9cf6e7 [ELF] Align the value if needed when computing the expression
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:
ELF/ScriptParser.cpp | 6 ++++--
.../ELF/linkerscript/Inputs/symbol-reserved.script | 5 +++++
test/ELF/linkerscript/symbol-reserved.s | 22 ++++++++++++++++++++++
3 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/linkerscript/Inputs/symbol-reserved.script
--
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 lnt.
from 7e49606 Fix lnt checkformat and add a test for it
new 214463d api: Rework json serialization, add roundtrip test
new 281c475 tests/server_wrapper: Increase waiting time
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:
lnt/server/db/testsuitedb.py | 121 +++++++++++++++++++++++++---------
lnt/server/ui/api.py | 107 ++++++++++++------------------
tests/SharedInputs/server_wrapper.sh | 2 +-
tests/server/ui/test_api.py | 20 ++----
tests/server/ui/test_api_modify.py | 4 +-
tests/server/ui/test_api_roundtrip.py | 61 +++++++++++++++++
6 files changed, 201 insertions(+), 114 deletions(-)
create mode 100644 tests/server/ui/test_api_roundtrip.py
--
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 d20b5fba2b0 Recommit: GlobalISel: select G_EXTRACT and G_INSERT instruc [...]
new 2345ccfb6cb Only enable libxml2 on linux, because systems like android [...]
new ed0a9e113bc Add error handling to the dyld compact export entries in li [...]
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/config-ix.cmake | 2 +-
include/llvm/Object/MachO.h | 27 +++-
lib/Object/MachOObjectFile.cpp | 176 ++++++++++++++++++---
.../llvm-objdump/Inputs/macho-inconsistant-export | Bin 0 -> 8752 bytes
.../macho-trie-bad-export-info-malformed-uleb128 | Bin 0 -> 8760 bytes
...-trie-bad-export-info-malformed-uleb128_too_big | Bin 0 -> 8768 bytes
test/tools/llvm-objdump/Inputs/macho-trie-bad-kind | Bin 0 -> 8752 bytes
.../Inputs/macho-trie-bad-library-ordinal | Bin 0 -> 8752 bytes
.../Inputs/macho-trie-children-count-byte | Bin 0 -> 8752 bytes
.../llvm-objdump/Inputs/macho-trie-edge-string-end | Bin 0 -> 8912 bytes
.../Inputs/macho-trie-export-info-size-too-big | Bin 0 -> 8752 bytes
.../llvm-objdump/Inputs/macho-trie-import-name-end | Bin 0 -> 8752 bytes
.../Inputs/macho-trie-import-name-start | Bin 0 -> 8752 bytes
.../tools/llvm-objdump/Inputs/macho-trie-node-loop | Bin 0 -> 8752 bytes
.../llvm-objdump/Inputs/macho-trie-not-export-node | Bin 0 -> 8756 bytes
test/tools/llvm-objdump/macho-bad-trie.test | 35 ++++
tools/llvm-nm/llvm-nm.cpp | 6 +-
tools/llvm-objdump/MachODump.cpp | 5 +-
18 files changed, 219 insertions(+), 32 deletions(-)
create mode 100755 test/tools/llvm-objdump/Inputs/macho-inconsistant-export
create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-bad-export-info-malfo [...]
create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-bad-export-info-malfo [...]
create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-bad-kind
create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-bad-library-ordinal
create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-children-count-byte
create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-edge-string-end
create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-export-info-size-too-big
create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-import-name-end
create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-import-name-start
create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-node-loop
create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-not-export-node
create mode 100644 test/tools/llvm-objdump/macho-bad-trie.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 lld.
from 6d3575be3 Add a missing tool dependency.
new aaccf2d0e lld matching change for llvm change r308690 to add error hand [...]
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/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp | 5 ++++-
1 file changed, 4 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 03fcc96f918 Make a file end with n and remove trailing whitespace.
new a1c5e695516 GlobalISel: stop localizer putting constants before EH_LABELs
new d20b5fba2b0 Recommit: GlobalISel: select G_EXTRACT and G_INSERT instruc [...]
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/GlobalISel/Localizer.cpp | 3 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 50 +++++++++++++++++++-
test/CodeGen/AArch64/GlobalISel/localizer.mir | 48 +++++++++++++++++++
.../AArch64/GlobalISel/select-insert-extract.mir | 54 ++++++++++++++++++++++
4 files changed, 153 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-insert-extract.mir
--
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 256883cca58 Make tests always depend on llvm-mt, because some tests are [...]
new 03fcc96f918 Make a file end with n and remove trailing whitespace.
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/lit.cfg | 1 -
1 file changed, 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 lld.
from 1adba6d5d Fix symbol type with icf.
new 6d3575be3 Add a missing tool dependency.
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/CMakeLists.txt | 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 clang.
from 09833a858c [NVPTX] Add lowering of i128 params.
new 53ae78a6e5 [mips] Add support for -m(no-)local-sdata
new abb10e26dc [clang-format] Put '/**' and '*/' on own lines in multiline jsdocs
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/clang/Driver/Options.td | 4 ++
lib/Driver/ToolChains/Clang.cpp | 13 ++++++
lib/Format/BreakableToken.cpp | 43 ++++++++++++++++-
lib/Format/BreakableToken.h | 50 ++++++++++++++++++++
lib/Format/ContinuationIndenter.cpp | 13 +++++-
test/Driver/mips-features.c | 15 ++++++
unittests/Format/FormatTestJS.cpp | 93 +++++++++++++++++++++++++++++++++++++
unittests/Format/FormatTestJava.cpp | 9 ++++
8 files changed, 237 insertions(+), 3 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 c1527448ede Implement parsing and writing of a single xml manifest file.
new 256883cca58 Make tests always depend on llvm-mt, because some tests are [...]
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/CMakeLists.txt | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.