| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor... | Daniel Dunbar | 2010-02-09 | 2 | -25/+96 |
* | MC: First cut at MCFixup, for getting fixup/relocation information out of an ... | Daniel Dunbar | 2010-02-09 | 2 | -2/+4 |
* | make -show-inst be formatted a bit nicer. Before: | Chris Lattner | 2010-02-09 | 1 | -8/+12 |
* | Document that MCExpr::Mod is actually remainder. | Dan Gohman | 2010-02-08 | 1 | -2/+2 |
* | don't make hte dtor private or we can't construct the class. | Chris Lattner | 2010-02-08 | 1 | -1/+1 |
* | add scaffolding for target-specific MCExprs. | Chris Lattner | 2010-02-08 | 2 | -0/+7 |
* | print encodings like this: | Chris Lattner | 2010-02-05 | 1 | -1/+1 |
* | MC: Change default comment column to 40 characters. | Daniel Dunbar | 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 |
* | MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. | Daniel Dunbar | 2010-02-02 | 2 | -4/+9 |
* | Add a new top-level MachO.h file for manifest constants, fixing | Chris Lattner | 2010-02-02 | 1 | -3/+3 |
* | use EmitLinkage for functions as well as globals. One output | Chris Lattner | 2010-01-26 | 1 | -1/+1 |
* | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner | 2010-01-26 | 3 | -3/+1 |
* | Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. | Rafael Espindola | 2010-01-26 | 4 | -2/+4 |
* | eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform | Chris Lattner | 2010-01-26 | 2 | -2/+0 |
* | mcstreamerize gprel32 emission. | Chris Lattner | 2010-01-25 | 3 | -12/+14 |
* | rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to | Chris Lattner | 2010-01-25 | 1 | -1/+1 |
* | remove JumpTableDirective, it is always null. | Chris Lattner | 2010-01-25 | 1 | -1/+0 |
* | wirte up .file and .file to the mc asmparser. | Chris Lattner | 2010-01-25 | 1 | -3/+7 |
* | mcstreamerize .file and .file. This also fixes an issue where the | Chris Lattner | 2010-01-25 | 3 | -30/+66 |
* | 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 | 2 | -1/+29 |
* | emit the .size directive for global variables on ELF through | Chris Lattner | 2010-01-25 | 3 | -1/+10 |
* | all supported target now have aligned common support. | Chris Lattner | 2010-01-25 | 2 | -2/+1 |
* | coff targets support alignment on .comm | Chris Lattner | 2010-01-25 | 1 | -1/+0 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 2 | -2/+0 |
* | fix a parsing problem on instructions like: | Chris Lattner | 2010-01-24 | 1 | -4/+3 |
* | mcize lcomm, simplify .comm, extend both to support 64-bit sizes. | Chris Lattner | 2010-01-23 | 5 | -9/+28 |
* | resolve a fixme: the "nonexecutable stack directive" is actually | Chris Lattner | 2010-01-23 | 2 | -1/+2 |
* | mcize visibility directives. | Chris Lattner | 2010-01-23 | 3 | -6/+11 |
* | move the various directive enums out of the MCStreamer class | Chris Lattner | 2010-01-23 | 4 | -66/+56 |
* | mcstreamerize .no_dead_strip and .reference for static ctors/dtors. | Chris Lattner | 2010-01-23 | 3 | -2/+3 |
* | 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 | 2 | -10/+39 |
* | rename addComment -> AddComment for consistency. | Chris Lattner | 2010-01-22 | 1 | -4/+4 |
* | Simplify some uses of str(n)cmp with StringRef. | Benjamin Kramer | 2010-01-22 | 1 | -7/+5 |
* | add comment support to the rest of the directives. | Chris Lattner | 2010-01-22 | 1 | -14/+21 |
* | stop using strtoll, it gives windows heartburn. | Chris Lattner | 2010-01-22 | 1 | -8/+24 |
* | 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 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 2 | -0/+2 |
* | move some files out of the llvm-mc tool into the MCParser library so | Chris Lattner | 2010-01-22 | 2 | -0/+2085 |
* | forgot to svn add these, doh. | Chris Lattner | 2010-01-22 | 2 | -0/+22 |
* | create a new MCParser library and move some stuff into it. | Chris Lattner | 2010-01-22 | 5 | -7/+5 |