| Commit message (Expand) | Author | Age | Files | Lines |
* | MC: Give target specific parsers access to the MCStreamer. | Daniel Dunbar | 2009-09-10 | 1 | -0/+2 |
* | Fix an integer truncation noticed by MSVC. | Benjamin Kramer | 2009-09-06 | 1 | -1/+1 |
* | Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' in | Kevin Enderby | 2009-09-04 | 1 | -0/+4 |
* | Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of | Kevin Enderby | 2009-09-04 | 4 | -25/+48 |
* | Removed the non-target independent AsmToken::Register enum constant | Kevin Enderby | 2009-09-03 | 3 | -16/+1 |
* | TAI -> MAI | Chris Lattner | 2009-09-03 | 1 | -4/+4 |
* | llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. | Daniel Dunbar | 2009-08-31 | 1 | -27/+10 |
* | llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). | Daniel Dunbar | 2009-08-31 | 2 | -5/+5 |
* | llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression. | Daniel Dunbar | 2009-08-31 | 2 | -37/+27 |
* | llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr. | Daniel Dunbar | 2009-08-31 | 2 | -0/+10 |
* | llvm-mc: Add MCAsmParser::getContext. | Daniel Dunbar | 2009-08-31 | 2 | -18/+13 |
* | llvm-mc: Switch MCExpr construction to using static member functions, and tak... | Daniel Dunbar | 2009-08-31 | 2 | -19/+19 |
* | llvm-mc: Move AsmExpr into MC lib (as MCExpr). | Daniel Dunbar | 2009-08-31 | 5 | -384/+42 |
* | llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f... | Daniel Dunbar | 2009-08-30 | 1 | -9/+12 |
* | llvm-mc: Emit .lcomm as .zerofill. | Daniel Dunbar | 2009-08-28 | 1 | -1/+7 |
* | llvm-mc: Unique zero fill sections. | Daniel Dunbar | 2009-08-28 | 1 | -17/+9 |
* | Revert r80305, I forgot a dependent change. | Daniel Dunbar | 2009-08-27 | 1 | -9/+17 |
* | llvm-mc: Unique sections in .zerofill. | Daniel Dunbar | 2009-08-27 | 1 | -17/+9 |
* | llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions. | Daniel Dunbar | 2009-08-27 | 1 | -1/+2 |
* | llvm-mc: Only show instruction encodings with --show-encoding. | Daniel Dunbar | 2009-08-27 | 1 | -1/+5 |
* | llvm-mc: Tweak MCCodeEmitter skeleton. | Daniel Dunbar | 2009-08-27 | 1 | -1/+1 |
* | Sketch TargetRegistry support for MCCodeEmitter abstract interface. | Daniel Dunbar | 2009-08-27 | 1 | -1/+4 |
* | llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text | Daniel Dunbar | 2009-08-26 | 3 | -23/+71 |
* | llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. | Daniel Dunbar | 2009-08-26 | 2 | -11/+22 |
* | llvm-mc: Make MCValue take const MCSymbol*s. | Daniel Dunbar | 2009-08-26 | 1 | -4/+4 |
* | llvm-mc: Make non-sensical max bytes to .align an error. | Daniel Dunbar | 2009-08-26 | 1 | -5/+10 |
* | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman | 2009-08-25 | 1 | -5/+2 |
* | Change raw_fd_ostream to take flags as an optional bitmask | Chris Lattner | 2009-08-23 | 1 | -6/+8 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
* | llvm-mc: Clean up some handling of symbol/section association to be more correct | Daniel Dunbar | 2009-08-22 | 1 | -21/+5 |
* | llvm-mc: Improve handling of implicit alignment for magic section directives | Daniel Dunbar | 2009-08-21 | 1 | -1/+12 |
* | llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytes | Daniel Dunbar | 2009-08-21 | 1 | -3/+4 |
* | llvm-mc: Accept .fill size of 8. | Daniel Dunbar | 2009-08-21 | 1 | -2/+2 |
* | llvm-mc: Start MCAssembler and MCMachOStreamer. | Daniel Dunbar | 2009-08-21 | 1 | -4/+26 |
* | llvm-mc: Various section parsing fixes. | Daniel Dunbar | 2009-08-21 | 2 | -44/+84 |
* | Don't install llvm-mc by default. | Daniel Dunbar | 2009-08-21 | 1 | -0/+1 |
* | Fix a commento. | Daniel Dunbar | 2009-08-19 | 1 | -1/+1 |
* | give MCAsmStreamer a TargetAsmInfo. | Chris Lattner | 2009-08-17 | 1 | -9/+9 |
* | llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) | Daniel Dunbar | 2009-08-14 | 2 | -5/+67 |
* | Update llvm-mc / MCAsmStreamer to print the instruction using the actual target | Daniel Dunbar | 2009-08-14 | 1 | -21/+42 |
* | llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs. | Daniel Dunbar | 2009-08-14 | 1 | -4/+0 |
* | llvm-mc: Fix a crash on invalid due to a typo in relocatable expression | Daniel Dunbar | 2009-08-11 | 1 | -1/+1 |
* | llvm-mc: Accept .word as a synonym for .short | Daniel Dunbar | 2009-08-11 | 1 | -1/+1 |
* | llvm-mc: Honor -o option (and add -f). | Daniel Dunbar | 2009-08-11 | 1 | -2/+35 |
* | llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these | Daniel Dunbar | 2009-08-11 | 2 | -0/+100 |
* | llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ',' | Daniel Dunbar | 2009-08-11 | 1 | -4/+14 |
* | split MachO section handling stuff out to its out .h/.cpp file. | Chris Lattner | 2009-08-10 | 2 | -2/+2 |
* | add a fixme | Chris Lattner | 2009-08-10 | 1 | -0/+4 |
* | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 5 | -99/+116 |
* | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner | 2009-08-08 | 2 | -5/+5 |