summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
Commit message (Expand)AuthorAgeFilesLines
* Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath2019-09-251-2/+4
* [ABISysV] Fix regression for Simulator and MacABIJonas Devlieghere2019-09-231-7/+23
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-14/+10
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+1
* [lldb] [Plugins/SysV-x86_64] NetBSD is also using SysV ABIMichal Gorny2019-06-271-0/+1
* [ABI] Implement Windows ABI for x86_64Alex Langford2019-06-241-2/+13
* 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
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-15/+17
* 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-7/+12
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-31/+40
* 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-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-29/+25
* [ABI/SysV] Remove more dead code. NFCI.Davide Italiano2017-11-181-42/+0
* [ABI] Rewrite RegisterIsCalleeSaved.Davide Italiano2017-09-041-46/+11
* 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-10/+10
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-081-1/+77
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1009/+1718
* Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski2016-09-061-12/+2
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-061-0/+7
* Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-051-2/+12
* Fix more RegisterInfo initialization issues and quiet hundreds of warnings.Greg Clayton2016-08-081-75/+75
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-241-5/+5
* Fix Clang-tidy modernize-use-nullptr warnings in remaining files in source/Pl...Eugene Zelenko2016-02-261-104/+95
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-36/+36
* Further reduction of Clang-related header inclusion.Bruce Mitchener2015-09-211-1/+0
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-216/+138
* 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-1/+1
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-7/+7
* Fix TestReturnValue.py after 242903 changes that added vector register return...Greg Clayton2015-07-221-8/+42
* Fix an issue where LLDB could crash when trying to figure out the return valu...Enrico Granata2015-04-061-0/+4
* Work around lack of %zd printf format specifier in MSVC libs.Adrian McCarthy2015-03-301-2/+2
* UnwindPlan::Row refactor -- add support for CFA set by a DWARF expressionPavel Labath2015-02-231-4/+2
* Make a more complete fix for always supplying an execution context when getti...Greg Clayton2015-02-121-5/+5
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-281-8/+8
* Add link to github x86-psABI repo where the ABI doc is being Jason Molenda2015-01-261-0/+1
* Add comments explaining the unwind setup inJason Molenda2015-01-161-0/+10
* Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata2014-10-211-7/+7
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-1/+2
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-4/+4
OpenPOWER on IntegriCloud