summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Instruction/MIPS/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [CMake] Remove EmulateInstructionMIPS dependency on InterpreterAlex Langford2019-05-021-1/+0
| | | | llvm-svn: 359748
* [CMake] Add dependency on Mips target if it is availableChris Bieneman2017-02-081-0/+5
| | | | | | | | | | The Mips plugins conditionally link the Mips backend, so we need to conditionally add the target as a dependency. This resolves a bot failure from r294515. http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-buildserver/builds/4606/steps/build%20android/logs/stdio llvm-svn: 294521
* [CMake] [1/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+11
| | | | | | This is extending the updates from r293696 to more LLDB plugins. llvm-svn: 293698
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
| | | | | | | | | | | | | | Summary: This doesn't exist in other LLVM projects any longer and doesn't do anything. Reviewers: chaoren, labath Subscribers: emaste, tberghammer, lldb-commits, danalbert Differential Revision: http://reviews.llvm.org/D12586 llvm-svn: 246749
* Assembly profiler for mips32Bhushan D. Attarde2015-05-151-0/+5
Summary: Implementation of assembly profiler for MIPS32 using EmulateInstruction which currently scans only prologue/epilogue assembly instructions. It uses llvm::MCDisassembler to decode assembly instructions. Reviewers: clayborg, jasonmolenda Differential Revision: http://reviews.llvm.org/D9769 llvm-svn: 237420
OpenPOWER on IntegriCloud