This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 4088d8dd29 x86: Allow undefined _DYNAMIC in static executable
new bf27d3973d New generic logf
new 90c42e40d0 missed ChangeLog entry
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:
ChangeLog | 11 ++
NEWS | 2 +-
math/Makefile | 2 +-
sysdeps/i386/fpu/{doasin.c => e_logf_data.c} | 0
.../{i386/fpu/doasin.c => ia64/fpu/e_logf_data.c} | 0
sysdeps/ieee754/flt-32/e_logf.c | 148 +++++++++++----------
sysdeps/ieee754/flt-32/e_logf_data.c | 44 ++++++
sysdeps/ieee754/flt-32/math_config.h | 12 ++
.../fpu/doasin.c => m68k/m680x0/fpu/e_logf_data.c} | 0
9 files changed, 144 insertions(+), 75 deletions(-)
copy sysdeps/i386/fpu/{doasin.c => e_logf_data.c} (100%)
copy sysdeps/{i386/fpu/doasin.c => ia64/fpu/e_logf_data.c} (100%)
create mode 100644 sysdeps/ieee754/flt-32/e_logf_data.c
copy sysdeps/{i386/fpu/doasin.c => m68k/m680x0/fpu/e_logf_data.c} (100%)
--
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 3e5e51d7490 [mips] Add test cases for dext/dins family of instructions
new 898afa74566 [X86][SSE] Added more tests for vector multiplications as u [...]
new 8b705cd891a [mips] Add missing license info, formatting changes. NFCI
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/Target/Mips/MicroMipsInstrFPU.td | 77 +++++----
test/CodeGen/X86/vector-mul.ll | 302 +++++++++++++++++++++++++++++++++++
2 files changed, 349 insertions(+), 30 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 41ca6917d80 [Triple] Add AMDPAL operating system type
new 2532de2a09e [AMDGPU] AMDPAL scratch buffer support
new 8ba98f908f0 [AMDGPU] calling conventions for AMDPAL OS type
new 3e5e51d7490 [mips] Add test cases for dext/dins family of instructions
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/IR/CallingConv.h | 23 +++++++---
lib/AsmParser/LLLexer.cpp | 2 +
lib/AsmParser/LLParser.cpp | 4 ++
lib/AsmParser/LLToken.h | 2 +
lib/IR/AsmWriter.cpp | 2 +
lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp | 5 +-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 27 +++++++----
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 4 ++
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 2 +
lib/Target/AMDGPU/SIDefines.h | 2 +
lib/Target/AMDGPU/SIFrameLowering.cpp | 61 ++++++++++++++++++++++++-
lib/Target/AMDGPU/SIFrameLowering.h | 6 +++
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 8 +++-
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 9 ++++
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 6 +++
test/Bitcode/compatibility.ll | 8 ++++
test/CodeGen/AMDGPU/amdpal-cs.ll | 13 ++++++
test/CodeGen/AMDGPU/amdpal-es.ll | 13 ++++++
test/CodeGen/AMDGPU/amdpal-gs.ll | 14 ++++++
test/CodeGen/AMDGPU/amdpal-hs.ll | 14 ++++++
test/CodeGen/AMDGPU/amdpal-ls.ll | 13 ++++++
test/CodeGen/AMDGPU/amdpal-ps.ll | 14 ++++++
test/CodeGen/AMDGPU/amdpal-vs.ll | 14 ++++++
test/CodeGen/AMDGPU/amdpal.ll | 47 ++++++++++++++++++-
test/CodeGen/AMDGPU/calling-conventions.ll | 47 ++++++++++++++++++-
test/MC/Mips/mips64r2/invalid.s | 7 ++-
test/MC/Mips/mips64r2/valid.s | 5 ++
test/MC/Mips/mips64r6/invalid.s | 25 ++++++++++
test/MC/Mips/mips64r6/valid.s | 5 ++
29 files changed, 379 insertions(+), 23 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/amdpal-cs.ll
create mode 100644 test/CodeGen/AMDGPU/amdpal-es.ll
create mode 100644 test/CodeGen/AMDGPU/amdpal-gs.ll
create mode 100644 test/CodeGen/AMDGPU/amdpal-hs.ll
create mode 100644 test/CodeGen/AMDGPU/amdpal-ls.ll
create mode 100644 test/CodeGen/AMDGPU/amdpal-ps.ll
create mode 100644 test/CodeGen/AMDGPU/amdpal-vs.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 553e12e54cd [dwarfdump][NFC] Consistent errors and warnings with --verify
new 41ca6917d80 [Triple] Add AMDPAL operating system type
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/ADT/Triple.h | 3 ++-
lib/Support/Triple.cpp | 2 ++
lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 ++++
test/CodeGen/AMDGPU/amdpal.ll | 10 ++++++++++
unittests/ADT/TripleTest.cpp | 6 ++++++
5 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/amdpal.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 clang.
from 2fb39644fd [X86][MS-InlineAsm] Extended support for variables / identif [...]
new 94efed908a [Sema] Suppress warnings for C's zero initializer
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/Expr.h | 7 +++++++
lib/AST/Expr.cpp | 11 +++++++++++
lib/Sema/SemaInit.cpp | 7 +++++--
test/Sema/zero-initializer.c | 38 ++++++++++++++++++++++++++++++++++++++
4 files changed, 61 insertions(+), 2 deletions(-)
create mode 100644 test/Sema/zero-initializer.c
--
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 gcc-7-branch
in repository gcc.
from 2e041f113de Daily bump.
new 0dd263c295e 2017-09-29 Krister Walfridsson <krister.walfridsson(a)gmail.com>
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 | 14 ++++++++
gcc/config.gcc | 4 ++-
gcc/config/{m68k/m68k-none.h => netbsd-protos.h} | 5 +--
gcc/config/{linux.c => netbsd.c} | 43 ++++++++++++++++--------
gcc/config/netbsd.h | 6 ++++
gcc/config/{t-glibc => t-netbsd} | 4 +--
6 files changed, 57 insertions(+), 19 deletions(-)
copy gcc/config/{m68k/m68k-none.h => netbsd-protos.h} (83%)
copy gcc/config/{linux.c => netbsd.c} (50%)
copy gcc/config/{t-glibc => t-netbsd} (88%)
--
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 81ce39488db [X86][MS-InlineAsm] Extended support for variables / identi [...]
new 70d137c4eff [mips] Reordering callseq* nodes to be linear
new 553e12e54cd [dwarfdump][NFC] Consistent errors and warnings with --verify
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/DebugInfo/DWARF/DWARFVerifier.h | 4 +
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 175 +++++++++++----------
lib/DebugInfo/DWARF/SyntaxHighlighting.cpp | 15 +-
lib/DebugInfo/DWARF/SyntaxHighlighting.h | 16 +-
lib/Target/Mips/MipsISelLowering.cpp | 39 ++---
lib/Target/Mips/MipsISelLowering.h | 14 +-
test/CodeGen/Mips/callseq_order.ll | 55 +++++++
test/CodeGen/Mips/largeimmprinting.ll | 11 +-
test/CodeGen/Mips/llvm-ir/mul.ll | 2 +-
test/CodeGen/Mips/llvm-ir/sdiv.ll | 2 +-
test/CodeGen/Mips/llvm-ir/srem.ll | 2 +-
test/CodeGen/Mips/llvm-ir/udiv.ll | 2 +-
test/CodeGen/Mips/llvm-ir/urem.ll | 2 +-
.../llvm-dwarfdump/X86/apple_names_verify_form.s | 4 +-
.../X86/apple_names_verify_num_atoms.s | 6 +-
.../tools/llvm-dwarfdump/X86/verify_debug_abbrev.s | 5 +-
test/tools/llvm-dwarfdump/X86/verify_debug_info.s | 6 +-
.../llvm-dwarfdump/X86/verify_unit_header_chain.s | 18 +--
18 files changed, 234 insertions(+), 144 deletions(-)
create mode 100644 test/CodeGen/Mips/callseq_order.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 620247484 [ELF] Simpler scheme for handling common symbols
new 3084c5452 [NFC] Removed accidenatally added file
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/SyntheticSections.cpp~RF2791d30b.TMP | 2451 ------------------------------
1 file changed, 2451 deletions(-)
delete mode 100644 ELF/SyntheticSections.cpp~RF2791d30b.TMP
--
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 b3e88dc95 Fix header location with PHDR.
new 620247484 [ELF] Simpler scheme for handling common symbols
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/Driver.cpp | 8 ++
ELF/MarkLive.cpp | 11 +-
ELF/Symbols.cpp | 12 +-
ELF/Symbols.h | 5 -
ELF/SyntheticSections.cpp | 35 +++---
...ns.cpp => SyntheticSections.cpp~RF2791d30b.TMP} | 124 +++++++++++----------
ELF/SyntheticSections.h | 2 +-
ELF/Writer.cpp | 7 --
8 files changed, 103 insertions(+), 101 deletions(-)
copy ELF/{SyntheticSections.cpp => SyntheticSections.cpp~RF2791d30b.TMP} (96%)
--
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 6d8d47f6838 cp/ * parser.c (cp_parser_member_declaration): Parse attri [...]
new 222d5c496e3 2017-09-29 Richard Biener <rguenther(a)suse.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:
gcc/ChangeLog | 10 ++++++++
gcc/graphite-isl-ast-to-gimple.c | 53 +++++++++++++++++++++++-----------------
2 files changed, 40 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.