1. c47d0ca Add missing implementation for "BL, BLX (immediate)" Encoding A1. by Johnny Chen · 14 years ago
  2. 9ee056b Add implementation for EmulateInstructionARM::EmulateB() and fixed two typos in g_thumb_opcodes by Johnny Chen · 14 years ago
  3. 3b620b3 Add EmulateInstructionARM::EmulateB entries to the g_arm_opcodes and g_thumb_opcodes by Johnny Chen · 14 years ago
  4. 17f5afe Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. by Greg Clayton · 14 years ago
  5. 8f128eb Handle the thumb branch instructions which have their cond bits embedded in the instruction stream. by Johnny Chen · 14 years ago
  6. c315f86 Add EmulateInstructionARM::EmulateIT() to the g_thumb_opcodes table, by Johnny Chen · 14 years ago
  7. 9307047 Add a utility class ITSession to maintain the ITState for the Thumb ISA. by Johnny Chen · 14 years ago
  8. b77be41 Add EmulateInstructionARM::EmulateSVC() to the g_arm_opcodes and g_thumb_opcodes tables, by Johnny Chen · 14 years ago
  9. 9b8d783 Add EmulateBLXImmediate() and EmulateBLXRm() to the g_arm_opcodes and g_thumb_opcodes tables, by Johnny Chen · 14 years ago
  10. c28a76d Remove the 'lldb_private::' namespace resolution operator. by Johnny Chen · 14 years ago
  11. 587a0a4 Add EmulateVPOP() to the g_arm_opcodes and g_thumb_opcodes tables, which represents by Johnny Chen · 14 years ago
  12. 2b8e8b0 Cleaned up the EmulateInstructionARM to have the evaluate instruction by Greg Clayton · 14 years ago
  13. 8482ded Made the EmulateInstruction class into a plug-in interface and moved the by Greg Clayton · 14 years ago