This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 106d893fd75 With PGO information, we can do more aggressive outlining o [...]
new 9d522dc4158 - Removed unused lamba (IsReturnBlock) causing build bots t [...]
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/IPO/PartialInlining.cpp | 8 +-
.../CodeExtractor/PartialInlinePGOMultiRegion.ll | 169 +++++++++++++++++++++
.../CodeExtractor/PartialInlinePGORegion.ll | 120 +++++++++++++++
3 files changed, 290 insertions(+), 7 deletions(-)
create mode 100644 test/Transforms/CodeExtractor/PartialInlinePGOMultiRegion.ll
create mode 100644 test/Transforms/CodeExtractor/PartialInlinePGORegion.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 eb4cb7ad5cf [libFuzzer] mention one more trophie in the Linux Kernel
new 106d893fd75 With PGO information, we can do more aggressive outlining o [...]
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/Analysis/ProfileSummaryInfo.h | 8 +
lib/Transforms/IPO/PartialInlining.cpp | 667 +++++++++++++++++++++++++----
2 files changed, 587 insertions(+), 88 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 1de313a4650 AMDGPU: Allow negative MUBUF vaddr for gfx9
new eb4cb7ad5cf [libFuzzer] mention one more trophie in the Linux Kernel
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:
docs/LibFuzzer.rst | 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 lld.
from cdd078e59 Remove unused condition.
new 9d4d4482b [WebAssembly] Allow function signature checking at link time
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/wasm/signature-mismatch.ll | 19 ++++++++
wasm/Config.h | 1 +
wasm/Driver.cpp | 10 +++--
wasm/Options.td | 4 ++
wasm/SymbolTable.cpp | 96 ++++++++++++++++++++++++++++++++---------
wasm/SymbolTable.h | 3 +-
wasm/Symbols.cpp | 19 +++-----
wasm/Symbols.h | 13 ++++--
wasm/Writer.cpp | 30 ++++++-------
wasm/WriterUtils.cpp | 29 +++++++++++++
wasm/WriterUtils.h | 15 +++++++
11 files changed, 178 insertions(+), 61 deletions(-)
create mode 100644 test/wasm/signature-mismatch.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 aa04cc26e Fix reloc section alignment in test.
new 1cb3f5cd2 Fix typo.
new cdd078e59 Remove unused condition.
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/Symbols.cpp | 2 +-
ELF/Writer.cpp | 2 +-
2 files changed, 2 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 gcc.
from f77252709e1 Daily bump.
new dd020171066 * config/abi/post/hppa-linux-gnu/baseline_symbols.txt: Update.
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/config/abi/post/hppa-linux-gnu/baseline_symbols.txt | 5 +++++
2 files changed, 9 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 fb102874013 Check alignment in getSectionContentsAsArray.
new 1de313a4650 AMDGPU: Allow negative MUBUF vaddr for gfx9
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/AMDGPUISelDAGToDAG.cpp | 19 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 6 +
test/CodeGen/AMDGPU/function-returns.ll | 356 +++++++++-------------------
test/CodeGen/AMDGPU/mubuf-offset-private.ll | 25 +-
4 files changed, 159 insertions(+), 247 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 310bfccbbf7 [Coverage] Use the most-recent completed region count (PR35437)
new fb102874013 Check alignment in getSectionContentsAsArray.
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/Object/ELF.h | 3 +++
test/Object/invalid-alignment.test | 21 +++++++++++++++++++++
2 files changed, 24 insertions(+)
create mode 100644 test/Object/invalid-alignment.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 glibc.
from 3e5efdbdbe Use libm_alias_float for sparc.
new 18305fba55 Remove SPARC lllrint aliases.
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:
ChangeLog | 7 +++++++
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S | 3 ---
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S | 3 ---
3 files changed, 7 insertions(+), 6 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 glibc.
from 875cd54855 Use libm_alias_double for sparc.
new 3e5efdbdbe Use libm_alias_float for sparc.
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:
ChangeLog | 80 ++++++++++++++++++++++
sysdeps/sparc/sparc32/fpu/s_copysignf.S | 3 +-
sysdeps/sparc/sparc32/fpu/s_fabsf.S | 3 +-
.../sparc32/sparcv9/fpu/multiarch/s_copysignf.S | 3 +-
.../sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S | 3 +-
.../sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.c | 3 +-
.../sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c | 3 +-
.../sparc32/sparcv9/fpu/multiarch/s_llrintf.S | 3 +-
.../sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S | 3 +-
.../sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S | 3 +-
sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S | 3 +-
sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S | 3 +-
sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S | 3 +-
sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S | 3 +-
sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c | 3 +-
sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c | 3 +-
sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c | 3 +-
sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.c | 5 +-
sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.c | 3 +-
sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.c | 3 +-
sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c | 3 +-
sysdeps/sparc/sparc64/fpu/s_copysignf.S | 3 +-
sysdeps/sparc/sparc64/fpu/s_fabsf.c | 4 +-
sysdeps/sparc/sparc64/fpu/s_lrintf.S | 5 +-
sysdeps/sparc/sparc64/fpu/s_nearbyintf.S | 3 +-
sysdeps/sparc/sparc64/fpu/s_rintf.S | 3 +-
26 files changed, 133 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.