summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath2019-09-251-1/+2
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+3
* [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
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-5/+7
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-31/+35
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+1
* Since ABI's now hold a process WP, they should be handedJim Ingham2018-11-131-4/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Change the ABI class to have a weak pointer to its Process;Jason Molenda2017-06-291-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-8/+8
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-969/+2026
* Fix RegisterInfo initializers to have all the required initializers after rec...Greg Clayton2016-08-081-104/+104
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-241-3/+3
* Add/Improve complex, vector, aggregate types handling for SysV ARM (hard/soft...Omair Javaid2016-02-291-58/+122
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Plugins...Eugene Zelenko2016-02-261-117/+121
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-20/+7
* Handle floating-point type homogeneous aggregate return values in ABISysV_armOmair Javaid2016-02-111-0/+76
* Add support to detect arm hard float ABI based binaries for ABISysV_armOmair Javaid2016-02-051-7/+44
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-22/+22
* Further reduction of Clang-related header inclusion.Bruce Mitchener2015-09-211-1/+0
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-84/+84
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-3/+3
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-2/+2
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-3/+3
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-4/+0
* Improve SysV ABI for ARM to handle return values with vector return typeTamas Berghammer2015-07-221-10/+39
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-0/+4
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-4/+0
* Handle aggregate return types in SysV-arm ABITamas Berghammer2015-05-211-5/+28
* Add float/double return value handling to SysV-arm ABITamas Berghammer2015-05-211-0/+37
* This patch adds required piece of code for SysV Abi for arm. Omair Javaid2015-04-291-0/+856
OpenPOWER on IntegriCloud