Age | Commit message (Expand) | Author |
2011-10-31 | Move test to the X86 directory, note the PR number and only run MC once. | Rafael Espindola |
2011-10-28 | test/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit -mtriple=i386. It uses... | NAKAMURA Takumi |
2011-10-19 | Fix parsing of a line with only a # in it. | Rafael Espindola |
2011-10-17 | Add support for a new extension to the .file directive: | Nick Lewycky |
2011-09-19 | Added regression test for bug #10869. | Stepan Dyatkovskiy |
2011-08-20 | Fix AsmParser binary precedence for shift operators. | Jim Grosbach |
2011-08-20 | Tidy up. Whitespace. | Jim Grosbach |
2011-07-25 | Move some ELF directives into ELF asm parser. | Jim Grosbach |
2011-06-29 | Asm parser range checking on .<size> <value> directives. | Jim Grosbach |
2011-06-18 | MC: Allow .common as alias for .comm assembler directive. PR10116. | Hans Wennborg |
2011-06-07 | Test that ".byte 1, 2, 3, 4" does the right thing. | Roman Divacky |
2011-06-05 | Basic support for macros with explicit arguments. | Rafael Espindola |
2011-05-26 | Add a test for the chained directives that I forgot last time. | Charles Davis |
2011-05-26 | Test .seh_startchained and .seh_endchained parsing. | Charles Davis |
2011-05-25 | Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues with | Charles Davis |
2011-05-25 | Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix the | Charles Davis |
2011-05-25 | Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and another | Charles Davis |
2011-05-25 | Add a test for the .seh_handler directive. Fix problems with the parsing | Charles Davis |
2011-05-24 | Test basic SEH directive-parsing functionality. Fix a latent bug exposed by | Charles Davis |
2011-04-12 | Match case for invalid constant error messages and add a new | Eric Christopher |
2011-04-12 | Test for invalid constant expr addition - bad octal constant. | Eric Christopher |
2011-04-09 | Don't store Twine temporaries, it's not safe. | Benjamin Kramer |
2011-04-07 | Update tests | Rafael Espindola |
2011-04-07 | Add support for .skip. | Rafael Espindola |
2011-03-29 | Adding a test for "-inf" as well. | Kevin Enderby |
2011-03-29 | Added support symbolic floating point constants in the MC assembler for Infinity | Kevin Enderby |
2011-03-25 | MC: Improve some diagnostics on uses of '.' pseudo-symbol. | Daniel Dunbar |
2011-02-24 | Move arch specific tests in arch specific directories. | Devang Patel |
2011-02-23 | Remove file. Previous commit deleted content, but left the file around. | Jim Grosbach |
2011-02-23 | Revert r125595, which is an X86-only undocumented assembly syntax extension | Jim Grosbach |
2011-02-16 | Add support for pushsection and popsection. Patch by Joerg Sonnenberger. | Rafael Espindola |
2011-02-15 | Add support for parsing [expr]. | Roman Divacky |
2011-02-08 | Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe... | Benjamin Kramer |
2011-01-28 | Add support for parsing .float | Roman Divacky |
2011-01-28 | PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger! | Nico Weber |
2010-12-24 | In llvm-mc parse a Hash token as a full line comment. Allows handling of | Kevin Enderby |
2010-12-18 | Add support for lexing single quotes like 'c'. | Roman Divacky |
2010-12-01 | Rename temporary symbols if they conflict with artificial symbols created | Rafael Espindola |
2010-11-13 | Parse and remember discriminators in .loc line. I try to output them with | Rafael Espindola |
2010-11-01 | Add support for .value. | Rafael Espindola |
2010-10-28 | Add support for the .string directive. | Rafael Espindola |
2010-10-28 | Implement .equ directive as a synonym to .set. | Roman Divacky |
2010-10-25 | MC/AsmParser: Fix relative precedence of {+,-} and comparison ops. | Daniel Dunbar |
2010-10-25 | MC/AsmLexer: Fix bug in source location for Slash token. | Daniel Dunbar |
2010-10-25 | tweak test. | Daniel Dunbar |
2010-10-25 | MC/AsmParser: Rewrite test to actually check some parts of expression parsing, | Daniel Dunbar |
2010-10-02 | actually, move the elf tests into the existing elf dir. | Chris Lattner |
2010-10-02 | consolidate ELF tests into asmparser tests. | Chris Lattner |
2010-10-02 | move ARM MC tests up one level. | Chris Lattner |
2010-10-01 | move X86 subdir up a level | Chris Lattner |