summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Instruction/ARM
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] [ARM] Use r11 as frame pointer on Windows on ARMMartin Storsjö2019-11-291-2/+6
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-232-14/+14
* typedef enum -> enumFangrui Song2019-05-141-3/+3
* Fix file names in file headers. NFCFangrui Song2019-05-132-2/+2
* Fix UNPREDICTABLE check in EmulateInstructionARM::EmulateADDRegShiftRaphael Isemann2019-04-271-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-40/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-6/+6
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-67/+25
* Remove comments after header includes.Jonas Devlieghere2018-11-111-2/+1
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-0/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-3/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-311/+249
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* silence a couple of -Wqual-cast warning from GCC (NFC)Saleem Abdulrasool2017-07-191-1/+2
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* [ARM/Emulation] Remove an unneeded comparison and simplify. NFCI.Davide Italiano2017-04-141-2/+2
* Fix two places where an arm instruction emulation methodJason Molenda2017-03-211-3/+6
* Fix various warnings. NFCZachary Turner2017-03-021-352/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-022-4/+4
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-0/+909
* [CMake] [1/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+11
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-064-12614/+12637
* Delete Host/windows/win32.hZachary Turner2016-08-091-0/+1
* Fix ARM instruction emulation tests on big-endian systemsUlrich Weigand2016-04-143-62/+70
* Consolidate the knowledge of what arm cores are always executingJason Molenda2016-04-051-10/+10
* Fix handling of the arm IT instruction in the unwinderTamas Berghammer2016-02-102-22/+20
* Fix single stepping over the IT instructionTamas Berghammer2016-02-021-5/+16
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Fix emulation of the thumb str instructionTamas Berghammer2015-12-211-2/+10
* Fix the emulation of arm strd instructionTamas Berghammer2015-12-181-2/+5
* Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda2015-11-051-1/+2
* Make use of lldv::Triple::isAndroidTamas Berghammer2015-10-141-1/+1
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Fix assertion failure caused by r245546Tamas Berghammer2015-08-211-2/+1
* Improve instruction emulation based stack unwindingTamas Berghammer2015-08-201-4/+7
* Fix read/write context in EmulateInstructionARM strd/ldrdTamas Berghammer2015-07-291-4/+17
* Remove non-utf-8 characters from EmulateInstructionARMTamas Berghammer2015-07-291-142/+142
* Fix warnings related to virtual functions not being marked as override.Greg Clayton2015-07-221-20/+19
* Improve conditional opcode handling in emulation based unwindingTamas Berghammer2015-07-172-49/+27
* [Makefiles] Align library names with CMake buildKeno Fischer2015-07-141-3/+3
* Improve instruction emulation based stack unwinding on ARMTamas Berghammer2015-06-241-111/+203
* Fix write register context in EmulateInstructionARM::EmulateMOVRdRmTamas Berghammer2015-05-281-1/+4
* Fix write register context in EmulateInstructionARM::EmulateADDRdSPImmTamas Berghammer2015-05-281-2/+5
* Fix write register context in EmulateInstructionARM::EmulateMOVRdRmTamas Berghammer2015-05-271-3/+3
* Fix encoding of BX instrucion in EmulateInstructionARMTamas Berghammer2015-05-181-1/+1
OpenPOWER on IntegriCloud