summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-1/+2
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+1
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-2/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-9/+4
* Revert a hunk that shouldn't have been included in the last commit.Frederic Riss2018-12-091-1/+1
* Remove some UB in RegisterContextDarwin_arm64.cppFrederic Riss2018-12-091-1/+1
* Remove comments after header includes.Jonas Devlieghere2018-11-111-2/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-8/+7
* [ARM64] Remove unused function. NFCI.Davide Italiano2018-01-021-13/+0
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Remove uses of std::auto_ptr, it's going away in C++17.Benjamin Kramer2017-09-141-4/+1
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-2/+1
* Fix a bug where the EmulateInstructionARM64 handling of STP/LDP instructionsJason Molenda2016-11-011-67/+75
* Add a first unit test for the arm64 instruction profiled unwindJason Molenda2016-10-111-3/+8
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-912/+970
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-1/+1
* Silence some -Wunused-but-set-variable with gcc 5.2.0Saleem Abdulrasool2015-10-181-6/+0
* Make use of lldv::Triple::isAndroidTamas Berghammer2015-10-141-1/+1
* Improve instruction emulation based stack unwindingTamas Berghammer2015-08-201-4/+6
* Improve aarch64 instruction emulationTamas Berghammer2015-07-201-75/+211
* Improve conditional opcode handling in emulation based unwindingTamas Berghammer2015-07-171-10/+6
* Add branch emulation to aarch64 instruction emulatorTamas Berghammer2015-06-261-34/+345
* Remove unused variableEd Maste2015-06-241-1/+0
* Improve instruction emulation based stack unwinding on ARMTamas Berghammer2015-06-241-6/+1
* UnwindPlan::Row refactor -- add support for CFA set by a DWARF expressionPavel Labath2015-02-231-1/+1
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-1/+1
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-1/+1
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-1/+2
* Fix Windows warnings.Todd Fiala2014-05-281-1/+1
* Args::StringToGenericRegister will now accept "lr" as Jason Molenda2014-05-091-0/+2
* Address warnings in EmulateInstructionARM64Ed Maste2014-04-281-8/+2
* lldb arm64 import.Jason Molenda2014-03-291-0/+722
OpenPOWER on IntegriCloud