Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1, llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3, llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1, llvmorg-19-init |
|
#
5cc74029 |
| 29-Dec-2023 |
Aiden Grossman <agrossman154@yahoo.com> |
Reland "[llvm-exegesis] Add support for loading X86 segment registers (#76368)"
This reverts commit 8b485070844d03cda467e75aa8c924184ba671cf.
This relands commit 7c383481a8e86918b3aaca4288c1eed62a4
Reland "[llvm-exegesis] Add support for loading X86 segment registers (#76368)"
This reverts commit 8b485070844d03cda467e75aa8c924184ba671cf.
This relands commit 7c383481a8e86918b3aaca4288c1eed62a4d6ff4.
This caused build failures on non-x86-64 builders as there was no preprocessor logic around the newly included headers. This has been fixed in the relanded patch.
show more ...
|
#
7c383481 |
| 26-Dec-2023 |
Aiden Grossman <agrossman154@yahoo.com> |
[llvm-exegesis] Add support for loading X86 segment registers (#76368)
This patch adds support for setting the X86 segment registers. These
registers are used in quite a few basic blocks in BHive a
[llvm-exegesis] Add support for loading X86 segment registers (#76368)
This patch adds support for setting the X86 segment registers. These
registers are used in quite a few basic blocks in BHive and similar
datasets, so being able to set them is necessary to ensure consistent
runs as the live-in values of fs and gs can change across runs.
Fixes #76340.
show more ...
|