This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b1d063d [AMDGPU] Change amd_kernel_code_t's minor version to 1 - We [...]
new 0040752 [AMDGPU] New method to estimate register pressure
new a786b77 Fix issue with test case. Make test x86_64 specific
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/AMDGPU/GCNSchedStrategy.cpp | 156 ++++++++++++++++++++++++----
lib/Target/AMDGPU/GCNSchedStrategy.h | 15 +++
test/CodeGen/X86/stack-protector-remarks.ll | 4 +-
3 files changed, 152 insertions(+), 23 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 a786b77 Fix issue with test case. Make test x86_64 specific
new 6bca79c Set default CPU for OpenBSD/arm to Cortex-A8
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/Support/Triple.cpp | 1 +
unittests/ADT/TripleTest.cpp | 4 ++++
2 files changed, 5 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 379e7c2 Fix PR 24415 (at least), by making our post-dominator tree be [...]
new 27a5a29 [libFuzzer] remove usage of the old coverage instrumentation
new b45bb28 [Hexagon] Generate extract instructions more aggressively
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/Fuzzer/FuzzerExtFunctions.def | 6 -
lib/Fuzzer/FuzzerInternal.h | 5 -
lib/Fuzzer/FuzzerLoop.cpp | 59 ---------
lib/Target/Hexagon/HexagonBitSimplify.cpp | 202 +++++++++++++++++++++++++++++-
test/CodeGen/Hexagon/bit-extract.ll | 75 +++++++++++
test/CodeGen/Hexagon/bit-validate-reg.ll | 5 +-
test/CodeGen/Hexagon/fusedandshift.ll | 2 +-
test/CodeGen/Hexagon/vect/vect-shuffle.ll | 2 +-
8 files changed, 282 insertions(+), 74 deletions(-)
create mode 100644 test/CodeGen/Hexagon/bit-extract.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 bb1c241 [ELF] - Do not set flags for CopyRelSection. NFC.
new 76beefa Revert "Add terminator to .eh_frame sections"
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 | 9 +--------
test/ELF/eh-frame-hdr.s | 3 +--
test/ELF/eh-frame-merge.s | 3 +--
test/ELF/ehframe-relocation.s | 2 +-
test/ELF/invalid-fde-rel.s | 2 +-
test/ELF/linkerscript/eh-frame-hdr.s | 2 +-
test/ELF/linkerscript/symbols-synthetic.s | 2 +-
test/ELF/map-file.s | 4 ++--
test/ELF/relocatable-eh-frame.s | 2 +-
9 files changed, 10 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 llvm.
from e26c421 Add function importing info from samplepgo profile to the mod [...]
new 114240a [LCG] Fix EXPENSIVE_CHECKS typo. NFC
new 584a5d1 Fix -Wcovered-switch-default warning.
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/Analysis/LazyCallGraph.cpp | 10 +++++-----
lib/DebugInfo/MSF/BinaryStreamError.cpp | 2 --
2 files changed, 5 insertions(+), 7 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 dc5d40f Make it obvious that st_value for common symbols has a differ [...]
new 58ab7c5 De-template DefinedRegular.
new f966021 Use make<> instead of new (BAlloc). 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:
ELF/ICF.cpp | 4 ++--
ELF/InputFiles.cpp | 7 +++----
ELF/InputSection.cpp | 14 +++++++-------
ELF/InputSection.h | 5 ++---
ELF/LinkerScript.cpp | 9 ++++-----
ELF/MapFile.cpp | 2 +-
ELF/MarkLive.cpp | 4 ++--
ELF/OutputSections.h | 2 +-
ELF/Relocations.cpp | 4 ++--
ELF/SymbolTable.cpp | 26 +++++++++++++-------------
ELF/SymbolTable.h | 10 +++++-----
ELF/Symbols.cpp | 28 ++++++++++++++++++++--------
ELF/Symbols.h | 42 ++++++++++++------------------------------
ELF/SyntheticSections.cpp | 23 +++++++++++------------
ELF/Target.cpp | 6 +++---
ELF/Thunks.cpp | 2 +-
ELF/Writer.cpp | 47 ++++++++++++++++++++++-------------------------
17 files changed, 111 insertions(+), 124 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 39104a8 PR target/79749 * config/sparc/sparc.c (sparc_frame_pointer [...]
new 9ee6024 mksigtab.sh: skip signals defined as other signals
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/gofrontend/MERGE | 2 +-
libgo/mksigtab.sh | 3 ++-
2 files changed, 3 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 llvm.
from 0e267e8 [DAGCombiner] use dyn_cast values in foldSelectOfConstants(); NFC
new 0248798 [AMDGPU] Add second pass of the scheduler
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/AMDGPU/GCNSchedStrategy.cpp | 102 +++++++++++++++++++++++++++++++--
lib/Target/AMDGPU/GCNSchedStrategy.h | 31 +++++++++-
2 files changed, 126 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.