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
/
Process
/
Utility
/
ARMUtils.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-293
/
+274
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-2
/
+6
*
When emulating an ill-formed instruction, we should bail out instead of asser...
Johnny Chen
2011-06-02
1
-35
/
+87
*
Remove asserts that will crash LLDB. These should be changed to return
Greg Clayton
2011-06-02
1
-11
/
+13
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-1
/
+1
*
Fix small bug in ThumbExpandImm_C; arguments to a call to 'bits' were
Caroline Tice
2011-03-24
1
-1
/
+1
*
Add emulation for "ADR" operations. Add a ThumbImm8Scaled() convenience func...
Johnny Chen
2011-02-23
1
-1
/
+8
*
Add two convenience functions: DecodeImmShiftThumb() and DecodeImmShiftARM() ...
Johnny Chen
2011-02-22
1
-18
/
+32
*
Move Align(val, alignment) utility function to ARMUtils.h.
Johnny Chen
2011-02-17
1
-0
/
+5
*
Add emulation methods for ROR (immediate), ROR (register), and RRX.
Johnny Chen
2011-02-16
1
-1
/
+1
*
Add emulation methods for LSL (immediate), LSL (register), LSR (immediate), a...
Johnny Chen
2011-02-16
1
-9
/
+1
*
Modify the various shift routines to handle cases where the shift amount comes
Johnny Chen
2011-02-15
1
-13
/
+23
*
A8.6.14 ASR (immediate)
Johnny Chen
2011-02-15
1
-0
/
+6
*
Add a bunch of utilities and an enum (ARM_ShifterType) for shift and rotate o...
Johnny Chen
2011-02-15
1
-0
/
+170
*
Add comment.
Johnny Chen
2011-02-14
1
-1
/
+1
*
Enhanced the existing ARMExpandImm() and ThumbExpandImm() functions which expand
Johnny Chen
2011-02-14
1
-35
/
+66
*
Move #define's out of ARMUtils.h and into a newly created file ARMDefines.h.
Johnny Chen
2011-01-26
1
-36
/
+0
*
Move the generic instruction bits manipulation routines into a newly created ...
Johnny Chen
2011-01-26
1
-14
/
+3
*
Add Encoding T1 entry of emulate_sub_sp_imm to the g_thumb_opcodes table.
Johnny Chen
2011-01-26
1
-0
/
+7
*
Add Encoding T2 & T3 entries of emulate_sub_sp_imm to the g_thumb_opcodes table.
Johnny Chen
2011-01-25
1
-6
/
+52
*
Add an entry to the g_arm_opcodes table named emulate_sub_sp_imm which corres...
Johnny Chen
2011-01-25
1
-0
/
+24
*
Move some #define's to the ARMUtils.h header file.
Johnny Chen
2011-01-24
1
-1
/
+37
*
Add Encoding T2 & T3 of the PUSH instructions to the g_arm_opcodes table.
Johnny Chen
2011-01-24
1
-0
/
+12
*
Add an ARMUtils.h file to house utility functions for the ARM/Thumb Instructi...
Johnny Chen
2011-01-24
1
-0
/
+23