summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.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-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-3/+5
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-22/+22
* 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-27/+24
* Allow SysV-i386 ABI on everything other than Apple targetsStephane Sezer2017-10-261-5/+6
* 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-291-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* 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
* 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-081-1/+78
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-743/+1224
* Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski2016-09-061-13/+2
* Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-051-2/+13
* Fix RegisterInfo initializers to have all the required initializers after rec...Greg Clayton2016-08-081-49/+49
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-241-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in remaining files in source/Pl...Eugene Zelenko2016-02-261-33/+14
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-23/+23
* Further reduction of Clang-related header inclusion.Bruce Mitchener2015-09-211-1/+0
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-163/+101
* SysV ABI for i386 ArchitectureAbhishek Aggarwal2015-09-041-2/+143
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-2/+2
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-1/+1
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-3/+3
* Fix TestReturnValue.py after 242903 changes that added vector register return...Greg Clayton2015-07-221-6/+41
* Submitting patch from Abhishek for:Greg Clayton2015-06-251-0/+815
OpenPOWER on IntegriCloud