summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-10/+8
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+4
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-5/+5
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-14/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-96/+37
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-11/+8
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Remove uses of std::auto_ptr, it's going away in C++17.Benjamin Kramer2017-09-141-4/+1
* Rename Error -> Status.Zachary Turner2017-05-121-7/+7
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-2/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)Mehdi Amini2016-10-011-13/+13
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-2380/+2610
* [LLVM][MIPS] Add (D)SUBU, (D)ADDU, LUI instructions emulation . Fix emulation...Nitesh Jain2016-08-021-20/+144
* [LLDB][MIPS] Fix Emulation of Compact branch and ADDIU instructionsSagar Thakur2016-06-231-16/+16
* Make Scalar::GetBytes and RegisterValue::GetBytes constUlrich Weigand2016-04-141-5/+5
* Update for LLVM changeBenjamin Kramer2016-01-261-1/+1
* Fix some compiler warnings with MSVC 2015.Zachary Turner2016-01-131-1/+1
* Fix build warnings after rL256915Bhushan D. Attarde2016-01-061-8/+8
* [LLDB][MIPS32]Merge emulation of similar instructionsBhushan D. Attarde2016-01-061-1798/+510
* Addressing warning due to rL249651Mohit K. Bhakkad2015-10-091-3/+0
* [LLDB][MIPS] microMIPS load/store instruction emulation for hardware watchpointsMohit K. Bhakkad2015-10-081-18/+55
* [MIPS] Emulate microMIPS instructionsBhushan D. Attarde2015-10-061-13/+713
* Fix register names in EmulateInstructionMIPS.cppTamas Berghammer2015-09-221-78/+78
* [MIPS32] Emulate MSA instructions for MIPS32Sagar Thakur2015-09-221-108/+350
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-343/+343
* [LLDB][MIPS] MIPS load/store instruction emulation for hardware watchpointsMohit K. Bhakkad2015-09-091-12/+169
* [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur2015-08-171-33/+33
* Revert r244308 since it's introducing test regressions on Linux:Oleksiy Vyalov2015-08-101-33/+33
* [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur2015-08-071-33/+33
* [LLDB][MIPS] Detect MIPS application specific extensions like micromipsJaydeep Patil2015-07-161-1/+14
* [LLDB][MIPS] MIPS32 branch emulation and single-steppingJaydeep Patil2015-06-231-83/+2410
* Assembly profiler for mips32Bhushan D. Attarde2015-05-151-0/+591
OpenPOWER on IntegriCloud