This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e41f2a1 [CodeGen] Add support for emitting .init_array instead of .ct [...]
new cd04c01 [lit] Add a --max-failures option.
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:
utils/lit/lit/LitConfig.py | 4 +++-
utils/lit/lit/main.py | 12 ++++++++++--
utils/lit/lit/run.py | 14 ++++++++++++++
utils/lit/tests/max-failures.py | 14 ++++++++++++++
4 files changed, 41 insertions(+), 3 deletions(-)
create mode 100644 utils/lit/tests/max-failures.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 b412e01 [CodeGen] Switch test as FreeBSD will support .init_array soon.
new e41f2a1 [CodeGen] Add support for emitting .init_array instead of .ct [...]
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/X86TargetMachine.cpp | 2 ++
lib/Target/X86/X86TargetObjectFile.cpp | 7 +++++++
lib/Target/X86/X86TargetObjectFile.h | 6 ++++++
test/CodeGen/X86/constructor.ll | 2 ++
4 files changed, 17 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 llvm.
from 0b13636 [WebAssembly] Use the frame pointer instead of the stack pointer
new b412e01 [CodeGen] Switch test as FreeBSD will support .init_array soon.
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/CodeGen/X86/init-priority.ll | 6 +++---
1 file changed, 3 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 clang.
from 92f23b6 [Modules TS] Diagnose 'export' declaration within 'export' de [...]
new 4765e80 headers: add missing Windows ARM Interlocked intrinsics
new 199dbc5 [clang-format] Don't allow newline after uppercase Obj-C bloc [...]
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/Format/TokenAnnotator.cpp | 17 +-
lib/Headers/intrin.h | 474 ++++++++++++++++++++++++++++++++++++++++
unittests/Format/FormatTest.cpp | 2 +
3 files changed, 487 insertions(+), 6 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 libcxx.
from 3ba3ad4 [libc++] Fix typos causing compilation errors when _LIBCPP_DE [...]
new 74c9857 Expect DLL builds on Windows by default and require a custom [...]
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:
CMakeLists.txt | 10 ++++++++++
include/__config | 14 +++++++-------
include/__config_site.in | 1 +
3 files changed, 18 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 lldb.
from 451ded9 added Linux support for test timeout sampling
new ceb5f6c Fix an issue where LLDB would not accept the --description-ve [...]
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/Commands/CommandObjectExpression.cpp | 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 libcxx.
from 66bdfe2 [libc++] Extension: Make `move` and `forward` constexpr in C++11.
new 3ba3ad4 [libc++] Fix typos causing compilation errors when _LIBCPP_DE [...]
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/unordered_map | 4 ++--
1 file changed, 2 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 lld.
from 52a6913 [ELF] - Linkerscript: implemented BYTE/SHORT/LONG/QUAD commands.
new 9a8f2cd Non alloca sections should not keep other sections live.
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/MarkLive.cpp | 3 ++-
test/ELF/gc-sections-alloc.s | 31 +++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/gc-sections-alloc.s
--
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 502c875 Fix test on windows
new 92f23b6 [Modules TS] Diagnose 'export' declaration within 'export' de [...]
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/AST/DeclBase.h | 4 ++++
include/clang/Basic/DiagnosticSemaKinds.td | 2 ++
lib/AST/DeclBase.cpp | 16 ++++++++++++++++
lib/Sema/SemaDecl.cpp | 7 +++++--
test/SemaCXX/modules-ts.cppm | 15 +++++++++++++++
5 files changed, 42 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 851d92e Next set of additional error checks for invalid Mach-O files [...]
new 0b13636 [WebAssembly] Use the frame pointer instead of the stack pointer
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/WebAssembly/WebAssemblyRegisterInfo.cpp | 13 +++--
test/CodeGen/WebAssembly/userstack.ll | 65 ++++++++++++++++++----
2 files changed, 62 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.