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