This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 75f264c cleanup: fixed names of dummy arguments of Fortran interfaces [...]
new bd0745e Appease older gcc compilers for the many-microtask-args.c test
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:
runtime/test/misc_bugs/many-microtask-args.c | 3 ++-
1 file changed, 2 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 lldb.
from 8274301 Add a few more unit tests for StringExtractor.
new 4b0e8c9 Use llvm to do endian conversions.
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:
source/Utility/StringExtractor.cpp | 140 ++++++++++---------------------------
1 file changed, 35 insertions(+), 105 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 3ec1cdd Unrevert r280035 now that the clang-cl bug it exposed has bee [...]
new a999e7a PR29166: when merging declarations with typedef names for lin [...]
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/Serialization/ASTReaderDecl.cpp | 2 +-
test/Modules/merge-name-for-linkage.cpp | 1 +
2 files changed, 2 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 8be91b5 GlobalISel: forbid physical registers on generic MIs.
new a55b262 CodeGen: Fixup for r280128, since GCC isn't as permissive as Clang
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/MachineBasicBlock.h | 6 +++---
lib/CodeGen/MachineBasicBlock.cpp | 8 +++-----
2 files changed, 6 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 clang.
from 0c25e25 PR30195: Fix clang-cl attempting to precompile bogus (non-pre [...]
new 3ec1cdd Unrevert r280035 now that the clang-cl bug it exposed has bee [...]
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/clang/Driver/CC1Options.td | 2 --
include/clang/Driver/Options.td | 4 ++++
include/clang/Driver/Types.def | 3 +++
include/clang/Driver/Types.h | 5 +++++
lib/Driver/Driver.cpp | 10 +++++++---
lib/Driver/Tools.cpp | 33 ++++++++++++++++++++------------
lib/Driver/Types.cpp | 21 ++++++++++++++++++--
lib/Frontend/CompilerInvocation.cpp | 2 ++
lib/Parse/Parser.cpp | 8 +++++++-
test/Driver/cl-pch.cpp | 4 ++--
test/Driver/modules-ts.cpp | 38 +++++++++++++++++++++++++++++++++++++
11 files changed, 108 insertions(+), 22 deletions(-)
create mode 100644 test/Driver/modules-ts.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 a2a31ca Support: add some more ELF constants
new b899d19 llvm-readobj: add support for printing GNU Notes
new 8be91b5 GlobalISel: forbid physical registers on generic MIs.
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/MachineVerifier.cpp | 8 ++
.../AArch64/GlobalISel/arm64-regbankselect.mir | 64 +++++++---
test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 68 +++++++---
test/CodeGen/AArch64/GlobalISel/legalize-and.mir | 16 ++-
test/CodeGen/AArch64/GlobalISel/legalize-mul.mir | 16 ++-
test/CodeGen/AArch64/GlobalISel/legalize-or.mir | 16 ++-
test/CodeGen/AArch64/GlobalISel/legalize-sub.mir | 14 ++-
test/CodeGen/AArch64/GlobalISel/legalize-xor.mir | 16 ++-
test/CodeGen/MIR/X86/generic-instr-type.mir | 22 ++--
test/tools/llvm-readobj/gnu-notes.test | 76 ++++++++++++
tools/llvm-readobj/ELFDumper.cpp | 138 +++++++++++++++++++++
tools/llvm-readobj/ObjDumper.h | 1 +
tools/llvm-readobj/llvm-readobj.cpp | 6 +
13 files changed, 389 insertions(+), 72 deletions(-)
create mode 100644 test/tools/llvm-readobj/gnu-notes.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 f060198 typo + indentation [NFC]
new 0c25e25 PR30195: Fix clang-cl attempting to precompile bogus (non-pre [...]
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/clang/Driver/Types.h | 4 ++++
lib/Driver/Driver.cpp | 8 +++++--
lib/Driver/Types.cpp | 18 ++++++++++++++++
test/Driver/cl-pch.c | 51 +++++++++++++++++++++++---------------------
4 files changed, 55 insertions(+), 26 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 9c80b35 ADT: Split ilist_node_traits into alloc and callback, NFC
new e046d5c Fix unit test after function name change.
new a2a31ca Support: add some more ELF constants
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/Support/ELF.h | 15 ++++++++++++++-
unittests/ADT/ArrayRefTest.cpp | 8 ++++----
2 files changed, 18 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 b986a76 Rename ArrayRef::keep_front / keep_back to take_front / take_back.
new 9c80b35 ADT: Split ilist_node_traits into alloc and callback, 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/ADT/ilist.h | 44 +++++++++++++++++++++++++++-----
include/llvm/CodeGen/MachineBasicBlock.h | 26 +++++++++----------
include/llvm/CodeGen/MachineFunction.h | 17 +++++++-----
include/llvm/CodeGen/MachineInstr.h | 2 +-
include/llvm/CodeGen/SelectionDAG.h | 5 ++--
include/llvm/CodeGen/SelectionDAGNodes.h | 2 --
include/llvm/CodeGen/SlotIndexes.h | 9 ++-----
include/llvm/IR/Metadata.h | 1 -
include/llvm/IR/Module.h | 6 -----
include/llvm/IR/SymbolTableListTraits.h | 2 +-
include/llvm/MC/MCSection.h | 11 ++------
lib/CodeGen/MachineBasicBlock.cpp | 17 +++++++-----
lib/CodeGen/MachineFunction.cpp | 2 +-
lib/MC/MCFragment.cpp | 4 +--
lib/Support/YAMLParser.cpp | 11 ++------
unittests/ADT/IListTest.cpp | 34 +++++++++++++++++-------
16 files changed, 107 insertions(+), 86 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 b06ba47 Basic/Targets.cpp: Add polaris10 and polaris11 gpus
new f060198 typo + indentation [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/Driver/MSVCToolChain.cpp | 2 +-
lib/Driver/ToolChains.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.