summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ABI/SysV-arm64
Commit message (Expand)AuthorAgeFilesLines
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-1/+2
* Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath2019-09-252-2/+5
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-3/+2
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-8/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-17/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-4/+5
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-26/+33
* Since ABI's now hold a process WP, they should be handedJim Ingham2018-11-131-4/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-112-8/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-15/+14
* Update ABISysV_arm64::RegisterIsVolatile to accept registers prefixed with rStephane Sezer2017-10-091-1/+1
* Change the ABI class to have a weak pointer to its Process;Jason Molenda2017-06-292-4/+4
* Tweak SysV_arm64 function entry unwind planPavel Labath2017-06-191-4/+2
* Rename Error -> Status.Zachary Turner2017-05-122-10/+10
* ABISysV_arm64: compute return value for large vectors correctlyPavel Labath2017-05-051-18/+16
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* [CMake] Add explicit dependencies to pluginsChris Bieneman2017-01-311-1/+8
* Fix log typo in ABISysV_arm64.cppOmair Javaid2017-01-131-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-1047/+2366
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-062-0/+10
* Fix more RegisterInfo initialization issues and quiet hundreds of warnings.Greg Clayton2016-08-081-136/+136
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-241-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Plugins...Eugene Zelenko2016-02-261-156/+159
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-0/+1
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; ...Eugene Zelenko2015-10-161-9/+8
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-9/+9
* Further reduction of Clang-related header inclusion.Bruce Mitchener2015-09-211-1/+0
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-1/+1
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-5/+3
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-1/+1
* ClangASTType is now CompilerType.Greg Clayton2015-08-112-6/+6
* This patch adds support aarch64-linux-gnu (SysV) abi in lldb.Omair Javaid2015-04-294-0/+1225
OpenPOWER on IntegriCloud