index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
Instruction
/
MIPS
/
EmulateInstructionMIPS.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-10
/
+8
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-1
/
+4
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
1
-0
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-5
/
+5
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-14
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-96
/
+37
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-11
/
+8
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+1
*
Remove uses of std::auto_ptr, it's going away in C++17.
Benjamin Kramer
2017-09-14
1
-4
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-7
/
+7
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-2
/
+2
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)
Mehdi Amini
2016-10-01
1
-13
/
+13
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-2380
/
+2610
*
[LLVM][MIPS] Add (D)SUBU, (D)ADDU, LUI instructions emulation . Fix emulation...
Nitesh Jain
2016-08-02
1
-20
/
+144
*
[LLDB][MIPS] Fix Emulation of Compact branch and ADDIU instructions
Sagar Thakur
2016-06-23
1
-16
/
+16
*
Make Scalar::GetBytes and RegisterValue::GetBytes const
Ulrich Weigand
2016-04-14
1
-5
/
+5
*
Update for LLVM change
Benjamin Kramer
2016-01-26
1
-1
/
+1
*
Fix some compiler warnings with MSVC 2015.
Zachary Turner
2016-01-13
1
-1
/
+1
*
Fix build warnings after rL256915
Bhushan D. Attarde
2016-01-06
1
-8
/
+8
*
[LLDB][MIPS32]Merge emulation of similar instructions
Bhushan D. Attarde
2016-01-06
1
-1798
/
+510
*
Addressing warning due to rL249651
Mohit K. Bhakkad
2015-10-09
1
-3
/
+0
*
[LLDB][MIPS] microMIPS load/store instruction emulation for hardware watchpoints
Mohit K. Bhakkad
2015-10-08
1
-18
/
+55
*
[MIPS] Emulate microMIPS instructions
Bhushan D. Attarde
2015-10-06
1
-13
/
+713
*
Fix register names in EmulateInstructionMIPS.cpp
Tamas Berghammer
2015-09-22
1
-78
/
+78
*
[MIPS32] Emulate MSA instructions for MIPS32
Sagar Thakur
2015-09-22
1
-108
/
+350
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
1
-343
/
+343
*
[LLDB][MIPS] MIPS load/store instruction emulation for hardware watchpoints
Mohit K. Bhakkad
2015-09-09
1
-12
/
+169
*
[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...
Sagar Thakur
2015-08-17
1
-33
/
+33
*
Revert r244308 since it's introducing test regressions on Linux:
Oleksiy Vyalov
2015-08-10
1
-33
/
+33
*
[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...
Sagar Thakur
2015-08-07
1
-33
/
+33
*
[LLDB][MIPS] Detect MIPS application specific extensions like micromips
Jaydeep Patil
2015-07-16
1
-1
/
+14
*
[LLDB][MIPS] MIPS32 branch emulation and single-stepping
Jaydeep Patil
2015-06-23
1
-83
/
+2410
*
Assembly profiler for mips32
Bhushan D. Attarde
2015-05-15
1
-0
/
+591