Commit
b36e3a8bac3ee95a5a67ab0acb6ef2a2602226a7
by tejohnson[IRMover] Set Address Space for moved global values Summary: Set Address Space when creating a new function (from another). Fix PR41154. Patch by Ehud Katz <ehudkatz@gmail.com> Reviewers: tejohnson, chandlerc Reviewed By: tejohnson Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69361
|
 | llvm/lib/Linker/IRMover.cpp |
 | llvm/test/Linker/addrspace.ll |
Commit
bcbb121ff6c8440382abfce8f2911a095f14602b
by vvereschakaFixed a profdata file size detection on Windows system. The space symbols are allowed in the group names on Windows system (as example: Domain Users). In that case the test extracts a wrong field from the output to get a size of the profdata file. This patch avoids a printing of the group names in the test output and extracts a proper field as a file size. Differential Revision: https://reviews.llvm.org/D69317
|
 | llvm/test/tools/llvm-profdata/show-prof-size.test |
Commit
34688fafea813f826b71f814edd6389adbf98ca7
by chris.bienemanImplement `sys::getHostCPUName()` for Darwin ARM Summary: Currently there is no implementation of `sys::getHostCPUName()` for Darwin ARM targets. This patch makes it so that LLVM running on ARM makes reasonable guesses about the CPU features of the host CPU. Reviewers: t.p.northover, lhames, efriedma Reviewed By: efriedma Subscribers: rjmccall, efriedma, kristof.beyls, hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69597
|
 | llvm/lib/Support/Host.cpp |
Commit
529bb8a98048302686b7c58e2a62a4223a18e5c2
by 48825004[PowerPC] Fix the incorrect 'RM' flag set on load/store instr The 'RM' flag model the "Rounding Mode" and it has nothing to do with the load/store instructions. Differential Revision: https://reviews.llvm.org/D69551
|
 | llvm/lib/Target/PowerPC/PPCInstrVSX.td |
 | llvm/test/CodeGen/PowerPC/instr-properties.ll |