| Commit message (Expand) | Author | Age | Files | Lines |
* | [X86] Move InstPrinter files to MCTargetDesc. NFC | Richard Trieu | 2019-05-10 | 1 | -124/+0 |
* | [X86] Fix uninitialized members in constructor warnings. NFCI. | Simon Pilgrim | 2019-05-06 | 1 | -1/+1 |
* | [X86] Merge printf32mem/printi32mem into a single printdwordmem. Do the same ... | Craig Topper | 2019-03-17 | 1 | -23/+8 |
* | [X86] Remove the _alt forms of XOP VPCOM instructions. Use a combination of c... | Craig Topper | 2019-03-17 | 1 | -0/+1 |
* | [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 | -11/+6 |
* | [X86] Fix some Include What You Use warnings; other minor fixes (NFC). | Eugene Zelenko | 2017-02-06 | 1 | -3/+4 |
* | Remove extra forward declarations and scrub includes for all in tree InstPrin... | Craig Topper | 2015-12-25 | 1 | -3/+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 |
* | Remove unused MCSubtargetInfo argument from the X86 MCInstPrinter ctors. | Eric Christopher | 2015-03-30 | 1 | -1/+1 |
* | [X86] Read the feature bits from the subtarget that is passed to printInst | Akira Hatanaka | 2015-03-28 | 1 | -4/+1 |
* | clang-format X86ATTInstPrinter.{h,cpp} before I make changes to these files. | Akira Hatanaka | 2015-03-28 | 1 | -2/+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 |
* | [x32] Emit callq for CALLpcrel32 | Pavel Chupin | 2014-09-09 | 1 | -2/+6 |
* | [x86] Teach the asm comment printing to only print the clarification of | Chandler Carruth | 2014-09-03 | 1 | -0/+3 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | TableGen: use PrintMethods to print more aliases | Tim Northover | 2014-05-12 | 1 | -0/+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 | -2/+2 |
* | [x86] Allow address-size overrides for STOS[BWLQ] (PR9385) | David Woodhouse | 2014-01-22 | 1 | -0/+13 |
* | [x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385) | David Woodhouse | 2014-01-22 | 1 | -0/+13 |
* | 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/+15 |
* | Added encoding prefixes for KNL instructions (EVEX). | Elena Demikhovsky | 2013-07-28 | 1 | -0/+6 |
* | Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before t... | Craig Topper | 2012-10-09 | 1 | -0/+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/+3 |
* | 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 | -3/+1 |
* | Remove the AsmWriterEmitter (unused) feature that rely on TargetSubtargetInfo. | Evan Cheng | 2011-07-06 | 1 | -2/+0 |
* | 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 |
* | Invert the meaning of printAliasInstr's return value. It now returns | Eric Christopher | 2011-04-18 | 1 | -0/+2 |
* | Replace the old algorithm that emitted the "print the alias for an instruction" | Bill Wendling | 2011-04-07 | 1 | -2/+6 |
* | We need to pass the TargetMachine object to the InstPrinter if we are printing | Bill Wendling | 2011-03-21 | 1 | -3/+5 |
* | Rename the AsmPrinter directory to InstPrinter for those targets that have | Jim Grosbach | 2010-10-01 | 1 | -0/+81 |