| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Added the darwin .weak_def_can_be_hidden directive. | Kevin Enderby | 2010-07-08 | 1 | -0/+1 | 
| *  | "This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all... | Chris Lattner | 2010-06-21 | 1 | -11/+11 | 
| *  | Don't call flush() at a library level which isn't checking for errors | Dan Gohman | 2010-06-01 | 1 | -1/+0 | 
| *  | MC: Change MCInst::dump_pretty to not include a trailing newline. | Daniel Dunbar | 2010-05-26 | 1 | -2/+4 | 
| *  | Make EmitTBSSSymbol take a section argument so that we can find it later. | Eric Christopher | 2010-05-18 | 1 | -6/+9 | 
| *  | Assume that we'll handle mangling the symbols earlier and just put the | Eric Christopher | 2010-05-17 | 1 | -5/+4 | 
| *  | Add AsmParser support for darwin tbss directive. | Eric Christopher | 2010-05-14 | 1 | -0/+18 | 
| *  | break coff symbol definition stuff out into proper MCStreamer callbacks, | Chris Lattner | 2010-05-08 | 1 | -1/+24 | 
| *  | MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for | Daniel Dunbar | 2010-05-05 | 1 | -1/+0 | 
| *  | MC: Reject attempts to define a variable symbol. | Daniel Dunbar | 2010-05-05 | 1 | -4/+1 | 
| *  | MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue. | Daniel Dunbar | 2010-05-05 | 1 | -1/+1 | 
| *  | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner | 2010-04-04 | 1 | -1/+1 | 
| *  | allow attaching comments to raw text. | Chris Lattner | 2010-04-03 | 1 | -6/+3 | 
| *  | add a new EmitInlineAsm function to asmprinter to handle inline asm. | Chris Lattner | 2010-04-03 | 1 | -1/+21 | 
| *  | MCInst: Add ::dump_pretty. | Daniel Dunbar | 2010-03-22 | 1 | -17/+3 | 
| *  | fix an MCInstPrinter leak that jyasskin pointed out: | Chris Lattner | 2010-03-19 | 1 | -1/+2 | 
| *  | remove MAI argument from createAsmStreamer since it | Chris Lattner | 2010-03-12 | 1 | -5/+4 | 
| *  | genericize MCAsmStreamer::EmitCodeAlignment to support other targets | Chris Lattner | 2010-02-23 | 1 | -2/+3 | 
| *  | This is the first patch to put the needed bits in place to eventually allow code | Kevin Enderby | 2010-02-23 | 1 | -0/+9 | 
| *  | add a new MCInstPrinter::getOpcodeName interface, when it is  | Chris Lattner | 2010-02-11 | 1 | -0/+6 | 
| *  | make getFixupKindInfo return a const reference, allowing | Chris Lattner | 2010-02-11 | 1 | -2/+2 | 
| *  | MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the | Daniel Dunbar | 2010-02-10 | 1 | -1/+1 | 
| *  | llvm-mc: Remove --show-fixups and always show as part of --show-encoding. | Daniel Dunbar | 2010-02-10 | 1 | -19/+6 | 
| *  | daniel *really* likes fixups! | Chris Lattner | 2010-02-10 | 1 | -0/+1 | 
| *  | Add ability for MCInstPrinters to add comments for instructions. | Chris Lattner | 2010-02-10 | 1 | -1/+4 | 
| *  | llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor... | Daniel Dunbar | 2010-02-09 | 1 | -21/+92 | 
| *  | MC: First cut at MCFixup, for getting fixup/relocation information out of an ... | Daniel Dunbar | 2010-02-09 | 1 | -1/+2 | 
| *  | make -show-inst be formatted a bit nicer.  Before: | Chris Lattner | 2010-02-09 | 1 | -8/+12 | 
| *  | print encodings like this: | Chris Lattner | 2010-02-05 | 1 | -1/+1 | 
| *  | Use a tab instead of space after .type, for consistency. | Dan Gohman | 2010-02-04 | 1 | -1/+1 | 
| *  | 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 |