aboutsummaryrefslogtreecommitdiff
path: root/test/MC/AsmParser
AgeCommit message (Expand)Author
2013-05-21Merging r181366:Bill Wendling
2013-04-12Replace coff-/elf-dump with llvm-readobjNico Rieck
2013-02-26AsmParser: More generic support for integer type suffices.Jim Grosbach
2013-02-16MCParser: Reject .balign with non-pow2 alignments.Benjamin Kramer
2013-02-16Derive ELF section type from the name in some cases where GNU as doesJoerg Sonnenberger
2012-09-19Add support for macro parameters/arguments delimited by spaces,Preston Gurd
2012-09-19Support default parameters/arguments for assembler macros.Preston Gurd
2012-09-19Enhance unmatched '.endr' directive error message in assembler.Preston Gurd
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer
2012-08-21Fix macros arguments with an underscore, dot or dollar in them. This is basedRafael Espindola
2012-08-21Make the wording in of the "expected identifier" error in the .macro directiveRafael Espindola
2012-07-30Keep empty assembly macro argument values in the middle of the list.Jim Grosbach
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-06-16Implement irpc. Extracted from a patch by the PaX team. I just added the test.Rafael Espindola
2012-06-15Factor macro argument parsing into helper methods and add support for .irp.Rafael Espindola
2012-05-12Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola
2012-05-12AsmParser: Add support for the .purgem directive.Benjamin Kramer
2012-05-12AsmParser: ignore the .extern directive.Benjamin Kramer
2012-05-12AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer
2012-05-12AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer
2012-05-01MC: Unknown assembler directives are now hard errors.Jim Grosbach
2012-04-16MC assembly parser handling for trailing comma in macro instantiation.Jim Grosbach
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-03-20Assembler should accept redefinitions of unused variable symbols.Jim Grosbach
2012-03-17MC asm parser macro argument count was wrong when empty.Jim Grosbach
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-28Small improvement to the recursion detection logic from the previous commit.Rafael Espindola
2012-01-28Handle recursive variable definitions directly. This gives us better errorRafael Espindola
2012-01-11The error check for using -g with a .s file already containing dwarf .fileKevin Enderby
2012-01-07Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola
2011-12-14Improve the implementation of .incbin directive by replacing a loop by usingKevin Enderby
2011-12-14Add the .incbin directive which takes the binary data from a file and emitsKevin Enderby
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