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
/
ARM
/
EmulateInstructionARM.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Got the EmulateInstruction CFI code a lot closer to producing CFI data.
Greg Clayton
2011-04-26
1
-288
/
+332
*
Modify EmulateInstructionARM::SetArchitecture() to treat "arm" and "thumb" as...
Johnny Chen
2011-04-26
1
-0
/
+2
*
Changed the emulate instruction function to take emulate options which
Greg Clayton
2011-04-26
1
-143
/
+128
*
Change code for reading emulation data files to read the new file
Caroline Tice
2011-04-22
1
-46
/
+36
*
Add the infrastructure to test instruction emulations automatically.
Caroline Tice
2011-04-19
1
-10
/
+115
*
Fix bug where source & target registers were swapped in an
Caroline Tice
2011-04-13
1
-2
/
+2
*
Fix various minor bugs in the ARM instruction emulation code.
Caroline Tice
2011-04-13
1
-2
/
+11
*
Implement ARM emulation function to handle "SUBS PC, LR and related instructi...
Caroline Tice
2011-04-11
1
-43
/
+243
*
Fix various things in the instruction emulation code:
Caroline Tice
2011-04-08
1
-7
/
+48
*
Add Emulate and DumpEmulation to Instruction class.
Caroline Tice
2011-04-05
1
-1
/
+2
*
Add the rest of the mechanisms to make ARM instruction emulation usable/possi...
Caroline Tice
2011-04-05
1
-19
/
+202
*
Fix a few typos in the previous commit.
Caroline Tice
2011-03-31
1
-5
/
+5
*
Add code to emulate VLD1 (single element to all lanes) ARM instruction.
Caroline Tice
2011-03-31
1
-0
/
+133
*
Add code to emulate VST1 (single element from one lane) ARM
Caroline Tice
2011-03-31
1
-2
/
+162
*
Add code to emulate VST1 (multiple single elements) ARM
Caroline Tice
2011-03-31
1
-8
/
+175
*
Add code to emulate VLD1 (single element to one lane) floating point
Caroline Tice
2011-03-31
1
-2
/
+175
*
Add code to emulate VLD1 (multiple single elements) ARM instruction.
Caroline Tice
2011-03-31
1
-9
/
+178
*
Add code to emulate VSTR ARM instruction (store a floating point register).
Caroline Tice
2011-03-31
1
-0
/
+137
*
Add code to emulate the VLDR Arm instruction (load a floating poitn register).
Caroline Tice
2011-03-31
1
-0
/
+134
*
Add "Bits64" utility function.
Caroline Tice
2011-03-31
1
-9
/
+210
*
Modify ARM instruction tables to allow for specifying floating point variants.
Caroline Tice
2011-03-31
1
-276
/
+480
*
Fill in code for EmulateSTRDImm and EmulateSTRDReg, to emulate the
Caroline Tice
2011-03-30
1
-24
/
+273
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-1
/
+1
*
Fill in EmulateLDRDRegister to emulate LDRD (register) instruction.
Caroline Tice
2011-03-30
1
-416
/
+105
*
Fill in EmulateLDRLImmediate to emulate the LDRD (immediate) ARM instruction.
Caroline Tice
2011-03-30
1
-9
/
+137
*
Fix typo in previous check-in.
Caroline Tice
2011-03-30
1
-1
/
+1
*
Fill in EmulateSTRImmARM to emulate the STR (immediate,ARM) instruction.
Caroline Tice
2011-03-30
1
-1
/
+94
*
Fill in EmulateSTRBImmARM to emulate the STRB (immediate, ARM) instruction.
Caroline Tice
2011-03-30
1
-8
/
+83
*
Fill in EmulateSTREX to emulate the STREX ARM instruction.
Caroline Tice
2011-03-30
1
-1
/
+94
*
Fill in code in EmulateSUBReg to emulate the SUB (register) ARM instruction.
Caroline Tice
2011-03-29
1
-2
/
+111
*
Fill in code in EmulateADDRegShift, to emulate the ADD
Caroline Tice
2011-03-29
1
-2
/
+82
*
Add subtraction context.
Caroline Tice
2011-03-29
1
-0
/
+685
*
Add missing encodings for EmulateMOVRdImm (MOV register) function.
Caroline Tice
2011-03-29
1
-15
/
+63
*
Fix single quote characters throughout the ARM emulation stuff.
Caroline Tice
2011-03-28
1
-274
/
+281
*
Made the lldb_private::Opcode struct into a real boy... I mean class.
Greg Clayton
2011-03-24
1
-525
/
+243
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-50
/
+50
*
Add missing encodings for EmulateLDRRtRnImm (ARM insn emulation funciton).
Caroline Tice
2011-03-24
1
-22
/
+82
*
More fixes for ARM instruction emulation code:
Caroline Tice
2011-03-22
1
-13
/
+36
*
Split all of the core of LLDB.framework/lldb.so into a
Greg Clayton
2011-03-20
1
-2
/
+2
*
Fix various small problems with EmulateInstructionARM::EmulateSTRRtSP.
Caroline Tice
2011-03-18
1
-14
/
+39
*
Make all the codee that attempts to read the PC consistently use
Caroline Tice
2011-03-17
1
-18
/
+17
*
Add code to emulate STRH (Register) Arm instruction.
Caroline Tice
2011-03-16
1
-4
/
+193
*
Fix various small bugs found in the instruction emulation functions.
Caroline Tice
2011-03-16
1
-6
/
+10
*
Add code to emulate RFE Arm instruction.
Caroline Tice
2011-03-03
1
-2
/
+232
*
Add code to emulate UXTH Arm instruction.
Caroline Tice
2011-03-03
1
-2
/
+87
*
Add code to emulate UXTB Arm instruction.
Caroline Tice
2011-03-03
1
-6
/
+92
*
Add code to emulate SXTH Arm instruction.
Caroline Tice
2011-03-03
1
-5
/
+93
*
Add code to emulate SXTB Arm instruction.
Caroline Tice
2011-03-03
1
-4
/
+101
*
Fix bug where bitwise-AND was being used and it should have been bitwise-OR.
Caroline Tice
2011-03-03
1
-5
/
+5
*
Add code to emulate ADD (immediate, Thumb) Arm instruction.
Caroline Tice
2011-03-02
1
-0
/
+121
[prev]
[next]