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 40fc416f4e Make '{add-,}symbol-file' not care about the position of com [...]
new b57e49f726 Update and clean up RISC-V gas documentation.
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:
gas/ChangeLog | 11 +++++
gas/doc/as.texinfo | 31 +++++++-------
gas/doc/c-riscv.texi | 111 +++++++++++++++++++++++++++++++++++++++++++++++++--
3 files changed, 134 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 lldb.
from bd8622bd1 Prevent vain lldb::user_id_t 0xffffffff lookups
new 7044b8420 Fix warnings in DNBDataRef.cpp, NFC
new 7fc579487 Fix warnings in JSON.cpp, NFC
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:
tools/debugserver/source/DNBDataRef.cpp | 12 ++++++------
tools/debugserver/source/JSON.cpp | 3 ---
2 files changed, 6 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.
from 26ba7faa47 [CodeGen] convert math libcalls/builtins to equivalent LLVM [...]
new 4a15f7d3b4 [AST] Try to fix build bot with modules broken r319589. Howe [...]
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/DeclContextInternals.h | 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 a52f66623a [AST] Fix some Clang-tidy modernize and Include What You Use [...]
new 26ba7faa47 [CodeGen] convert math libcalls/builtins to equivalent LLVM [...]
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/CGBuiltin.cpp | 266 ++++++++++++++++++++++++++++---------------
test/CodeGen/builtin-sqrt.c | 6 +-
test/CodeGen/builtins.c | 6 +-
test/CodeGen/libcalls.c | 12 +-
test/CodeGen/math-builtins.c | 48 ++++----
test/CodeGen/math-libcalls.c | 171 ++++++++++++++--------------
6 files changed, 294 insertions(+), 215 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 88129254677 * doc/extend.texi: Mention C++14 library complex suffix.
new f614ea8bcf7 compiler: introduce size threshold for nil checks
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/go/ChangeLog | 6 ++
gcc/go/go-c.h | 1 +
gcc/go/go-lang.c | 1 +
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 158 ++++++++++++++++++++++++++-------------
gcc/go/gofrontend/expressions.h | 43 ++++++++++-
gcc/go/gofrontend/go.cc | 1 +
gcc/go/gofrontend/gogo.cc | 6 +-
gcc/go/gofrontend/gogo.h | 16 ++++
gcc/go/gofrontend/parse.cc | 7 +-
gcc/go/gofrontend/statements.cc | 28 ++++---
gcc/go/gofrontend/types.cc | 29 ++++---
gcc/go/gofrontend/wb.cc | 3 +-
13 files changed, 220 insertions(+), 81 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 d48f1b686 Add test for pr35478.
new 71befe9f4 [WebAssembly] Add support for visibility flag
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/wasm/Inputs/call-indirect.ll | 4 +--
test/wasm/Inputs/{ret32.ll => hidden.ll} | 9 +++++--
test/wasm/Inputs/ret32.ll | 2 +-
test/wasm/Inputs/ret64.ll | 2 +-
test/wasm/Inputs/weak-alias.ll | 2 +-
test/wasm/call-indirect.ll | 12 ++++-----
test/wasm/entry.ll | 2 +-
test/wasm/visibility-hidden.ll | 46 ++++++++++++++++++++++++++++++++
test/wasm/weak-alias-overide.ll | 6 ++---
test/wasm/weak-alias.ll | 6 ++---
test/wasm/weak-external.ll | 12 ++++-----
wasm/Symbols.cpp | 2 ++
wasm/Symbols.h | 1 +
wasm/Writer.cpp | 41 +++++++++++++---------------
14 files changed, 98 insertions(+), 49 deletions(-)
copy test/wasm/Inputs/{ret32.ll => hidden.ll} (54%)
create mode 100644 test/wasm/visibility-hidden.ll
--
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 1fe1bd128c2 [libFuzzer] add a flag -malloc_limit_mb
new 79f1f0032c4 Revert "[X86] Improvement in CodeGen instruction selection [...]
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/MachineInstr.h | 3 +-
include/llvm/CodeGen/SelectionDAG.h | 3 -
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 11 -
lib/Target/X86/X86ISelDAGToDAG.cpp | 88 +---
lib/Target/X86/X86OptimizeLEAs.cpp | 486 +--------------------
test/CodeGen/X86/GlobalISel/callingconv.ll | 2 +-
test/CodeGen/X86/GlobalISel/gep.ll | 34 +-
test/CodeGen/X86/GlobalISel/memop-scalar.ll | 2 +-
test/CodeGen/X86/lea-opt-cse1.ll | 12 +-
test/CodeGen/X86/lea-opt-cse2.ll | 40 +-
test/CodeGen/X86/lea-opt-cse3.ll | 34 +-
test/CodeGen/X86/lea-opt-cse4.ll | 68 +--
test/CodeGen/X86/mul-constant-i16.ll | 12 +-
test/CodeGen/X86/mul-constant-i32.ll | 15 +-
test/CodeGen/X86/mul-constant-i64.ll | 9 +-
test/CodeGen/X86/mul-constant-result.ll | 14 +-
test/CodeGen/X86/umul-with-overflow.ll | 16 +-
.../LoopStrengthReduce/X86/ivchain-X86.ll | 6 +-
18 files changed, 163 insertions(+), 692 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 glibc.
from 15e84c63c0 Update NEWS to add CVE-2017-15804 entry
new ec2cf3f444 Use libm_alias_double for powerpc fabs, fma.
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 | 11 +++++++++++
sysdeps/powerpc/fpu/s_fabs.S | 8 ++------
sysdeps/powerpc/fpu/s_fma.S | 8 ++------
sysdeps/powerpc/powerpc32/fpu/s_fabs.S | 5 -----
sysdeps/powerpc/powerpc32/fpu/s_fma.S | 5 -----
sysdeps/powerpc/powerpc64/fpu/s_fabs.S | 5 -----
sysdeps/powerpc/powerpc64/fpu/s_fma.S | 5 -----
7 files changed, 15 insertions(+), 32 deletions(-)
delete mode 100644 sysdeps/powerpc/powerpc32/fpu/s_fabs.S
delete mode 100644 sysdeps/powerpc/powerpc32/fpu/s_fma.S
delete mode 100644 sysdeps/powerpc/powerpc64/fpu/s_fabs.S
delete mode 100644 sysdeps/powerpc/powerpc64/fpu/s_fma.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 llvm.
from 55c1b415d45 [MachineOutliner] NFC: Throw out self-intersections on cand [...]
new 1fe1bd128c2 [libFuzzer] add a flag -malloc_limit_mb
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:
docs/LibFuzzer.rst | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.