| Commit message (Expand) | Author | Age | Files | Lines |
* | [X86] Move InstPrinter files to MCTargetDesc. NFC | Richard Trieu | 2019-05-10 | 1 | -144/+0 |
* | [X86] Merge printf32mem/printi32mem into a single printdwordmem. Do the same ... | Craig Topper | 2019-03-17 | 1 | -28/+8 |
* | [X86] Remove the _alt forms of XOP VPCOM instructions. Use a combination of c... | Craig Topper | 2019-03-17 | 1 | -0/+1 |
* | [X86] Enable printAliasInstr for the Intel assembly printer so that AAM and A... | Craig Topper | 2019-03-13 | 1 | -0/+6 |
* | [X86] Print %st(0) as %st when its implicit to the instruction. Continue prin... | Craig Topper | 2019-02-04 | 1 | -0/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [X86] NFC Refactor some code in InstPrinters | Gabor Buella | 2018-06-05 | 1 | -8/+4 |
* | [X86] Remove 'opaque ptr' from the intel syntax parser and printer. | Craig Topper | 2018-05-01 | 1 | -1/+0 |
* | [X86] Print 'tbyte ptr' instead of 'xword ptr' for f80mem in Intel syntax. | Craig Topper | 2018-04-26 | 1 | -1/+1 |
* | [X86] Fix some Include What You Use warnings; other minor fixes (NFC). | Eugene Zelenko | 2017-02-06 | 1 | -2/+2 |
* | Remove extra forward declarations and scrub includes for all in tree InstPrin... | Craig Topper | 2015-12-25 | 1 | -2/+0 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the | Akira Hatanaka | 2015-03-27 | 1 | -1/+2 |
* | [X86] Add support for parsing and printing the mnemonic aliases for the XOP V... | Craig Topper | 2015-02-13 | 1 | -0/+1 |
* | [X86] Merge printSSECC and printAVXCC. They only differed by an assertion. | Craig Topper | 2015-01-28 | 1 | -2/+1 |
* | [x86] Change u8imm operands to always print as unsigned. This makes shuffle m... | Craig Topper | 2015-01-23 | 1 | -0/+1 |
* | [X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LE... | Craig Topper | 2015-01-08 | 1 | -0/+4 |
* | [X86] Clean up whitespace as well as minor coding style | Michael Liao | 2014-12-04 | 1 | -2/+2 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | [C++11] Mark more classes in the X86 target as 'final'. | Craig Topper | 2014-03-31 | 1 | -2/+2 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-09 | 1 | -3/+3 |
* | [x86] Allow address-size overrides for STOS[BWLQ] (PR9385) | David Woodhouse | 2014-01-22 | 1 | -0/+17 |
* | [x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385) | David Woodhouse | 2014-01-22 | 1 | -0/+18 |
* | AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmp | Elena Demikhovsky | 2014-01-01 | 1 | -0/+1 |
* | First round of fixes for the x86 fixes for the x86 move accumulator from/to m... | Craig Topper | 2013-08-25 | 1 | -1/+19 |
* | Changed register names (and pointer keywords) to be lower case when using Int... | Craig Topper | 2013-07-31 | 1 | -14/+14 |
* | Added encoding prefixes for KNL instructions (EVEX). | Elena Demikhovsky | 2013-07-28 | 1 | -0/+8 |
* | Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before t... | Craig Topper | 2012-10-09 | 1 | -0/+1 |
* | Typos. | Chad Rosier | 2012-10-03 | 1 | -1/+1 |
* | Update function names to conform to guidelines. No functional change intended. | Chad Rosier | 2012-09-10 | 1 | -1/+1 |
* | Move getOpcodeName from the various target InstPrinters into the superclass M... | Benjamin Kramer | 2012-04-02 | 1 | -1/+0 |
* | Remove getInstructionName from MCInstPrinter implementations in favor of usin... | Craig Topper | 2012-04-02 | 1 | -1/+0 |
* | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper | 2012-04-02 | 1 | -2/+3 |
* | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach | 2012-03-05 | 1 | -2/+2 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson | 2011-09-15 | 1 | -1/+1 |
* | createMCInstPrinter doesn't need TargetMachine anymore. | Evan Cheng | 2011-07-06 | 1 | -2/+1 |
* | Don't hardcode the %reg format in the streamer. | Rafael Espindola | 2011-06-02 | 1 | -1/+1 |
* | Use the dwarf->llvm mapping to print register names in the cfi | Rafael Espindola | 2011-05-30 | 1 | -0/+1 |
* | Replace the old algorithm that emitted the "print the alias for an instruction" | Bill Wendling | 2011-04-07 | 1 | -2/+1 |
* | We need to pass the TargetMachine object to the InstPrinter if we are printing | Bill Wendling | 2011-03-21 | 1 | -2/+4 |
* | Rename the AsmPrinter directory to InstPrinter for those targets that have | Jim Grosbach | 2010-10-01 | 1 | -0/+95 |