| Commit message (Expand) | Author | Age | Files | Lines |
* | MC assembly parser handling for trailing comma in macro instantiation. | Jim Grosbach | 2012-04-16 | 1 | -0/+24 |
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 1 | -8/+1 |
* | Assembler should accept redefinitions of unused variable symbols. | Jim Grosbach | 2012-03-20 | 1 | -0/+1 |
* | MC asm parser macro argument count was wrong when empty. | Jim Grosbach | 2012-03-17 | 1 | -0/+10 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -5/+13 |
* | Small improvement to the recursion detection logic from the previous commit. | Rafael Espindola | 2012-01-28 | 1 | -0/+4 |
* | Handle recursive variable definitions directly. This gives us better error | Rafael Espindola | 2012-01-28 | 2 | -1/+13 |
* | The error check for using -g with a .s file already containing dwarf .file | Kevin Enderby | 2012-01-11 | 1 | -0/+9 |
* | Split Finish into Finish and FinishImpl to have a common place to do end of | Rafael Espindola | 2012-01-07 | 1 | -0/+5 |
* | Improve the implementation of .incbin directive by replacing a loop by using | Kevin Enderby | 2011-12-14 | 1 | -4/+1 |
* | Add the .incbin directive which takes the binary data from a file and emits | Kevin Enderby | 2011-12-14 | 2 | -0/+10 |
* | Move test to the X86 directory, note the PR number and only run MC once. | Rafael Espindola | 2011-10-31 | 1 | -6/+0 |
* | test/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit -mtriple=i386. It uses... | NAKAMURA Takumi | 2011-10-28 | 1 | -3/+3 |
* | Fix parsing of a line with only a # in it. | Rafael Espindola | 2011-10-19 | 1 | -0/+15 |
* | Add support for a new extension to the .file directive: | Nick Lewycky | 2011-10-17 | 1 | -1/+2 |
* | Added regression test for bug #10869. | Stepan Dyatkovskiy | 2011-09-19 | 1 | -0/+6 |
* | Fix AsmParser binary precedence for shift operators. | Jim Grosbach | 2011-08-20 | 1 | -0/+1 |
* | Tidy up. Whitespace. | Jim Grosbach | 2011-08-20 | 1 | -7/+7 |
* | Move some ELF directives into ELF asm parser. | Jim Grosbach | 2011-07-25 | 1 | -3/+0 |
* | Asm parser range checking on .<size> <value> directives. | Jim Grosbach | 2011-06-29 | 1 | -0/+6 |
* | MC: Allow .common as alias for .comm assembler directive. PR10116. | Hans Wennborg | 2011-06-18 | 1 | -0/+2 |
* | Test that ".byte 1, 2, 3, 4" does the right thing. | Roman Divacky | 2011-06-07 | 1 | -0/+7 |
* | Basic support for macros with explicit arguments. | Rafael Espindola | 2011-06-05 | 1 | -0/+10 |
* | Add a test for the chained directives that I forgot last time. | Charles Davis | 2011-05-26 | 1 | -0/+3 |
* | Test .seh_startchained and .seh_endchained parsing. | Charles Davis | 2011-05-26 | 1 | -0/+3 |
* | Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues with | Charles Davis | 2011-05-25 | 1 | -0/+14 |
* | Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix the | Charles Davis | 2011-05-25 | 1 | -0/+6 |
* | Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and another | Charles Davis | 2011-05-25 | 1 | -0/+2 |
* | Add a test for the .seh_handler directive. Fix problems with the parsing | Charles Davis | 2011-05-25 | 1 | -4/+6 |
* | Test basic SEH directive-parsing functionality. Fix a latent bug exposed by | Charles Davis | 2011-05-24 | 1 | -0/+18 |
* | Match case for invalid constant error messages and add a new | Eric Christopher | 2011-04-12 | 1 | -1/+4 |
* | Test for invalid constant expr addition - bad octal constant. | Eric Christopher | 2011-04-12 | 1 | -13/+5 |
* | Don't store Twine temporaries, it's not safe. | Benjamin Kramer | 2011-04-09 | 1 | -1/+5 |
* | Update tests | Rafael Espindola | 2011-04-07 | 1 | -5/+5 |
* | Add support for .skip. | Rafael Espindola | 2011-04-07 | 1 | -0/+5 |
* | Adding a test for "-inf" as well. | Kevin Enderby | 2011-03-29 | 1 | -0/+3 |
* | Added support symbolic floating point constants in the MC assembler for Infinity | Kevin Enderby | 2011-03-29 | 1 | -0/+6 |
* | MC: Improve some diagnostics on uses of '.' pseudo-symbol. | Daniel Dunbar | 2011-03-25 | 1 | -0/+12 |
* | Move arch specific tests in arch specific directories. | Devang Patel | 2011-02-24 | 1 | -8/+0 |
* | Remove file. Previous commit deleted content, but left the file around. | Jim Grosbach | 2011-02-23 | 1 | -0/+0 |
* | Revert r125595, which is an X86-only undocumented assembly syntax extension | Jim Grosbach | 2011-02-23 | 2 | -10/+0 |
* | Add support for pushsection and popsection. Patch by Joerg Sonnenberger. | Rafael Espindola | 2011-02-16 | 1 | -0/+107 |
* | Add support for parsing [expr]. | Roman Divacky | 2011-02-15 | 2 | -0/+10 |
* | Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe... | Benjamin Kramer | 2011-02-08 | 2 | -0/+58 |
* | Add support for parsing .float | Roman Divacky | 2011-01-28 | 1 | -0/+3 |
* | PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger! | Nico Weber | 2011-01-28 | 1 | -0/+9 |
* | In llvm-mc parse a Hash token as a full line comment. Allows handling of | Kevin Enderby | 2010-12-24 | 1 | -0/+8 |
* | Add support for lexing single quotes like 'c'. | Roman Divacky | 2010-12-18 | 1 | -0/+16 |
* | Rename temporary symbols if they conflict with artificial symbols created | Rafael Espindola | 2010-12-01 | 1 | -0/+10 |
* | Parse and remember discriminators in .loc line. I try to output them with | Rafael Espindola | 2010-11-13 | 1 | -1/+1 |