This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bf3a0832496 [ARM][PR target/84826] Fix ICE in extract_insn, at recog.c: [...]
new 4953772ecf1 gcc/ChangeLog:
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 | 15 ++++
gcc/config/rs6000/rs6000-builtin.def | 14 ----
gcc/config/rs6000/rs6000-protos.h | 1 -
gcc/config/rs6000/rs6000.c | 151 -----------------------------------
gcc/config/rs6000/vector.md | 39 ---------
5 files changed, 15 insertions(+), 205 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 590f2e2f2eb Document optforfuzzing attribute created in r328214.
new af566830199 [CodeGen] Add a new pass for PostRA sink
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/Passes.h | 3 +
include/llvm/CodeGen/TargetInstrInfo.h | 5 +
include/llvm/InitializePasses.h | 1 +
lib/CodeGen/CodeGen.cpp | 1 +
lib/CodeGen/MachineSink.cpp | 188 +++++++++++
lib/CodeGen/TargetInstrInfo.cpp | 27 ++
lib/CodeGen/TargetPassConfig.cpp | 10 +-
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 45 +--
test/CodeGen/AArch64/post-ra-machine-sink.mir | 365 ++++++++++++++++++++++
test/CodeGen/AArch64/sink-copy-for-shrink-wrap.ll | 22 ++
test/CodeGen/Hexagon/noreturn-noepilog.ll | 4 +
test/CodeGen/Hexagon/swp-phi-ref.ll | 3 +
test/CodeGen/Thumb2/ifcvt-no-branch-predictor.ll | 6 +-
test/CodeGen/X86/branchfolding-debugloc.ll | 4 +-
test/CodeGen/X86/i128-mul.ll | 8 +-
test/CodeGen/X86/machine-cp.ll | 18 +-
test/CodeGen/X86/scalar_widen_div.ll | 2 +-
test/DebugInfo/X86/dbg-value-transfer-order.ll | 8 +-
18 files changed, 662 insertions(+), 58 deletions(-)
create mode 100644 test/CodeGen/AArch64/post-ra-machine-sink.mir
create mode 100644 test/CodeGen/AArch64/sink-copy-for-shrink-wrap.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 adec4ee33d6 [DWARF] Replace assert with diagnostic. PR36868.
new 590f2e2f2eb Document optforfuzzing attribute created in r328214.
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/BitCodeFormat.rst | 1 +
docs/LangRef.rst | 3 +++
2 files changed, 4 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 30a7db5e5fa Move the initialization of the Meta Renamer pass over to IP [...]
new adec4ee33d6 [DWARF] Replace assert with diagnostic. PR36868.
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/DebugInfo/DWARF/DWARFDebugLine.cpp | 10 ++++++--
test/DebugInfo/X86/dwarfdump-line-mismatch.s | 38 ++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 2 deletions(-)
create mode 100644 test/DebugInfo/X86/dwarfdump-line-mismatch.s
--
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 a95f2c4f47b [X86] Correct the scheduling data for some of the 32 and 64 [...]
new bd3649ff6d6 [DAG, X86] Fix ISel-time node insertion ids
new 30a7db5e5fa Move the initialization of the Meta Renamer pass over to IP [...]
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/CodeGen/SelectionDAGISel.h | 3 ++
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 19 +++++++-
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp | 10 ++---
lib/Target/X86/X86ISelDAGToDAG.cpp | 14 ++++--
lib/Transforms/IPO/IPO.cpp | 1 +
lib/Transforms/Utils/Utils.cpp | 1 -
test/CodeGen/X86/pr36865.ll | 63 +++++++++++++++++++++++++++
7 files changed, 99 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/X86/pr36865.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 8c2147125a6 [InstCombineCalls] Update deprecated API usage (NFC)
new a95f2c4f47b [X86] Correct the scheduling data for some of the 32 and 64 [...]
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/X86SchedBroadwell.td | 21 ++++++-------------
lib/Target/X86/X86SchedHaswell.td | 20 +++++++-----------
lib/Target/X86/X86SchedSandyBridge.td | 2 ++
lib/Target/X86/X86SchedSkylakeClient.td | 21 ++++++-------------
lib/Target/X86/X86SchedSkylakeServer.td | 23 ++++++---------------
test/CodeGen/X86/bmi2-schedule.ll | 16 +++++++--------
test/CodeGen/X86/schedule-x86_64.ll | 36 ++++++++++++++++-----------------
7 files changed, 53 insertions(+), 86 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 e802ade25 [SymbolFilePDB] Run clang-format; NFC
new b49c22d75 [SymbolFilePDB] Ignore compiler generated functions when crea [...]
new ece5f9435 [SymbolFilePDB] Use section contributions as another way to d [...]
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:
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 3 ++
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 43 +++++++++++++------------
2 files changed, 26 insertions(+), 20 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 libcxx.
from e9e128b0a Fix improperly failing test - and the code it was testing. Th [...]
new b7f27d421 Un-XFAIL a test under new GCC version; the GCC bug has been fixed
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/std/utilities/function.objects/comparisons/constexpr_init.pass.cpp | 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 openmp.
from 9fae990 [OpenMP][libomptarget] Initialize global memory stack only once.
new a033a76 Fixed __kmpc_get_target_offload() to call library initialization.
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:
runtime/src/kmp_csupport.cpp | 7 ++++++-
1 file changed, 6 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 304948c9f7e [X86][Btver2] FCMP (inc FMAX/FMIN) instructions use the JFP [...]
new 2d0d47ceb8b [X86][Btver2] Conversion, MaskedLoad/MaskedStore and NTStor [...]
new 8c2147125a6 [InstCombineCalls] Update deprecated API usage (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:
lib/Target/X86/X86ScheduleBtVer2.td | 42 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 2 +-
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 524 +++++++++++------------
test/tools/llvm-mca/X86/BtVer2/resources-sse1.s | 2 +-
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 6 +-
test/tools/llvm-mca/X86/BtVer2/resources-sse4a.s | 6 +-
6 files changed, 292 insertions(+), 290 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.