This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 45045e9 [unordered] sink unordered stores at end of blocks
new efee6b3 [PGO] change the interface for createPGOFuncNameMetadata()
new 87d1190 DAGCombiner: Relax alignment restriction when changing store type
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/ProfileData/InstrProf.h | 2 +-
include/llvm/Target/TargetLowering.h | 9 ++++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 24 ++++++----
lib/ProfileData/InstrProf.cpp | 12 +++--
.../Instrumentation/PGOInstrumentation.cpp | 2 +-
.../CodeGen/AMDGPU/reduce-store-width-alignment.ll | 53 ++++++++++++++++++++++
test/CodeGen/X86/avx-vextractf128.ll | 2 +-
7 files changed, 86 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/reduce-store-width-alignment.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 ed966fd Move uintX_t typedef to the class definition. NFC.
new e6c5e9c Update a comment for r267145.
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 | 3 ++-
1 file changed, 2 insertions(+), 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 2321e60 Fix -Wunused-variable in non-asserts build.
new c1499f8 [mips][microMIPS] Add R_MICROMIPS_PC18_S3 relocation
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/MCTargetDesc/MipsAsmBackend.cpp | 15 +++++++++++++++
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 2 ++
lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h | 3 +++
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 5 +++--
test/MC/Mips/micromips32r6/relocations.s | 2 ++
test/MC/Mips/micromips64r6/relocations.s | 7 +++++++
6 files changed, 32 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 lld.
from d0a4536 Revert "GC entries of SHF_MERGE sections."
new f9ab997 Inline SymbolTable::compareCommons and add comments. NFC.
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/Symbols.cpp | 32 ++++++++++++++++++--------------
1 file changed, 18 insertions(+), 14 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 2c2ac77 Trying to fix the windows build.
new 2cbb59b [LTO] Create Undefined Bitcode symbol when we drop a comdat member.
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/InputFiles.cpp | 50 +++++++++++++++++++++++++++-----------------
ELF/InputFiles.h | 5 +++++
test/ELF/lto/Inputs/comdat.s | 5 +++++
test/ELF/lto/comdat2.ll | 40 +++++++++++++++++++++++++++++++++++
4 files changed, 81 insertions(+), 19 deletions(-)
create mode 100644 test/ELF/lto/Inputs/comdat.s
create mode 100644 test/ELF/lto/comdat2.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 24f143b Revert r267132 as it broke buildbot.
new 0c7ed84 Recommitted r267132 "[ELF] - implemented ternary operator for [...]
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 | 14 ++++++++++
ELF/LinkerScript.h | 1 +
test/ELF/linkerscript-locationcounter.s | 48 +++++++++++++++++++++++++++++++++
3 files changed, 63 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 clang.
from 9a54e81 [index] Add SymbolSubKinds for ObjC IB annotations.
new ce75d49 [OPENMP] Fix for PR27463: Privatizing struct fields with arra [...]
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/CGStmtOpenMP.cpp | 2 +-
test/OpenMP/parallel_firstprivate_codegen.cpp | 25 +++++++++++++++++--------
2 files changed, 18 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 llvm.
from 57d47e7 [AArch64] Fix optimizeCondBranch logic.
new 6252915 DAGCombiner: Relax alignment restriction when changing load 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/Target/TargetLowering.h | 17 ++++++++--
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 7 ++--
test/CodeGen/AMDGPU/reduce-load-width-alignment.ll | 38 ++++++++++++++++++++++
test/CodeGen/X86/avx512-mask-op.ll | 6 ++--
test/CodeGen/X86/masked_gather_scatter.ll | 2 +-
test/CodeGen/X86/merge-consecutive-loads-512.ll | 2 +-
6 files changed, 62 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/reduce-load-width-alignment.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 8786cec Add missing options that were required to crash.
new 8694dd6 Update test.
new ba95855 ELF: Implement basic support for --version-script.
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:
ELF/CMakeLists.txt | 2 +-
ELF/Config.h | 2 +
ELF/Driver.cpp | 18 ++--
ELF/Driver.h | 1 -
ELF/Options.td | 4 +-
ELF/{DynamicList.cpp => SymbolListFile.cpp} | 43 +++++++++-
ELF/{DynamicList.h => SymbolListFile.h} | 7 +-
ELF/SymbolTable.cpp | 16 +++-
ELF/SymbolTable.h | 1 +
ELF/Symbols.cpp | 31 +++----
ELF/Symbols.h | 5 ++
test/ELF/gc-merge-local-sym.s | 4 +-
test/ELF/lto/internalize-version-script.ll | 22 +++++
test/ELF/no-inhibit-exec.s | 2 +-
test/ELF/version-script.s | 126 ++++++++++++++++++++++++++++
15 files changed, 247 insertions(+), 37 deletions(-)
rename ELF/{DynamicList.cpp => SymbolListFile.cpp} (61%)
rename ELF/{DynamicList.h => SymbolListFile.h} (71%)
create mode 100644 test/ELF/lto/internalize-version-script.ll
create mode 100644 test/ELF/version-script.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.