User Details
- User Since
- Oct 18 2022, 8:20 AM (48 w, 4 d)
Jun 10 2023
Fix some text cases in lld about the section labels.
if there are no symbols follow the section label, it will output the <section name>.
if we inserted the mapping symbols after the section label, it will output the <$x> or <$d>.
Jun 9 2023
Jun 8 2023
fix duplicate $x symbol for same isa attribute instructions.
Jun 7 2023
Jun 6 2023
Jun 5 2023
@kito-cheng rebase done .
Apr 25 2023
Jan 12 2023
Jan 6 2023
Just change the isFrameOffsetLegal like:
Sorry I miss the message, I have no additional changes @craig.topper .
modify the isFrameOffsetLegal to (Offset <= maxIntN(12)) && (Offset >= minIntN(12)),
Simply constrain offset to be within the range of 12-bit unsigned integers.
Dec 21 2022
Dec 1 2022
Nov 30 2022
Nov 27 2022
For the failures in the llvm-testsuite, it seems some problems for Add instruction which generates wrong frame index.
Also in Arm and AArch64, No need to support for Add instruction.
Therefore load/store(exclude vector load/store) instruction is enough for LocalStackSlotAllocation pass.
Fix the failures in the llvm-testsuite on riscv64-unknown-linux-gnu with -O2 (no vectors).
Nov 22 2022
Nov 21 2022
Ping.
Nov 7 2022
Nov 6 2022
Nov 4 2022
Nov 3 2022
Nov 2 2022
Oct 25 2022
delete brackets
Oct 23 2022
Oct 20 2022
Changes the hasOneUser() to m_OneUse(m_Value())