Initial Assembly profiler for mips64
authorBhushan D. Attarde <Bhushan.Attarde@imgtec.com>
Wed, 18 Mar 2015 09:21:29 +0000 (09:21 +0000)
committerBhushan D. Attarde <Bhushan.Attarde@imgtec.com>
Wed, 18 Mar 2015 09:21:29 +0000 (09:21 +0000)
commit29e5937cd9aff35b701dc866aaff5f35689e8581
tree0d1a1010d0cd94ad999a093dc232b48ace03ec29
parent41c56755be44d0de42c7c8d272b128f7fc2a0d87
Initial Assembly profiler for mips64

Summary:
This is initial implementation of assembly profiler which only scans prologue/epilogue assembly instructions to create CFI instructions.

Reviewers: clayborg, jasonmolenda

Differential Revision: http://reviews.llvm.org/D7696

llvm-svn: 232619
lldb/cmake/LLDBDependencies.cmake
lldb/lib/Makefile
lldb/source/Plugins/Instruction/CMakeLists.txt
lldb/source/Plugins/Instruction/MIPS64/CMakeLists.txt [new file with mode: 0644]
lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp [new file with mode: 0644]
lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h [new file with mode: 0644]
lldb/source/Plugins/Instruction/MIPS64/Makefile [new file with mode: 0644]
lldb/source/Plugins/Makefile
lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
lldb/source/lldb.cpp