summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_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
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-6/+6
* 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-3/+4
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-13/+19
* 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-10/+6
* Update ABIMacOSX_arm::PrepareTrivialCall to correctly align theJason Molenda2017-09-271-4/+5
* Change the ABI class to have a weak pointer to its Process;Jason Molenda2017-06-291-14/+11
* Rename Error -> Status.Zachary Turner2017-05-121-7/+7
* 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-836/+1928
* Fix more RegisterInfo initialization issues and quiet hundreds of warnings.Greg Clayton2016-08-081-106/+106
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-241-3/+3
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-1/+1
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Plugins...Eugene Zelenko2016-02-261-116/+120
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-18/+4
* Add support for the armv7k ABI which has some smallJason Molenda2015-11-051-2/+109
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-16/+16
* 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
* Use LLVM casting for TypeSystem so you can cast it to subclasses.Greg Clayton2015-09-081-6/+0
* 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-1/+2
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-2/+1
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-1/+2
* This patch adds required piece of code for SysV Abi for arm. Omair Javaid2015-04-291-5/+11
* UnwindPlan::Row refactor -- add support for CFA set by a DWARF expressionPavel Labath2015-02-231-3/+2
* Make a more complete fix for always supplying an execution context when getti...Greg Clayton2015-02-121-3/+3
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-281-3/+3
* Mark the armv7 q0-q3 and q8-q15 registers as volatile (not calleeJason Molenda2014-12-021-0/+30
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-2/+3
* Better error reporting when a variable can't beSean Callanan2014-02-281-1/+7
* Changed the ABIs and ClangFunction to take aSean Callanan2013-11-081-43/+33
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* Add link to Darwin iOS arm ABI docs in ABIMacOSX_arm.cpp.Jason Molenda2013-08-231-0/+5
* Fix ABIMacOSX_arm::RegisterIsVolatile() so it identifies r12 as a volatile reg.Jason Molenda2013-08-221-2/+2
* Simplify the CreateFunctionEntryUnwindPlan () and CreateDefaultUnwindPlan()Jason Molenda2013-08-221-28/+10
* Huge change to clean up types.Greg Clayton2013-07-111-31/+21
* <rdar://problem/13854277>Greg Clayton2013-05-101-16/+12
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Don't read the SP when getting argument values from registers in case the SP ...Greg Clayton2012-12-181-5/+10
OpenPOWER on IntegriCloud