This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5fcc26d [X86] Fix some Clang-tidy modernize and Include What You Use [...]
new ea59150 [lto] add getLinkerOpts()
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:
.../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 3 ++
include/llvm/LTO/LTO.h | 4 ++
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 61 ++++++++++++----------
lib/LTO/LTO.cpp | 30 +++++++++++
4 files changed, 69 insertions(+), 29 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 release_40
in repository llvm.
from 4c02744 Merging r292167: -------------------------------------------- [...]
new 6a630d7 Merging r293345: -------------------------------------------- [...]
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/Transforms/InstCombine/InstCombineCompares.cpp | 31 ++++++---
test/Transforms/InstCombine/minmax-fold.ll | 81 ++++++++++++++++++++++
2 files changed, 102 insertions(+), 10 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 9e8d3ed Relax test so that it passes on OS X.
new 5fcc26d [X86] Fix some Clang-tidy modernize and Include What You Use [...]
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/X86/AsmParser/X86AsmInstrumentation.cpp | 67 +++++++++++++---------
lib/Target/X86/AsmParser/X86AsmInstrumentation.h | 12 ++--
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp | 25 ++++----
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 40 +++++++------
.../X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp | 27 ++++-----
lib/Target/X86/X86CallFrameOptimization.cpp | 56 +++++++++++-------
lib/Target/X86/X86EvexToVex.cpp | 32 +++++++----
lib/Target/X86/X86InstrFMA3Info.cpp | 3 +
lib/Target/X86/X86InstrFMA3Info.h | 11 ++--
lib/Target/X86/X86Subtarget.cpp | 13 +++--
lib/Target/X86/X86Subtarget.h | 30 +++++++---
lib/Target/X86/X86TargetMachine.cpp | 61 ++++++++++++++------
lib/Target/X86/X86TargetMachine.h | 14 +++--
13 files changed, 240 insertions(+), 151 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 binutils-gdb.
from e17b0c3 MIPS/BFD: Respect the ELF gABI dynamic symbol table sort requirement
new ec4cb20 struct mi_interp: Remove unused fields
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:
gdb/ChangeLog | 5 +++++
gdb/mi/mi-common.h | 5 -----
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 lldb.
from 7901e3e Move classes from Core -> Utility.
new d24872a Fix mac build breakage due to StringStream move
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:
source/Host/macosx/Host.mm | 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 binutils-gdb.
from 616268b Move "tee" building down to interpreter::set_logging_proc
new 7320133 MIPS/GAS/doc: Include MIPS options in the man page
new 8f56d4f BFD: Wrap overlong error handler call line in `elf_gc_sweep'
new 2e9af2d LD/testsuite: ld-lib.exp: Fix a typo, s/regexp/regex/
new fa93e3d CRIS/LD/testsuite: tls-err-20x.d: Fix a typo, s/n/\n/
new 17a80fa MIPS/BFD: Fix assertion in `mips_elf_sort_hash_table'
new 0f8c4b6 MIPS/BFD: Streamline hash table references in `mips_elf_sort_ [...]
new 55f8b9d MIPS/BFD: Use `bfd_size_type' for dynamic symbol table indices
new e17b0c3 MIPS/BFD: Respect the ELF gABI dynamic symbol table sort requirement
The 8 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:
bfd/ChangeLog | 30 ++++++++++++++++++++++++++++
bfd/elflink.c | 3 ++-
bfd/elfxx-mips.c | 41 +++++++++++++++++++++-----------------
gas/ChangeLog | 5 +++++
gas/doc/as.texinfo | 2 ++
ld/ChangeLog | 9 +++++++++
ld/testsuite/ld-cris/tls-err-20x.d | 2 +-
ld/testsuite/lib/ld-lib.exp | 2 +-
8 files changed, 73 insertions(+), 21 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 b084c50 [CodeGen] Remove dead call-or-prologue enum from CCState
new 5b6f111 [X86] Move turning 256-bit INSERT_SUBVECTORS into BLENDI from [...]
new 40a1817 [X86] Avoid sorted order check in release builds
new 9e8d3ed Relax test so that it passes on OS X.
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:
lib/Target/X86/X86ISelLowering.cpp | 93 +++++++++++-----------
test/CodeGen/X86/insertelement-zero.ll | 16 ++--
.../Generic/2010-06-29-InlinedFnLocalVar.ll | 2 +-
test/DebugInfo/Generic/array.ll | 2 +-
4 files changed, 53 insertions(+), 60 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 release_40
in repository llvm.
from 2a46e93 Merging r293542: -------------------------------------------- [...]
new 18b90cd Merging r293635: -------------------------------------------- [...]
new 4c02744 Merging r292167: -------------------------------------------- [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 24 +++-
test/CodeGen/AMDGPU/fma-combine.ll | 26 +++--
test/CodeGen/AMDGPU/mad-combine.ll | 87 +++++++-------
test/CodeGen/NVPTX/fma-assoc.ll | 11 +-
test/CodeGen/PowerPC/fma-assoc.ll | 126 ++++++++++++++-------
.../Inputs/phdr-note.elf-x86-64} | Bin 4220 -> 5048 bytes
.../Inputs/phdrs.elf-x86-64} | Bin 4450 -> 4720 bytes
test/tools/llvm-objdump/X86/openbsd-headers.test | 20 ++++
test/tools/llvm-objdump/X86/phdrs.test | 32 ++++++
tools/llvm-objdump/ELFDump.cpp | 15 +++
10 files changed, 243 insertions(+), 98 deletions(-)
copy test/{tools/llvm-objdump/X86/Inputs/dylibSubLibrary.macho-x86_64 => Object/In [...]
copy test/{tools/llvm-objdump/X86/Inputs/out-of-section-sym.elf-i386 => Object/Inp [...]
mode change 100644 => 100755
create mode 100644 test/tools/llvm-objdump/X86/openbsd-headers.test
create mode 100644 test/tools/llvm-objdump/X86/phdrs.test
--
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 050d2a7 [PGO] internal option cleanups
new b084c50 [CodeGen] Remove dead call-or-prologue enum from CCState
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/CallingConvLower.h | 10 ---------
lib/CodeGen/CallingConvLower.cpp | 3 +--
lib/Target/ARM/ARMISelLowering.cpp | 39 ++++++++-------------------------
3 files changed, 10 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.