Comparing llvm-mirror:master...RPCS3:master · llvm-mirror/llvm (original) (raw)
This repository was archived by the owner on Apr 23, 2020. It is now read-only.
- 15 commits
- 8 files changed
- 2 contributors
Commits on Oct 23, 2019
- Configuration menu
Browse the repository at this point in the history - X86: Fix/workaround Small Code Model for JIT
Force RIP-relative jump tables and global values
Force RIP-relative all zeros / all ones constants
These things were causing crashes due to use of absolute addressing
Nekotekina committed
Oct 23, 2019
Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - X86: expand detectAVGPattern()
Allow all integer widths in the pattern, allow ashr
Handle signed and mixed cases, allowing to replace truncation
Nekotekina committed
Oct 23, 2019
Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Disable GDBRegistrationListener
It makes emitting object extremely slow.
GDB doesn't work properly with it anyway.
GDB also often crashes because it cannot read the format.
Nekotekina committed
Oct 23, 2019
Configuration menu
Browse the repository at this point in the history