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
*
[LLDB] [ARM] Use r11 as frame pointer on Windows on ARM
Martin Storsjö
2019-11-29
1
-2
/
+6
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
1
-0
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-7
/
+7
*
Fix UNPREDICTABLE check in EmulateInstructionARM::EmulateADDRegShift
Raphael Isemann
2019-04-27
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-40
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-6
/
+6
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-67
/
+25
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-2
/
+1
*
Upstreaming the BridgeOS device support and the
Jason Molenda
2018-10-11
1
-0
/
+1
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-3
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-311
/
+249
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+1
*
Fix various warnings. NFC
Zachary Turner
2017-03-02
1
-352
/
+0
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Break some dependencies in lldbUtility.
Zachary Turner
2017-02-01
1
-0
/
+909
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-11225
/
+11532
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-0
/
+1
*
Fix ARM instruction emulation tests on big-endian systems
Ulrich Weigand
2016-04-14
1
-3
/
+3
*
Consolidate the knowledge of what arm cores are always executing
Jason Molenda
2016-04-05
1
-10
/
+10
*
Fix handling of the arm IT instruction in the unwinder
Tamas Berghammer
2016-02-10
1
-20
/
+18
*
Fix single stepping over the IT instruction
Tamas Berghammer
2016-02-02
1
-5
/
+16
*
Fix emulation of the thumb str instruction
Tamas Berghammer
2015-12-21
1
-2
/
+10
*
Fix the emulation of arm strd instruction
Tamas Berghammer
2015-12-18
1
-2
/
+5
*
Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOS
Jason Molenda
2015-11-05
1
-1
/
+2
*
Make use of lldv::Triple::isAndroid
Tamas Berghammer
2015-10-14
1
-1
/
+1
*
Fix assertion failure caused by r245546
Tamas Berghammer
2015-08-21
1
-2
/
+1
*
Improve instruction emulation based stack unwinding
Tamas Berghammer
2015-08-20
1
-4
/
+7
*
Fix read/write context in EmulateInstructionARM strd/ldrd
Tamas Berghammer
2015-07-29
1
-4
/
+17
*
Remove non-utf-8 characters from EmulateInstructionARM
Tamas Berghammer
2015-07-29
1
-142
/
+142
*
Improve conditional opcode handling in emulation based unwinding
Tamas Berghammer
2015-07-17
1
-45
/
+22
*
Improve instruction emulation based stack unwinding on ARM
Tamas Berghammer
2015-06-24
1
-111
/
+203
*
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
[next]