summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/ARMUtils.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-293/+274
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-2/+6
* When emulating an ill-formed instruction, we should bail out instead of asser...Johnny Chen2011-06-021-35/+87
* Remove asserts that will crash LLDB. These should be changed to returnGreg Clayton2011-06-021-11/+13
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-1/+1
* Fix small bug in ThumbExpandImm_C; arguments to a call to 'bits' wereCaroline Tice2011-03-241-1/+1
* Add emulation for "ADR" operations. Add a ThumbImm8Scaled() convenience func...Johnny Chen2011-02-231-1/+8
* Add two convenience functions: DecodeImmShiftThumb() and DecodeImmShiftARM() ...Johnny Chen2011-02-221-18/+32
* Move Align(val, alignment) utility function to ARMUtils.h.Johnny Chen2011-02-171-0/+5
* Add emulation methods for ROR (immediate), ROR (register), and RRX.Johnny Chen2011-02-161-1/+1
* Add emulation methods for LSL (immediate), LSL (register), LSR (immediate), a...Johnny Chen2011-02-161-9/+1
* Modify the various shift routines to handle cases where the shift amount comesJohnny Chen2011-02-151-13/+23
* A8.6.14 ASR (immediate)Johnny Chen2011-02-151-0/+6
* Add a bunch of utilities and an enum (ARM_ShifterType) for shift and rotate o...Johnny Chen2011-02-151-0/+170
* Add comment.Johnny Chen2011-02-141-1/+1
* Enhanced the existing ARMExpandImm() and ThumbExpandImm() functions which expandJohnny Chen2011-02-141-35/+66
* Move #define's out of ARMUtils.h and into a newly created file ARMDefines.h.Johnny Chen2011-01-261-36/+0
* Move the generic instruction bits manipulation routines into a newly created ...Johnny Chen2011-01-261-14/+3
* Add Encoding T1 entry of emulate_sub_sp_imm to the g_thumb_opcodes table.Johnny Chen2011-01-261-0/+7
* Add Encoding T2 & T3 entries of emulate_sub_sp_imm to the g_thumb_opcodes table.Johnny Chen2011-01-251-6/+52
* Add an entry to the g_arm_opcodes table named emulate_sub_sp_imm which corres...Johnny Chen2011-01-251-0/+24
* Move some #define's to the ARMUtils.h header file.Johnny Chen2011-01-241-1/+37
* Add Encoding T2 & T3 of the PUSH instructions to the g_arm_opcodes table.Johnny Chen2011-01-241-0/+12
* Add an ARMUtils.h file to house utility functions for the ARM/Thumb Instructi...Johnny Chen2011-01-241-0/+23
OpenPOWER on IntegriCloud