summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2018-02-21 19:52:23 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2018-02-21 19:52:23 +0000
commit43271b18031b0812d5c46b681ec3199fcccb4044 (patch)
tree2ee5003821f87ac1d83cab0a6951bbd5799cc658 /llvm/tools
parentb3568ec9287250e0fe7ded71138d35bda2c9482c (diff)
downloadbcm5719-llvm-43271b18031b0812d5c46b681ec3199fcccb4044.tar.gz
bcm5719-llvm-43271b18031b0812d5c46b681ec3199fcccb4044.zip
[hwasan] Fix inline instrumentation.
This patch changes hwasan inline instrumentation: Fixes address untagging for shadow address calculation (use 0xFF instead of 0x00 for the top byte). Emits brk instruction instead of hlt for the kernel and user space. Use 0x900 instead of 0x100 for brk immediate (0x100 - 0x800 are unavailable in the kernel). Fixes and adds appropriate tests. Patch by Andrey Konovalov. Differential Revision: https://reviews.llvm.org/D43135 llvm-svn: 325711
Diffstat (limited to 'llvm/tools')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud