summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContext_x86.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb] [Process] Introduce common helpers to split/recombine YMM dataMichal Gorny2019-06-211-0/+16
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Remove alignment from struct XSAVE altogetherPavel Labath2019-02-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reduce alignment on struct XSAVE, fixing a gcc warningPavel Labath2018-09-121-1/+1
* Reduce x86 register context boilerplate.Pavel Labath2017-12-181-6/+3
* Kill struct IOVECPavel Labath2017-12-011-9/+0
* Fix floating point register write on new x86 linux kernelsPavel Labath2017-11-281-2/+23
* Process: fix FXSAVE on x86Saleem Abdulrasool2017-08-231-2/+1
* Use Intel CPU flags to determine target supported features.Valentina Giusti2016-09-141-1/+3
* Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-081-4/+32
* Put the LLVM_ALIGNAS directive in the right place.Zachary Turner2016-09-061-2/+2
* Make LLDB compile on Windows after the reformat.Zachary Turner2016-09-061-2/+8
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-260/+252
* Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski2016-09-061-33/+5
* Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-051-5/+33
* Make sure files include what they use (part 2/2)Pavel Labath2016-08-111-0/+3
* X86: Change FTAG register size in FXSAVE structureAbhishek Aggarwal2015-10-121-1/+2
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-282/+123
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-5/+4
* gcc_esp_i386 and gcc_ebp_i386 had their values backwards forJason Molenda2014-08-131-2/+10
* Renamed a struct from i386 to i386_.Hafiz Abid Qadeer2014-03-241-1/+1
* Moved various RegisterContext files from Process/POSIX to Process/Utility for...Virgile Bello2014-03-121-0/+479
OpenPOWER on IntegriCloud