History log of /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MipsLoongson2FBTBFix.cpp (Results 1 – 1 of 1)
Revision Date Author Comments
# e73ff4e6 01-Dec-2020 visa <visa@openbsd.org>

Implement Loongson 2F BTB bug workaround in clang

This adapts the -mfix-loongson2f-btb workaround from as(1) to
LLVM/clang. Because LLVM emits machine code directly without using
assembly as interme

Implement Loongson 2F BTB bug workaround in clang

This adapts the -mfix-loongson2f-btb workaround from as(1) to
LLVM/clang. Because LLVM emits machine code directly without using
assembly as intermediary form, the workaround has to be applied
in the compiler backend in addition to the integrated assembler.

Discussed with miod@
OK mortimer@

show more ...