This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from 1d334297aa2 Document that -Wreturn-type is enabled by default for C++
new 4f7c56e847d * cgraph.h (symbol_table): Just declare debug method here. [...]
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 | 6 ++++++
gcc/cgraph.h | 5 +----
gcc/symtab.c | 6 ++++++
3 files changed, 13 insertions(+), 4 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 5f68be89e4b [mips] Accept 32-bit offsets for lb and lbu commands
new 7d6aa56ead5 [InstCombine][NFC] Autogenerate checks in add2.ll
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/Transforms/InstCombine/add2.ll | 313 ++++++++++++++++++++----------------
1 file changed, 178 insertions(+), 135 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 21c721fcc Delete unused variable.
new 5ce9e2fb6 [LLD][WASM] Handle WASM_SYMBOL_TYPE_SECTION in toString().
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:
wasm/Symbols.cpp | 2 ++
1 file changed, 2 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 db159759834 [WebAssembly] Write DWARF data into wasm object file
new 5f68be89e4b [mips] Accept 32-bit offsets for lb and lbu commands
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/Mips/AsmParser/MipsAsmParser.cpp | 17 +++++++++++++++++
lib/Target/Mips/MipsInstrInfo.td | 17 +++++++++++++++--
test/MC/Mips/micromips/invalid.s | 8 ++++----
test/MC/Mips/micromips32r6/invalid.s | 8 ++++----
test/MC/Mips/mips-expansions.s | 18 ++++++++++++++++++
test/MC/Mips/mips32r5/invalid.s | 8 ++++----
test/MC/Mips/mips32r6/invalid.s | 8 ++++----
test/MC/Mips/mips64r5/invalid.s | 8 ++++----
test/MC/Mips/mips64r6/invalid.s | 8 ++++----
9 files changed, 74 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 e2f88d3b9a1 Specify REQUIRES: default_triple in a few tests
new 2e7b4c5405d AMDGPU: Consolidate SubtargetPredicate definitions
new 901e22891db AMDGPU: Extend extract_vector_elt fneg combine to fabs
new ee52da49b0d DAG: Fix not legalizing vector fcanonicalizes
new db159759834 [WebAssembly] Write DWARF data into wasm object file
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/BinaryFormat/Wasm.h | 5 +-
include/llvm/BinaryFormat/WasmRelocs.def | 2 +
include/llvm/Object/RelocVisitor.h | 24 +++
include/llvm/Object/Wasm.h | 5 +
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 1 +
lib/MC/WasmObjectWriter.cpp | 189 ++++++++++++++++++---
lib/Object/WasmObjectFile.cpp | 36 +++-
lib/ObjectYAML/WasmYAML.cpp | 3 +
lib/Target/AMDGPU/AMDGPU.td | 7 +
lib/Target/AMDGPU/SIISelLowering.cpp | 6 +-
lib/Target/AMDGPU/SIInstructions.td | 7 -
.../MCTargetDesc/WebAssemblyWasmObjectWriter.cpp | 29 +++-
test/CodeGen/AMDGPU/fabs.f16.ll | 43 +++++
test/CodeGen/AMDGPU/fcanonicalize.ll | 13 ++
test/CodeGen/AMDGPU/mad-mix.ll | 8 +-
test/MC/WebAssembly/debug-info.ll | 166 +++++++++++++++++-
test/MC/WebAssembly/dwarfdump.ll | 95 +++++++++++
tools/llvm-readobj/WasmDumper.cpp | 2 +
tools/obj2yaml/wasm2yaml.cpp | 3 +
tools/yaml2obj/yaml2wasm.cpp | 21 ++-
20 files changed, 614 insertions(+), 51 deletions(-)
create mode 100644 test/MC/WebAssembly/dwarfdump.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 lld.
from 39d71f9a7 [WebAssembly] Add version to linking section (to match llvm-s [...]
new 21c721fcc Delete unused variable.
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/LinkerScript.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 llvm.
from 709bf508a90 [AArch64] Fix scavenged spill slot base when stack realignm [...]
new e2f88d3b9a1 Specify REQUIRES: default_triple in a few tests
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/MC/AsmParser/debug-empty-source.s | 1 +
test/MC/AsmParser/debug-no-source.s | 1 +
test/MC/AsmParser/inline_macro_duplication.ll | 1 +
test/MC/ELF/dwarf-file0.s | 1 +
4 files changed, 4 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 a98558c3866 [NFC][InstCombine] rem.ll: add a few commutative tests.
new 709bf508a90 [AArch64] Fix scavenged spill slot base when stack realignm [...]
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/AArch64/AArch64FrameLowering.cpp | 12 ++++++--
test/CodeGen/AArch64/spill-stack-realignment.mir | 35 ++++++++++++++++++++++++
2 files changed, 45 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/spill-stack-realignment.mir
--
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 5b92658eab7 [llvm-objcopy] Implement --redefine-sym option
new fb0b830464e [NFC][InstCombine] Regenerate rem.ll test
new a98558c3866 [NFC][InstCombine] rem.ll: add a few commutative tests.
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:
test/Transforms/InstCombine/rem.ll | 196 +++++++++++++++++++++++--------------
1 file changed, 125 insertions(+), 71 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 16388e77fc9 augmenting description for fcmp fmf - NFC
new 5b92658eab7 [llvm-objcopy] Implement --redefine-sym 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:
.../{localize.test => redefine-symbol.test} | 60 +++++++++++-----------
tools/llvm-objcopy/Object.cpp | 12 ++---
tools/llvm-objcopy/Object.h | 3 +-
tools/llvm-objcopy/Opts.td | 7 ++-
tools/llvm-objcopy/llvm-objcopy.cpp | 55 ++++++++++----------
5 files changed, 68 insertions(+), 69 deletions(-)
copy test/tools/llvm-objcopy/{localize.test => redefine-symbol.test} (56%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.