summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86InstrSVM.td
Commit message (Collapse)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* [X86] Remove system/control schedule itineraries (PR37093)Simon Pilgrim2018-04-121-18/+18
| | | | llvm-svn: 329903
* [X86] Reverse the operand order of invlpga in at&t syntax to match gas.Craig Topper2018-02-141-2/+2
| | | | llvm-svn: 325190
* [X86][SVM] Tag SVM instructions scheduler classesSimon Pilgrim2017-12-071-11/+11
| | | | | | Tagged all as system instructions llvm-svn: 320047
* [X86] Add INVLPGA to the existing INVLPG schedulingSimon Pilgrim2017-11-271-3/+4
| | | | llvm-svn: 319031
* [x86] Rename In32BitMode predicate to Not64BitModeEric Christopher2013-12-201-4/+4
| | | | | | | | | | | That's what it actually means, and with 16-bit support it's going to be a little more relevant since in a few corner cases we may actually want to distinguish between 16-bit and 32-bit mode (for example the bare 'push' aliases to pushw/pushl etc.) Patch by David Woodhouse llvm-svn: 197768
* Changed register names (and pointer keywords) to be lower case when using ↵Craig Topper2013-07-311-9/+9
| | | | | | | | Intel X86 assembler syntax. Patch by Richard Mitton. llvm-svn: 187476
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, ↵Jia Liu2012-02-181-3/+3
| | | | | | MSP430, PPC, PTX, Sparc, X86, XCore. llvm-svn: 150878
* Add X86InstrSVM.td that I forgot to add in r150873.Craig Topper2012-02-181-0/+62
llvm-svn: 150874
OpenPOWER on IntegriCloud