This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 923a9ba Revert "[obj2yaml] [yaml2obj] Support for MachO load command [...]
new 2848e3c [SCEV] Be more aggressive in proving NUW
new b4edd72 [Guards] Add branch metadata when lowering
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/Analysis/ScalarEvolution.cpp | 27 +++++++---
lib/Transforms/Scalar/LowerGuardIntrinsic.cpp | 10 ++++
.../ScalarEvolution/no-wrap-unknown-becount.ll | 60 ++++++++++++++++++++++
test/Transforms/LowerGuardIntrinsic/basic.ll | 12 +++--
4 files changed, 97 insertions(+), 12 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 7f271a0 Add some checking so that the TEST_HAS_XXX macros match up wi [...]
new d8fc1ec Implement LWG2576: istream_iterator and ostream_iterator shou [...]
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/iterator | 8 ++++----
www/cxx1z_status.html | 2 +-
2 files changed, 5 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 lld.
from 1a85e79 Add `explicit`.
new 40d3a00 ELF: accept and ignore --no-undefined-version for compatibility
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/Options.td | 1 +
1 file changed, 1 insertion(+)
--
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 91945a2 Fix calling convention test
new ff894ca Fix line numbers in calling convention 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:
test/Sema/callingconv-cast.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 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-tools-extra.
from 217cbd4 [find-all-symbols] Add IWYU private pragma support.
new 0349520 [clang-tidy] Skip misc-macro-parentheses for namespaces (Fix [...]
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:
clang-tidy/misc/MacroParenthesesCheck.cpp | 4 ++++
test/clang-tidy/misc-macro-parentheses.cpp | 1 +
2 files changed, 5 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 binutils-gdb.
from 68bce02 Check global CC in at_least_gcc_version
new 5ff087a Add DW_LANG_Rust
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/ChangeLog | 5 +++++
include/dwarf2.h | 6 +++++-
2 files changed, 10 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 4a038a7 [obj2yaml] [yaml2obj] Support for MachO load command structures
new d307f96 Fix Clang-tidy modernize-use-bool-literals in generated Targe [...]
new 77be094 Change llvm-objdump, llvm-nm and llvm-size when reporting an [...]
new 923a9ba Revert "[obj2yaml] [yaml2obj] Support for MachO load command [...]
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:
include/llvm/Object/Archive.h | 2 +-
include/llvm/Object/Error.h | 30 ++
include/llvm/ObjectYAML/MachOYAML.h | 61 +---
include/llvm/Support/MachO.def | 45 +--
include/llvm/Support/MachO.h | 7 -
lib/ExecutionEngine/MCJIT/MCJIT.cpp | 7 +-
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 7 +-
lib/Object/Archive.cpp | 11 +-
lib/ObjectYAML/MachOYAML.cpp | 360 +--------------------
...d-symbol-name-past-eof => macho-bad-archive1.a} | Bin 4536 -> 5544 bytes
.../Inputs/macho-bad-archive2.a} | Bin 844 -> 1084 bytes
test/Object/macho-invalid.test | 7 +
test/Object/nm-archive.test | 7 +-
test/ObjectYAML/MachO/load_commands.yaml | 89 -----
tools/llvm-cxxdump/llvm-cxxdump.cpp | 14 +-
tools/llvm-nm/llvm-nm.cpp | 54 +++-
tools/llvm-objdump/MachODump.cpp | 36 ++-
tools/llvm-objdump/llvm-objdump.cpp | 60 +++-
tools/llvm-objdump/llvm-objdump.h | 10 +-
tools/llvm-readobj/llvm-readobj.cpp | 15 +-
tools/llvm-size/llvm-size.cpp | 53 ++-
tools/obj2yaml/macho2yaml.cpp | 25 +-
tools/sancov/sancov.cc | 4 +-
tools/yaml2obj/yaml2macho.cpp | 36 +--
utils/TableGen/RegisterInfoEmitter.cpp | 69 ++--
utils/TableGen/SubtargetEmitter.cpp | 62 ++--
26 files changed, 367 insertions(+), 704 deletions(-)
copy test/Object/Inputs/{macho-invalid-symbol-name-past-eof => macho-bad-archive1. [...]
copy test/{tools/llvm-objdump/X86/Inputs/hello.obj.macho-x86_64 => Object/Inputs/m [...]
--
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 87749e8 [codeview] Test serialization of all known type records
new 4a038a7 [obj2yaml] [yaml2obj] Support for MachO load command structures
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/ObjectYAML/MachOYAML.h | 61 +++++-
include/llvm/Support/MachO.def | 45 +++-
include/llvm/Support/MachO.h | 7 +
lib/ObjectYAML/MachOYAML.cpp | 360 ++++++++++++++++++++++++++++++-
test/ObjectYAML/MachO/load_commands.yaml | 89 ++++++++
tools/obj2yaml/macho2yaml.cpp | 25 ++-
tools/yaml2obj/yaml2macho.cpp | 36 +++-
7 files changed, 590 insertions(+), 33 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 848c2ee Tentatively enable -Wcast-calling-convention by default
new 91945a2 Fix calling convention 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:
test/Sema/callingconv-cast.c | 3 ---
1 file changed, 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 e5e8f50 [PCH] Fixed bug with preamble invalidation when overridden fi [...]
new 848c2ee Tentatively enable -Wcast-calling-convention by default
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/Basic/DiagnosticSemaKinds.td | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.