| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly | Daniel Dunbar | 2010-02-03 | 1 | -19/+27 |
* | print instruction encodings with the existing comment facilities, | Chris Lattner | 2010-02-03 | 1 | -18/+17 |
* | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 1 | -1/+4 |
* | Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. | Rafael Espindola | 2010-01-26 | 1 | -1/+1 |
* | mcstreamerize gprel32 emission. | Chris Lattner | 2010-01-25 | 1 | -7/+10 |
* | mcstreamerize .file and .file. This also fixes an issue where the | Chris Lattner | 2010-01-25 | 1 | -30/+56 |
* | emit ELF .type directives through MCStreamer instead of doing it textually. | Chris Lattner | 2010-01-25 | 1 | -1/+1 |
* | add symbol attribute support for the ELF .type directive. | Chris Lattner | 2010-01-25 | 1 | -1/+23 |
* | emit the .size directive for global variables on ELF through | Chris Lattner | 2010-01-25 | 1 | -0/+6 |
* | all supported target now have aligned common support. | Chris Lattner | 2010-01-25 | 1 | -1/+1 |
* | mcize lcomm, simplify .comm, extend both to support 64-bit sizes. | Chris Lattner | 2010-01-23 | 1 | -3/+19 |
* | move the various directive enums out of the MCStreamer class | Chris Lattner | 2010-01-23 | 1 | -18/+20 |
* | mcize jump table and constant pool entry labels, .local on elf, | Chris Lattner | 2010-01-23 | 1 | -1/+2 |
* | teach MCAsmStreamer::EmitBytes to use .ascii and .asciz | Chris Lattner | 2010-01-23 | 1 | -3/+47 |
* | Changes to fix buffering that I forgot to commit with previous patch. | Chris Lattner | 2010-01-22 | 1 | -1/+6 |
* | Convert some more random-comment-printing stuff to use | Chris Lattner | 2010-01-22 | 1 | -0/+5 |
* | add a new MCAsmStreamer::GetCommentOS method to simplify stuff | Chris Lattner | 2010-01-22 | 1 | -9/+32 |
* | rename addComment -> AddComment for consistency. | Chris Lattner | 2010-01-22 | 1 | -4/+4 |
* | add comment support to the rest of the directives. | Chris Lattner | 2010-01-22 | 1 | -14/+21 |
* | Add the ability for MCStreamer to emit comments on the same line as directives. | Chris Lattner | 2010-01-22 | 1 | -8/+59 |
* | pass "-fasm-verbose" into createAsmStreamer. | Chris Lattner | 2010-01-22 | 1 | -8/+9 |
* | don't forget to initialize an instance variable! | Chris Lattner | 2010-01-20 | 1 | -2/+2 |
* | use getGlobalDirective(), don't hardcode .globl. PR6093 | Chris Lattner | 2010-01-20 | 1 | -13/+13 |
* | make mcasmstreamer handle expanding 8 byte integer constants to | Chris Lattner | 2010-01-20 | 1 | -3/+12 |
* | give createAsmStreamer an 'isLittleEndian' argument. | Chris Lattner | 2010-01-20 | 1 | -3/+8 |
* | add a new EmitIntValue method that MCStreamer impls can optionally define | Chris Lattner | 2010-01-19 | 1 | -6/+29 |
* | Generalize mcasmstreamer data emission APIs to take an address space | Chris Lattner | 2010-01-19 | 1 | -24/+29 |
* | mcstreamerize AsmPrinter::EmitZeros, at least when emitting to the | Chris Lattner | 2010-01-19 | 1 | -0/+2 |
* | add an MCAsmStreamer::EmitFill specialization of EmitFill that | Chris Lattner | 2010-01-19 | 1 | -0/+15 |
* | mc'ize some stuff, don't comment out .lcomm directive in -fverbose-asm mode. | Chris Lattner | 2010-01-19 | 1 | -3/+7 |
* | remove the MAI argument to MCExpr::print and switch overthing to use << when ... | Chris Lattner | 2010-01-18 | 1 | -9/+3 |
* | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 1 | -16/+6 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -2/+2 |
* | Minor formatting tweaks. | Daniel Dunbar | 2009-10-16 | 1 | -10/+10 |
* | MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute | Daniel Dunbar | 2009-10-16 | 1 | -0/+1 |
* | MC: When parsing a variable reference, substitute absolute variables immediately | Daniel Dunbar | 2009-10-16 | 1 | -1/+4 |
* | Change MCAsmStreamer to take an MCInstPrinter instead of a | Chris Lattner | 2009-09-14 | 1 | -8/+8 |
* | 'printMCInst' doesn't print newlines after instructions anymore. | Chris Lattner | 2009-09-13 | 1 | -0/+1 |
* | Thread an MCAsmInfo pointer through the various MC printing APIs, | Chris Lattner | 2009-09-03 | 1 | -11/+20 |
* | inline insertion operators. | Chris Lattner | 2009-09-03 | 1 | -15/+9 |
* | output alignment value in hex so that we get: | Chris Lattner | 2009-09-03 | 1 | -1/+2 |
* | llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. | Daniel Dunbar | 2009-08-31 | 1 | -14/+14 |
* | llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). | Daniel Dunbar | 2009-08-31 | 1 | -18/+3 |
* | llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. | Daniel Dunbar | 2009-08-31 | 1 | -22/+4 |
* | llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f... | Daniel Dunbar | 2009-08-30 | 1 | -14/+8 |
* | llvm-mc: Emit .lcomm as .zerofill. | Daniel Dunbar | 2009-08-28 | 1 | -6/+3 |
* | llvm-mc: Add const to EmitZeroFill section argument. | Daniel Dunbar | 2009-08-28 | 1 | -2/+2 |
* | llvm-mc: Print encodings after the instruction, and only when we have an asm | Daniel Dunbar | 2009-08-27 | 1 | -17/+18 |
* | Sketch TargetRegistry support for MCCodeEmitter abstract interface. | Daniel Dunbar | 2009-08-27 | 1 | -4/+27 |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -9/+9 |