| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm-mc: Use EmitIntValue where possible, which makes the API calls from the ... | Daniel Dunbar | 2010-05-23 | 1 | -3/+6 |
* | llvm-mc: Use AddBlankLine in asm parser. This makes transliteration match the... | Daniel Dunbar | 2010-05-23 | 1 | -0/+9 |
* | Add support for parsing the ELF .type assembler directive. | Matt Fleming | 2010-05-21 | 2 | -0/+50 |
* | fix rdar://7986634 - match instruction opcodes case insensitively. | Chris Lattner | 2010-05-19 | 1 | -1/+6 |
* | Make EmitTBSSSymbol take a section argument so that we can find it later. | Eric Christopher | 2010-05-18 | 1 | -1/+4 |
* | Incorporate Daniel's suggestion and use !isdigit(CurPtr[0]) and not | Kevin Enderby | 2010-05-18 | 1 | -1/+1 |
* | Fixed the problem with a branch to "0b" that was not parsed by llvm-mc | Kevin Enderby | 2010-05-18 | 1 | -1/+0 |
* | Added support in MC for Directional Local Labels. | Kevin Enderby | 2010-05-17 | 2 | -9/+50 |
* | More data/parsing support for tls directives. Add a few more testcases | Eric Christopher | 2010-05-17 | 1 | -0/+10 |
* | MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio... | Daniel Dunbar | 2010-05-17 | 1 | -8/+13 |
* | llvm-mc: Support reassignment of variables in one special case, when the | Daniel Dunbar | 2010-05-17 | 1 | -1/+8 |
* | Assume that we'll handle mangling the symbols earlier and just put the | Eric Christopher | 2010-05-17 | 1 | -6/+2 |
* | Add AsmParser support for darwin tbss directive. | Eric Christopher | 2010-05-14 | 1 | -0/+57 |
* | Fix a couple of typos. | Eric Christopher | 2010-05-14 | 1 | -2/+2 |
* | fix rdar://7965971 and a fixme: use ParseIdentifier in | Chris Lattner | 2010-05-13 | 1 | -13/+9 |
* | Revert r103137, fix for $ in labels. It looks like we can't actually handle this | Daniel Dunbar | 2010-05-06 | 1 | -16/+7 |
* | fix rdar://7946934 - in some limited cases, the assembler should | Chris Lattner | 2010-05-05 | 1 | -7/+16 |
* | MC: Reject attempts to define a variable symbol. | Daniel Dunbar | 2010-05-05 | 1 | -1/+1 |
* | MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue. | Daniel Dunbar | 2010-05-05 | 1 | -3/+3 |
* | llvm-mc: Fix case were we would skip a line in the .s file after an instruction | Daniel Dunbar | 2010-05-04 | 1 | -26/+25 |
* | refactor .if handling code a bit. | Chris Lattner | 2010-04-17 | 1 | -52/+23 |
* | implement mc asmparser support for '.', which gets the | Chris Lattner | 2010-04-14 | 2 | -0/+17 |
* | move macho section uniquing from MCParser and TLOF to MCContext where | Chris Lattner | 2010-04-08 | 1 | -56/+17 |
* | Give AsmParser an option to control whether it finalizes | Chris Lattner | 2010-04-05 | 1 | -2/+4 |
* | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner | 2010-03-30 | 1 | -3/+1 |
* | MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. | Daniel Dunbar | 2010-03-15 | 1 | -2/+12 |
* | add a hack to allow parsing negative minint. rdar://7751341 | Chris Lattner | 2010-03-13 | 1 | -2/+8 |
* | llvm-mc: Support -n, useful for comparing -integrated-as output since the | Daniel Dunbar | 2010-03-13 | 1 | -7/+6 |
* | Remove unneeded includes. | Daniel Dunbar | 2010-03-10 | 1 | -1/+0 |
* | eliminate MCContext::CreateSymbol and CreateTemporarySymbol. | Chris Lattner | 2010-03-10 | 1 | -6/+2 |
* | pass in more section kinds, enough to get the .align 0x90 | Chris Lattner | 2010-02-26 | 1 | -5/+9 |
* | This is a patch to the assembler frontend to detect when aligning a text | Kevin Enderby | 2010-02-25 | 1 | -3/+9 |
* | MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ... | Daniel Dunbar | 2010-02-13 | 1 | -2/+10 |
* | wirte up .file and .file to the mc asmparser. | Chris Lattner | 2010-01-25 | 1 | -3/+7 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -1/+0 |
* | fix a parsing problem on instructions like: | Chris Lattner | 2010-01-24 | 1 | -4/+3 |
* | move the various directive enums out of the MCStreamer class | Chris Lattner | 2010-01-23 | 1 | -14/+14 |
* | stop using strtoll, it gives windows heartburn. | Chris Lattner | 2010-01-22 | 1 | -8/+24 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+1 |
* | 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 | 3 | -0/+77 |