This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 2f1b212e54 Clean up complex.h handling of float128.
new 260fbd0a39 Include bits/cmathcalls.h for more _FloatN, _FloatNx types.
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:
ChangeLog | 15 ++++++++++++
math/complex.h | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 87 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 9ae2da659ff [yaml2obj][ELF] Add support for setting alignment in progra [...]
new 2471073a0bf Update cl::opt<uint64_t> instances to cl::opt<unsigned long long>
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:
tools/llvm-cfi-verify/lib/GraphBuilder.cpp | 8 ++++----
tools/llvm-cfi-verify/lib/GraphBuilder.h | 4 ++--
2 files changed, 6 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 clang.
from c3c8524640 [ASTMatchers] Fix some Clang-tidy modernize and Include What [...]
new 7366f8e060 Fix missing -Wregister warning when 'register' is applied to [...]
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/Sema/SemaDecl.cpp | 8 ++++++++
test/CXX/dcl.dcl/dcl.spec/dcl.stc/p2.cpp | 1 +
test/SemaCXX/deprecated.cpp | 7 ++++++-
test/SemaCXX/varargs.cpp | 2 +-
4 files changed, 16 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 gcc.
from b08e7364ef3 * tree-ssa-ccp.c (ccp_folder): New class derived from sub [...]
new 0485445ef07 RISC-V: Use "@minus{}2 GB" instead of "-2 GB" in invoke.texi
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:
gcc/ChangeLog | 4 ++++
gcc/doc/invoke.texi | 4 ++--
2 files changed, 6 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 5616b72dcf6 Revert "Correct dwarf unwind information in function epilog [...]
new 368924ad91d loop-unroll: teach remapInstruction to update dbg.value int [...]
new 9ae2da659ff [yaml2obj][ELF] Add support for setting alignment in progra [...]
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/ObjectYAML/ELFYAML.h | 1 +
lib/ObjectYAML/ELFYAML.cpp | 1 +
lib/Transforms/Utils/LoopUnroll.cpp | 16 ++++-
test/Transforms/LoopUnroll/debug-info.ll | 75 ++++++++++++++++++++++
...ogram-header.yaml => program-header-align.yaml} | 36 +++++------
tools/yaml2obj/yaml2elf.cpp | 20 +++---
6 files changed, 120 insertions(+), 29 deletions(-)
create mode 100644 test/Transforms/LoopUnroll/debug-info.ll
copy test/tools/yaml2obj/{program-header.yaml => program-header-align.yaml} (66%)
--
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 ba0893fc83 [clang-format] Make parseUnaryOperator non-recursive, NFCI
new c3c8524640 [ASTMatchers] Fix some Clang-tidy modernize and Include What [...]
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/ASTMatchers/ASTMatchers.h | 84 ++++++++++-----
include/clang/ASTMatchers/ASTMatchersInternal.h | 131 +++++++++++++++---------
include/clang/ASTMatchers/Dynamic/Parser.h | 31 +++---
include/clang/ASTMatchers/Dynamic/Registry.h | 16 +--
lib/ASTMatchers/ASTMatchersInternal.cpp | 52 +++++++---
lib/ASTMatchers/Dynamic/Marshallers.h | 102 ++++++++++++------
lib/ASTMatchers/Dynamic/Parser.cpp | 43 +++++---
lib/ASTMatchers/Dynamic/Registry.cpp | 48 +++++----
8 files changed, 327 insertions(+), 180 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 81ba46decc8 PR rtl-optimization/82778 PR rtl-optimization/82597 * co [...]
new 6bd87d95fc2 * tree-ssa-propagate.h (ssa_prop_visit_stmt_fn): Remove ty [...]
new b08e7364ef3 * tree-ssa-ccp.c (ccp_folder): New class derived from sub [...]
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:
gcc/ChangeLog | 71 ++++++++++++++++++++++++++++++++++++++++
gcc/tree-complex.c | 18 ++++++----
gcc/tree-ssa-ccp.c | 44 ++++++++++++++++++++-----
gcc/tree-ssa-copy.c | 31 +++++++++++++-----
gcc/tree-ssa-propagate.c | 85 ++++++++++++++++++++----------------------------
gcc/tree-ssa-propagate.h | 44 ++++++++++++++++++-------
gcc/tree-vrp.c | 48 +++++++++++++++++++++------
7 files changed, 247 insertions(+), 94 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 d005962cad8 [X86][SSE] Add PACKUS support to LowerTruncate
new 8ec459f49ce [globalisel][regbank] Warn about MIR ambiguities when regis [...]
new 3f1a9263fc0 [X86] Add CMOV feature to 'i686' processor, making it a pro [...]
new 01dd53d4bd9 [X86] Use foreach in X86.td to combine some of the CPU name [...]
new 8b4e833a6e1 [LLVM-C] Expose functions to create debug locations via DIBuilder.
The 4 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-c/DebugInfo.h | 202 +++++++++++++++++++++++++++
include/llvm/TableGen/Error.h | 2 +
lib/IR/DebugInfo.cpp | 82 ++++++++++-
lib/TableGen/Error.cpp | 4 +
lib/Target/X86/X86.td | 92 ++++++------
test/Bindings/llvm-c/debug_info.ll | 8 ++
tools/llvm-c-test/CMakeLists.txt | 1 +
tools/llvm-c-test/{helpers.c => debuginfo.c} | 40 +++---
tools/llvm-c-test/llvm-c-test.h | 3 +
tools/llvm-c-test/main.c | 5 +
utils/TableGen/RegisterBankEmitter.cpp | 13 ++
11 files changed, 378 insertions(+), 74 deletions(-)
create mode 100644 include/llvm-c/DebugInfo.h
create mode 100644 test/Bindings/llvm-c/debug_info.ll
copy tools/llvm-c-test/{helpers.c => debuginfo.c} (55%)
--
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 32d0d4727 add LibCxxTuple.cpp, LibCxxQueue.cpp to xcode project file.
new 064b278db dotest: consistently call finalize_build_dictionary in debug [...]
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:
packages/Python/lldbsuite/test/lldbtest.py | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.