]> granicus.if.org Git - llvm/commit
[LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64el
authorSagar Thakur <sagar.thakur@imgtec.com>
Wed, 15 Feb 2017 10:48:11 +0000 (10:48 +0000)
committerSagar Thakur <sagar.thakur@imgtec.com>
Wed, 15 Feb 2017 10:48:11 +0000 (10:48 +0000)
commit22d520c2ac177c2400de0302ed2c9e9c49522a68
tree66d6ec14c112ff4552507a03ac8135a37abcb9c1
parent96670d1a337074c0f6bda8a2c04d79e6672453c7
[LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64el

Summary: Adds support for xray instrumentation on mips for both 32-bit and 64-bit.

Reviewed by sdardis, dberris
Differential: D27697

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295164 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/XRayInstrumentation.cpp
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsAsmPrinter.h
lib/Target/Mips/MipsSubtarget.h
test/CodeGen/Mips/xray-mips-attribute-instrumentation.ll [new file with mode: 0644]
test/CodeGen/Mips/xray-section-group.ll [new file with mode: 0644]