summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser
Commit message (Expand)AuthorAge
* MCParser/Debug info: Accept line number 0 as a legitimate value, sinceAdrian Prantl2013-09-26
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-26
* Make the size and expr arguments of .fill directive optional.Roman Divacky2013-09-24
* Improve handling of .file, .include and .incbin directives toYunzhong Gao2013-09-05
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Add test-case for hex floating-literalsTim Northover2013-08-14
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-14
* llvm/test/MC/AsmParser/secure_log_unique.s: Use env(1) here. Then r186611 can...NAKAMURA Takumi2013-07-19
* test/MC/AsmParser/secure_log_unique.s requires shellHans Wennborg2013-07-18
* Add a test for .secure_log_unique.Rafael Espindola2013-07-18
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-03
* Fix a bug in the MC asm parser evaluating expressions. It was treating:Kevin Enderby2013-05-07
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-12
* AsmParser: More generic support for integer type suffices.Jim Grosbach2013-02-26
* MCParser: Reject .balign with non-pow2 alignments.Benjamin Kramer2013-02-16
* Derive ELF section type from the name in some cases where GNU as doesJoerg Sonnenberger2013-02-16
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-19
* Support default parameters/arguments for assembler macros.Preston Gurd2012-09-19
* Enhance unmatched '.endr' directive error message in assembler.Preston Gurd2012-09-19
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-07
* Fix macros arguments with an underscore, dot or dollar in them. This is basedRafael Espindola2012-08-21
* Make the wording in of the "expected identifier" error in the .macro directiveRafael Espindola2012-08-21
* Keep empty assembly macro argument values in the middle of the list.Jim Grosbach2012-07-30
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Implement irpc. Extracted from a patch by the PaX team. I just added the test.Rafael Espindola2012-06-16
* Factor macro argument parsing into helper methods and add support for .irp.Rafael Espindola2012-06-15
* Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola2012-05-12
* AsmParser: Add support for the .purgem directive.Benjamin Kramer2012-05-12
* AsmParser: ignore the .extern directive.Benjamin Kramer2012-05-12
* AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer2012-05-12
* AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer2012-05-12
* MC: Unknown assembler directives are now hard errors.Jim Grosbach2012-05-01
* MC assembly parser handling for trailing comma in macro instantiation.Jim Grosbach2012-04-16
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Assembler should accept redefinitions of unused variable symbols.Jim Grosbach2012-03-20
* MC asm parser macro argument count was wrong when empty.Jim Grosbach2012-03-17
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Small improvement to the recursion detection logic from the previous commit.Rafael Espindola2012-01-28
* Handle recursive variable definitions directly. This gives us better errorRafael Espindola2012-01-28
* The error check for using -g with a .s file already containing dwarf .fileKevin Enderby2012-01-11
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-07
* Improve the implementation of .incbin directive by replacing a loop by usingKevin Enderby2011-12-14
* Add the .incbin directive which takes the binary data from a file and emitsKevin Enderby2011-12-14
* Move test to the X86 directory, note the PR number and only run MC once.Rafael Espindola2011-10-31
* test/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit -mtriple=i386. It uses...NAKAMURA Takumi2011-10-28
* Fix parsing of a line with only a # in it.Rafael Espindola2011-10-19
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Added regression test for bug #10869.Stepan Dyatkovskiy2011-09-19
* Fix AsmParser binary precedence for shift operators.Jim Grosbach2011-08-20
* Tidy up. Whitespace.Jim Grosbach2011-08-20