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
*
Fix write register context in EmulateInstructionARM::EmulateMOVRdRm
Tamas Berghammer
2015-05-28
1
-1
/
+4
*
Fix write register context in EmulateInstructionARM::EmulateADDRdSPImm
Tamas Berghammer
2015-05-28
1
-2
/
+5
*
Fix write register context in EmulateInstructionARM::EmulateMOVRdRm
Tamas Berghammer
2015-05-27
1
-3
/
+3
*
Fix encoding of BX instrucion in EmulateInstructionARM
Tamas Berghammer
2015-05-18
1
-1
/
+1
*
Fix arm instruction emulation of add (imm) and sub (imm)
Tamas Berghammer
2015-05-13
1
-35
/
+48
*
Fix thumb condition extraction in ARM instrcution emulator
Tamas Berghammer
2015-05-11
1
-2
/
+2
*
Fix condition detection in EmulateInstructionARM
Tamas Berghammer
2015-04-24
1
-2
/
+1
*
Fix order of b and blx instrction in EmulateInstructionARM
Tamas Berghammer
2015-04-24
1
-2
/
+2
*
Fix write register context for arm "add<c> <Rd>, sp, #imm"
Tamas Berghammer
2015-04-24
1
-1
/
+5
*
Update cpsr register in BLX instruction emulation
Tamas Berghammer
2015-04-23
1
-0
/
+7
*
UnwindPlan::Row refactor -- add support for CFA set by a DWARF expression
Pavel Labath
2015-02-23
1
-1
/
+1
*
Add #if 0 around unreachable block of code to suppress warnings.
Jason Molenda
2014-10-17
1
-0
/
+2
*
Replace uint32_t by lldb::RegisterKing in register context API.
Jean-Daniel Dupas
2014-07-02
1
-3
/
+5
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-2
/
+3
*
Fix a few typos.
Bruce Mitchener
2014-06-27
1
-9
/
+9
*
Update the checks in EmulateInstructionARM::GetFramePointerRegisterNumber
Jason Molenda
2014-01-06
1
-12
/
+40
*
Handle endianness in the Opcode class
Ed Maste
2013-12-09
1
-6
/
+6
*
Correct typo: Intructions -> Instructions
Ed Maste
2013-10-04
1
-1
/
+1
*
Fixed the instruction emulation so that it doesn't
Sean Callanan
2013-06-25
1
-0
/
+6
*
Fix some more mismatched integer types causing compiler warnings.
Andy Gibbs
2013-06-24
1
-13
/
+13
*
Update countTrailingZeros function usage to match llvm's r182667.
Filipe Cabecinhas
2013-05-24
1
-2
/
+2
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-2
/
+3
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-2
/
+2
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-1
/
+0
*
Fix the bit pattern for vst1 in EmulateInstructionARM::GetThumbOpcodeForInstr...
Jason Molenda
2012-10-31
1
-1
/
+1
*
Add a new capability to RegisterContextLLDB: To recognize when the
Jason Molenda
2012-10-26
1
-4
/
+2
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-0
/
+2
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-4
/
+20
*
Switch nearly all of the use of the UnwindPlan::Row's to go through
Jason Molenda
2012-07-14
1
-3
/
+3
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-8
/
+26
*
Make sure EmulateInstructionARM doesn't have to have "armv4", "armv6", "armv7...
Greg Clayton
2012-04-18
1
-4
/
+4
*
Add armv7s to recognized cpu type for arm instruction emulation.
Jason Molenda
2012-04-18
1
-8
/
+10
*
rdar://problem/11031743
Johnny Chen
2012-03-13
1
-1
/
+1
*
Fixed some warnings after enabling some stricter warnings in the Xcode project
Greg Clayton
2011-10-31
1
-2
/
+2
*
Fix two logic errors uncovered by the static analyzer.
Johnny Chen
2011-08-16
1
-3
/
+3
*
Fix a logic error (Division by zero) uncovered by the static analyzer.
Johnny Chen
2011-08-12
1
-1
/
+1
*
Fix some warnings from static analyzer.
Johnny Chen
2011-08-12
1
-5
/
+5
*
Fixed some issues with ARM backtraces by not processing any push/pop
Greg Clayton
2011-07-06
1
-37
/
+72
*
Bail out if we have an invalid thumb instruction.
Johnny Chen
2011-06-02
1
-2
/
+4
*
Turn the commented-out assert()'s into appropriate bail-out actions.
Johnny Chen
2011-06-02
1
-2
/
+5
*
When emulating an ill-formed instruction, we should bail out instead of asser...
Johnny Chen
2011-06-02
1
-35
/
+100
*
Remove asserts that will crash LLDB. These should be changed to return
Greg Clayton
2011-06-02
1
-14
/
+14
*
EmulateShiftReg() also accepts shifter type of SRType_ROR.
Johnny Chen
2011-06-02
1
-1
/
+4
*
Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to
Greg Clayton
2011-05-23
1
-5
/
+41
*
Added a way to resolve an load address from a target:
Greg Clayton
2011-05-18
1
-1
/
+4
*
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
Greg Clayton
2011-05-11
1
-4
/
+3
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-153
/
+151
*
Added the start of the CFI row production using the
Greg Clayton
2011-04-29
1
-1
/
+1
*
Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added
Greg Clayton
2011-04-27
1
-2
/
+2
[next]