summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser
Commit message (Expand)AuthorAge
* Allow using .cfi_startproc without a leading symbol.Rafael Espindola2014-06-23
* MCNullStreamer: assign file IDs to resolve crashes and errorsAlp Toker2014-06-19
* MC: do not add comment string to the AsmToken in AsmLexer::LexLineCommentSaleem Abdulrasool2014-06-18
* MCAsmParser: full support for gas' '.if{cond} expression' directivesSaleem Abdulrasool2014-06-18
* Rearrange the CHECK lines in this test to make failure more obvious.Reid Kleckner2014-06-10
* Revert "Patch by Ray Donnelly to print register names instead of numbers."Reid Kleckner2014-06-10
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* MC: remove unnecessary restriction on testsSaleem Abdulrasool2014-05-23
* MC: loosen an overzealous assertionSaleem Abdulrasool2014-05-21
* Integrated assbemler, macros: added 'vararg' argument qualifier support.Stepan Dyatkovskiy2014-04-23
* Patch by Ray Donnelly to print register names instead of numbers.Yaron Keren2014-04-19
* Revert r206565 (and r206566 which updated tests).Chandler Carruth2014-04-18
* Updated test with register names following r206565.Yaron Keren2014-04-18
* [MC] Emit an error if cfi_startproc is used before a symbol is defined.Quentin Colombet2014-04-15
* Move tests that require ARM to an ARM test directory.Jim Grosbach2014-03-18
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-18
* AsmParser: add missed testsSaleem Abdulrasool2014-03-03
* Asm Parser: support .error directiveSaleem Abdulrasool2014-02-23
* AsmParser: support .ifeqs directiveSaleem Abdulrasool2014-02-23
* MCAsmParser: support .ifneSaleem Abdulrasool2014-02-23
* MCAsmParser: handle space properly for .ifc/.ifncSaleem Abdulrasool2014-02-23
* MCAsmParser: add support for .err directiveSaleem Abdulrasool2014-02-23
* AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets.Benjamin Kramer2014-02-20
* MCAsmParser: support required parametersSaleem Abdulrasool2014-02-19
* Add support for assigning to . in AsmParser.Anders Waldenborg2014-02-17
* MCAsmParser: add some mixed argument testsSaleem Abdulrasool2014-02-17
* MCAsmParser: better handling for named argumentsSaleem Abdulrasool2014-02-17
* MCAsmParser: relax declaration parsingSaleem Abdulrasool2014-02-16
* Simplify checks in MC/AsmParser/directive_loc.sDiego Novillo2014-02-13
* Fix generation of 'isa' and 'discriminator' keywords.Diego Novillo2014-02-13
* AsmParser: Parse (and ignore) nested .macro definitions.Benjamin Kramer2014-02-09
* MC: Fix .octa output for APInts with BitWidth > 128David Woodhouse2014-02-01
* MC: Add support for .octaDavid Woodhouse2014-02-01
* Update a .fill test to use the updated semantics.David Majnemer2014-02-01
* MC: Improve the .fill directive's compatibility with GASDavid Majnemer2014-02-01
* MC: Better management of macro argumentsDavid Majnemer2014-01-29
* MC: Reorganize macro MC test along dialect linesDavid Majnemer2014-01-29
* MC: fix test locations/nameSaleem Abdulrasool2014-01-26
* AsmParser: improve diagnostics for invalid variantsSaleem Abdulrasool2014-01-26
* Mark the 64-bit x86 push/pop instructions as In64BitMode. Mark the correspond...Craig Topper2014-01-05
* AsmParser: cleanup diagnostics for .rep/.reptSaleem Abdulrasool2013-12-28
* IAS: support .rep as an alias for .reptSaleem Abdulrasool2013-12-28
* AsmParser: add support for .end directiveSaleem Abdulrasool2013-12-18
* 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