This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 36d15d60b6e [GlobalISel][InstructionSelect] Refactoring out a getMatchT [...]
new 260d84af6d2 [GlobalISel][InstructionSelect] Refactoring buildMatchTable [...]
new b4db044c017 [llvm-objcopy] Add --weaken option
new 21e59fd7ef4 [GlobalISel][InstructionSelect] Making Coverage Info genera [...]
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:
.../llvm-objcopy/{weaken.test => weaken-all.test} | 33 +++++++---
tools/llvm-objcopy/Opts.td | 2 +
tools/llvm-objcopy/llvm-objcopy.cpp | 6 ++
utils/TableGen/GlobalISelEmitter.cpp | 72 ++++++++++++++--------
4 files changed, 81 insertions(+), 32 deletions(-)
copy test/tools/llvm-objcopy/{weaken.test => weaken-all.test} (74%)
--
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 e99f5b406a0 [llvm-rc] Add rudimentary support for codepages
new 36d15d60b6e [GlobalISel][InstructionSelect] Refactoring out a getMatchT [...]
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 7 +++
test/TableGen/GlobalISelEmitter.td | 13 +++--
utils/TableGen/GlobalISelEmitter.cpp | 56 ++++++++++++----------
3 files changed, 47 insertions(+), 29 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 lldb.
from b7fbd975b Silence compiler warning.
new 892a1ff94 Use the UUID from the minidump's CodeView Record for placehol [...]
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/lldb/Core/Module.h | 6 ++-
include/lldb/Core/ModuleSpec.h | 4 +-
.../postmortem/minidump-new/TestMiniDumpNew.py | 44 +++++++++++++++++++++-
.../postmortem/minidump/TestMiniDump.py | 33 ++++++++++++----
source/Commands/CommandObjectTarget.cpp | 4 ++
source/Core/Module.cpp | 17 +++++++--
source/Plugins/Process/minidump/MinidumpParser.cpp | 34 +++++++++++++++++
source/Plugins/Process/minidump/MinidumpParser.h | 3 ++
source/Plugins/Process/minidump/MinidumpTypes.h | 15 ++++++++
.../Plugins/Process/minidump/ProcessMinidump.cpp | 12 ++++--
10 files changed, 152 insertions(+), 20 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 2fccc9495d Revert "Emit an error when mixing <stdatomic.h> and <atomic>"
new 3dc7ebda15 [OPENMP] Add support for reductions on simd directives in ta [...]
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/CGOpenMPRuntimeNVPTX.cpp | 58 +++++++++++++++++++++++++------
test/OpenMP/nvptx_target_simd_codegen.cpp | 34 +++++++++++++-----
2 files changed, 73 insertions(+), 19 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 gcc.
from aa9d9423caf PR libstdc++/68197 fail on negative iword/pword indices
new b63a0dff6b1 2018-05-02 François Dumont <fdumont(a)gcc.gnu.org>
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:
libstdc++-v3/ChangeLog | 12 ++++++++
libstdc++-v3/include/bits/deque.tcc | 2 +-
libstdc++-v3/include/bits/list.tcc | 2 +-
libstdc++-v3/include/bits/stl_bvector.h | 2 +-
libstdc++-v3/include/bits/vector.tcc | 2 +-
.../83709.cc => deque/modifiers/assign/1.cc} | 34 +++++++++-------------
.../insert/83709.cc => list/modifiers/assign/1.cc} | 34 +++++++++-------------
.../83709.cc => vector/bool/modifiers/assign/1.cc} | 25 ++++++++--------
.../83709.cc => vector/modifiers/assign/1.cc} | 25 ++++++++--------
9 files changed, 68 insertions(+), 70 deletions(-)
copy libstdc++-v3/testsuite/23_containers/{unordered_set/insert/83709.cc => deque/ [...]
copy libstdc++-v3/testsuite/23_containers/{unordered_set/insert/83709.cc => list/m [...]
copy libstdc++-v3/testsuite/23_containers/{unordered_set/insert/83709.cc => vector [...]
copy libstdc++-v3/testsuite/23_containers/{unordered_set/insert/83709.cc => vector [...]
--
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 7960d1e276 [Driver] Infer Android sysroot location.
new 2fccc9495d Revert "Emit an error when mixing <stdatomic.h> and <atomic>"
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/stdatomic.h | 4 ----
test/Headers/stdatomic.cpp | 10 ----------
2 files changed, 14 deletions(-)
delete mode 100644 test/Headers/stdatomic.cpp
--
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 4e899cb6321 [X86][SNB] Fix scheduling of MMX integer multiply instructions.
new e99f5b406a0 [llvm-rc] Add rudimentary support for codepages
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/tools/llvm-rc/Inputs/cp1252.rc | 4 ++
test/tools/llvm-rc/Inputs/utf8-escape-narrow.rc | 5 ++
test/tools/llvm-rc/Inputs/utf8.rc | 6 ++
test/tools/llvm-rc/codepage.test | 44 ++++++++++++++
test/tools/llvm-rc/helpmsg.test | 1 +
tools/llvm-rc/Opts.td | 4 +-
tools/llvm-rc/ResourceFileWriter.cpp | 76 +++++++++++++++++++------
tools/llvm-rc/ResourceFileWriter.h | 16 +++++-
tools/llvm-rc/llvm-rc.cpp | 18 +++++-
9 files changed, 153 insertions(+), 21 deletions(-)
create mode 100644 test/tools/llvm-rc/Inputs/cp1252.rc
create mode 100644 test/tools/llvm-rc/Inputs/utf8-escape-narrow.rc
create mode 100644 test/tools/llvm-rc/Inputs/utf8.rc
create mode 100644 test/tools/llvm-rc/codepage.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 475a5dbdf7 [Driver] Obey computed sysroot when finding libc++ headers.
new 7960d1e276 [Driver] Infer Android sysroot location.
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/Driver/ToolChains/Linux.cpp | 9 +++++++++
1 file changed, 9 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 clang.
from 8eb6a2dbe7 [OPENMP] Analyze the type of the mapped entity instead of its base.
new 475a5dbdf7 [Driver] Obey computed sysroot when finding libc++ headers.
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/Driver/ToolChains/Linux.cpp | 5 +++--
1 file changed, 3 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 06eed39e54f Move the TestPlugin project into the Tests folder in CMake.
new 4e899cb6321 [X86][SNB] Fix scheduling of MMX integer multiply instructions.
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/X86/X86SchedSandyBridge.td | 16 +++++------
test/CodeGen/X86/mmx-schedule.ll | 32 +++++++++++-----------
.../tools/llvm-mca/X86/SandyBridge/resources-mmx.s | 6 ++--
.../llvm-mca/X86/SandyBridge/resources-sse1.s | 4 +--
.../llvm-mca/X86/SandyBridge/resources-sse2.s | 2 +-
.../llvm-mca/X86/SandyBridge/resources-ssse3.s | 4 +--
6 files changed, 32 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.