summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ABI
Commit message (Expand)AuthorAgeFilesLines
* return-object-by-reference ("non trivial") xfail on arm64 in TestTrivialABI.pyJason Molenda2019-12-111-0/+2
* [ARC] Add SystemV ABITatyana Krasnukha2019-10-174-0/+734
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-162-2/+4
* Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath2019-09-2529-43/+99
* [ABISysV] Fix regression for Simulator and MacABIJonas Devlieghere2019-09-231-7/+23
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-249-117/+76
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-1912-0/+13
* [lldb] [Plugins/SysV-x86_64] NetBSD is also using SysV ABIMichal Gorny2019-06-271-0/+1
* [ABI] Remove unused variables in ABIWindows_x86_64Alex Langford2019-06-241-4/+0
* [ABI] Implement Windows ABI for x86_64Alex Langford2019-06-245-2/+1932
* ABI: reflow the table text (NFC)Saleem Abdulrasool2019-06-101-954/+84
* [ABI] Fix SystemV ABI to handle nested aggregate type returned in registerAlex Langford2019-06-041-48/+88
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-15/+15
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+3
* Simplify Triple::ppc64{,le} checks with Triple::isPPC64()Fangrui Song2019-05-161-3/+1
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-4/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1026-104/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-138-83/+88
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1926-104/+78
* Simplify code by using Optional::getValueOr()Adrian Prantl2019-01-151-2/+1
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-1512-49/+72
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-1512-339/+399
* Simplify Boolean expressionsJonas Devlieghere2018-12-152-7/+2
* Since ABI's now hold a process WP, they should be handedJim Ingham2018-11-1312-48/+12
* Remove header grouping comments.Jonas Devlieghere2018-11-1126-103/+0
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-1/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-0713-18/+18
* Reflow paragraphs in comments.Adrian Prantl2018-04-3013-176/+159
* [lldb][PPC64] Fixed vector and struct return valuePavel Labath2018-02-161-145/+574
* Add SysV Abi for PPC64lePavel Labath2018-01-222-441/+119
* [ABI] Remove dead code that was copy-pasted all around. NFCI.Davide Italiano2017-11-182-82/+0
* [ABI/SysV] Remove more dead code. NFCI.Davide Italiano2017-11-181-42/+0
* Allow SysV-i386 ABI on everything other than Apple targetsStephane Sezer2017-10-261-5/+6
* Update ABISysV_arm64::RegisterIsVolatile to accept registers prefixed with rStephane Sezer2017-10-091-1/+1
* Update ABIMacOSX_arm::PrepareTrivialCall to correctly align theJason Molenda2017-09-271-4/+5
* [ABI] Rewrite RegisterIsCalleeSaved.Davide Italiano2017-09-041-46/+11
* Make i386-*-freebsd expression work on JIT pathEd Maste2017-08-161-1/+1
* Change the ABI class to have a weak pointer to its Process;Jason Molenda2017-06-2926-65/+62
* Tweak SysV_arm64 function entry unwind planPavel Labath2017-06-191-4/+2
* Rename Error -> Status.Zachary Turner2017-05-1226-117/+118
* ABISysV_arm64: compute return value for large vectors correctlyPavel Labath2017-05-051-18/+16
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-048-8/+8
* Move Log from Core -> Utility.Zachary Turner2017-03-0310-10/+10
* Move classes from Core -> Utility.Zachary Turner2017-02-0214-27/+27
* [CMake] Add explicit dependencies to pluginsChris Bieneman2017-01-3113-13/+106
* 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-168-8/+8
* [LLDB][MIPS] Fix TestReturnValue failure for MIPSNitesh Jain2016-10-101-27/+39
* NFC: Reformat ABISysV_i386 register context into something readablePavel Labath2016-09-091-668/+60
* Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-082-2/+155
OpenPOWER on IntegriCloud