llvm-project/bolt/runtime
Maksim Panchenko 3a47037fcc [BOLT] Fix instrumentation problem with floating point
If BOLT instrumentation runtime uses XMM registers, it can interfere
with the user program causing crashes and unexpected behavior. This
happens as the instrumentation code preserves general purpose registers
only.

Build BOLT instrumentation runtime with "-mno-sse".

Reviewed By: Amir

Differential Revision: https://reviews.llvm.org/D128960
2022-07-01 15:29:36 -07:00
..
CMakeLists.txt [BOLT] Fix instrumentation problem with floating point 2022-07-01 15:29:36 -07:00
common.h [BOLT] Fix runtime osx cross-compile build 2022-02-08 03:42:47 +03:00
config.h.in [BOLT] Fix build for Mac 2019-09-20 11:29:35 -07:00
hugify.cpp [BOLT][NFC] Fix file-description comments 2021-12-21 10:21:41 -08:00
instr.cpp [BOLT][NFC] Fix braces usage in the rest of the codebase 2021-12-28 18:43:53 -08:00