aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-093-2/+41
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+3
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-024-5/+191
* Update LLVM for rebase to r212749.Stephen Hines2014-07-219-35/+119
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-296-4/+93
* Update to LLVM 3.5a.Stephen Hines2014-04-2428-107/+725
* MCParser/Debug info: Accept line number 0 as a legitimate value, sinceAdrian Prantl2013-09-261-0/+1
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-261-0/+15
* Make the size and expr arguments of .fill directive optional.Roman Divacky2013-09-241-0/+16
* Improve handling of .file, .include and .incbin directives toYunzhong Gao2013-09-053-3/+3
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-2/+0
* Add test-case for hex floating-literalsTim Northover2013-08-141-0/+3
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-141-1/+36
* llvm/test/MC/AsmParser/secure_log_unique.s: Use env(1) here. Then r186611 can...NAKAMURA Takumi2013-07-191-3/+2
* test/MC/AsmParser/secure_log_unique.s requires shellHans Wennborg2013-07-181-0/+1
* Add a test for .secure_log_unique.Rafael Espindola2013-07-181-0/+9
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-033-4/+4
* Fix a bug in the MC asm parser evaluating expressions. It was treating:Kevin Enderby2013-05-071-0/+1
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-122-92/+114
* AsmParser: More generic support for integer type suffices.Jim Grosbach2013-02-261-0/+6
* MCParser: Reject .balign with non-pow2 alignments.Benjamin Kramer2013-02-161-0/+10
* Derive ELF section type from the name in some cases where GNU as doesJoerg Sonnenberger2013-02-161-0/+62
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-192-8/+50
* Support default parameters/arguments for assembler macros.Preston Gurd2012-09-191-2/+10
* Enhance unmatched '.endr' directive error message in assembler.Preston Gurd2012-09-191-1/+1
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-072-4/+9
* Fix macros arguments with an underscore, dot or dollar in them. This is basedRafael Espindola2012-08-211-0/+21
* Make the wording in of the "expected identifier" error in the .macro directiveRafael Espindola2012-08-211-0/+9
* Keep empty assembly macro argument values in the middle of the list.Jim Grosbach2012-07-301-0/+12
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-021-1/+1
* Implement irpc. Extracted from a patch by the PaX team. I just added the test.Rafael Espindola2012-06-161-0/+9
* Factor macro argument parsing into helper methods and add support for .irp.Rafael Espindola2012-06-152-0/+18
* Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola2012-05-123-0/+35
* AsmParser: Add support for the .purgem directive.Benjamin Kramer2012-05-121-0/+12
* AsmParser: ignore the .extern directive.Benjamin Kramer2012-05-121-0/+4
* AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer2012-05-121-0/+65
* AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer2012-05-121-0/+67
* MC: Unknown assembler directives are now hard errors.Jim Grosbach2012-05-012-3/+3
* MC assembly parser handling for trailing comma in macro instantiation.Jim Grosbach2012-04-161-0/+24
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Assembler should accept redefinitions of unused variable symbols.Jim Grosbach2012-03-201-0/+1
* MC asm parser macro argument count was wrong when empty.Jim Grosbach2012-03-171-0/+10
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-5/+13
* Small improvement to the recursion detection logic from the previous commit.Rafael Espindola2012-01-281-0/+4
* Handle recursive variable definitions directly. This gives us better errorRafael Espindola2012-01-282-1/+13
* The error check for using -g with a .s file already containing dwarf .fileKevin Enderby2012-01-111-0/+9
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-0/+5
* Improve the implementation of .incbin directive by replacing a loop by usingKevin Enderby2011-12-141-4/+1
* Add the .incbin directive which takes the binary data from a file and emitsKevin Enderby2011-12-142-0/+10
* Move test to the X86 directory, note the PR number and only run MC once.Rafael Espindola2011-10-311-6/+0