search for: aarch64machinefunctioninfo

Displaying 3 results from an estimated 3 matches for "aarch64machinefunctioninfo".

2018 Apr 27
2
[RFC] Script to match open Phabricator reviews with potential reviewers
...en stack realignment required.' by Paul Walker [0.00%/40.00%] https://reviews.llvm.org/D42759 '[CGP] Split large data structres to sink more GEPs' by Haicheng Wu [0.00%/25.00%] https://reviews.llvm.org/D45189 '[MachineOutliner][AArch64] Keep track of functions that use a red zone in AArch64MachineFunctionInfo and use that instead of checking for noredzone in the MachineOutliner' by Jessica Paquette [0.00%/25.00%] https://reviews.llvm.org/D46107 '[AArch64] Codegen for v8.2A dot product intrinsics' by Oliver Stannard [0.00%/12.50%] https://reviews.llvm.org/D45541 '[globalisel] Update Globa...
2018 May 02
0
[RFC] Script to match open Phabricator reviews with potential reviewers
...required.' by Paul Walker > [0.00%/40.00%] https://reviews.llvm.org/D42759 '[CGP] Split large data > structres to sink more GEPs' by Haicheng Wu > [0.00%/25.00%] https://reviews.llvm.org/D45189 '[MachineOutliner][AArch64] > Keep track of functions that use a red zone in AArch64MachineFunctionInfo > and use that instead of checking for noredzone in the MachineOutliner' by > Jessica Paquette > [0.00%/25.00%] https://reviews.llvm.org/D46107 '[AArch64] Codegen for v8.2A > dot product intrinsics' by Oliver Stannard > [0.00%/12.50%] https://reviews.llvm.org/D45541 '...
2019 Apr 26
10
Automatically backing up and restoring x18 around function calls on AArch64?
Hi, When using Wine to run Windows ARM64 executables on Linux, there's one major ABI incompatibility between the two; Windows treats the x18 register as the reserved platform register, while it is free to be clobbered anywhere in code on Linux. The Wine code sets up this register before passing control over to the Windows executable code, but whenever the Windows code calls a function