| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [ARM][Asm] Debug trace for the processInstruction loop | Oliver Stannard | 2018-12-03 | 1 | -3/+9 |
* | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
* | [RISCV] Tablegen-driven Instruction Compression. | Sameer AbuAsal | 2018-04-06 | 1 | -0/+18 |
* | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -2/+2 |
* | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -2/+2 |
* | [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m... | Eugene Zelenko | 2017-02-11 | 1 | -0/+1 |
* | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -0/+4 |
* | [MC] Remove guard(s). NFCI. | Davide Italiano | 2016-08-22 | 1 | -4/+0 |
* | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -2/+2 |
* | Teach MCOperand::print how to print FPImm operands. | Dan Gohman | 2015-12-21 | 1 | -0/+2 |
* | Fixup. | Sean Silva | 2015-02-05 | 1 | -2/+2 |
* | [MC] Remove various unused MCAsmInfo parameters. | Sean Silva | 2015-02-05 | 1 | -6/+5 |
* | [C++11] More 'nullptr' conversion or in some cases just using a boolean check... | Craig Topper | 2014-04-13 | 1 | -2/+2 |
* | Release build: guard dump functions with | Manman Ren | 2012-09-12 | 1 | -2/+2 |
* | Release build: guard dump functions with "ifndef NDEBUG" | Manman Ren | 2012-09-06 | 1 | -0/+4 |
* | Add a dump() implementation for sub-instruction MCOperands. | Owen Anderson | 2012-01-19 | 1 | -0/+2 |
* | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson | 2011-09-15 | 1 | -21/+0 |
* | Add support for stored annotations to MCInst, and provide facilities for MC-b... | Owen Anderson | 2011-09-15 | 1 | -0/+21 |
* | MC: Change MCInst::dump_pretty to not include a trailing newline. | Daniel Dunbar | 2010-05-26 | 1 | -1/+1 |
* | MCInst: Add ::dump_pretty. | Daniel Dunbar | 2010-03-22 | 1 | -0/+17 |
* | remove the MAI argument to MCExpr::print and switch overthing to use << when ... | Chris Lattner | 2010-01-18 | 1 | -3/+1 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -4/+5 |
* | eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for | Chris Lattner | 2009-09-12 | 1 | -3/+0 |
* | Thread an MCAsmInfo pointer through the various MC printing APIs, | Chris Lattner | 2009-09-03 | 1 | -6/+6 |
* | llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. | Daniel Dunbar | 2009-08-31 | 1 | -3/+4 |
* | Add {MCInst,MCOperand}::{print,dump} | Daniel Dunbar | 2009-08-27 | 1 | -0/+52 |