summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* MC: AsmLexer: handle multi-character CommentStrings correctlySaleem Abdulrasool2014-08-141-0/+14
* Enable Darwin vararg parameters support in assembler macros.Kevin Enderby2014-08-041-5/+87
* Let the integrated assembler understand .exitm, PR20426.Nico Weber2014-07-241-0/+64
* Let the integrated assembler understand .warning, PR20428.Nico Weber2014-07-241-0/+26
* Allow using .cfi_startproc without a leading symbol.Rafael Espindola2014-06-231-16/+0
* MCNullStreamer: assign file IDs to resolve crashes and errorsAlp Toker2014-06-193-0/+3
* MC: do not add comment string to the AsmToken in AsmLexer::LexLineCommentSaleem Abdulrasool2014-06-181-0/+10
* MCAsmParser: full support for gas' '.if{cond} expression' directivesSaleem Abdulrasool2014-06-182-0/+89
* Rearrange the CHECK lines in this test to make failure more obvious.Reid Kleckner2014-06-101-17/+16
* Revert "Patch by Ray Donnelly to print register names instead of numbers."Reid Kleckner2014-06-101-4/+4
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-091-2/+1
* MC: remove unnecessary restriction on testsSaleem Abdulrasool2014-05-231-1/+0
* MC: loosen an overzealous assertionSaleem Abdulrasool2014-05-211-0/+10
* Integrated assbemler, macros: added 'vararg' argument qualifier support.Stepan Dyatkovskiy2014-04-233-0/+64
* Patch by Ray Donnelly to print register names instead of numbers.Yaron Keren2014-04-191-4/+4
* Revert r206565 (and r206566 which updated tests).Chandler Carruth2014-04-181-4/+4
* Updated test with register names following r206565.Yaron Keren2014-04-181-4/+4
* [MC] Emit an error if cfi_startproc is used before a symbol is defined.Quentin Colombet2014-04-151-0/+16
* Move tests that require ARM to an ARM test directory.Jim Grosbach2014-03-182-70/+0
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-182-0/+70
* AsmParser: add missed testsSaleem Abdulrasool2014-03-031-0/+22
* Asm Parser: support .error directiveSaleem Abdulrasool2014-02-232-0/+28
* AsmParser: support .ifeqs directiveSaleem Abdulrasool2014-02-231-0/+20
* MCAsmParser: support .ifneSaleem Abdulrasool2014-02-231-0/+9
* MCAsmParser: handle space properly for .ifc/.ifncSaleem Abdulrasool2014-02-231-0/+5
* MCAsmParser: add support for .err directiveSaleem Abdulrasool2014-02-231-0/+19
* AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets.Benjamin Kramer2014-02-202-1/+13
* MCAsmParser: support required parametersSaleem Abdulrasool2014-02-192-0/+80
* Add support for assigning to . in AsmParser.Anders Waldenborg2014-02-174-4/+53
* MCAsmParser: add some mixed argument testsSaleem Abdulrasool2014-02-171-0/+30
* MCAsmParser: better handling for named argumentsSaleem Abdulrasool2014-02-173-1/+76
* MCAsmParser: relax declaration parsingSaleem Abdulrasool2014-02-161-0/+10
* Simplify checks in MC/AsmParser/directive_loc.sDiego Novillo2014-02-131-10/+6
* Fix generation of 'isa' and 'discriminator' keywords.Diego Novillo2014-02-131-2/+11
* AsmParser: Parse (and ignore) nested .macro definitions.Benjamin Kramer2014-02-091-0/+20
* MC: Fix .octa output for APInts with BitWidth > 128David Woodhouse2014-02-011-3/+3
* MC: Add support for .octaDavid Woodhouse2014-02-011-0/+12
* Update a .fill test to use the updated semantics.David Majnemer2014-02-011-1/+2
* MC: Improve the .fill directive's compatibility with GASDavid Majnemer2014-02-011-1/+42
* MC: Better management of macro argumentsDavid Majnemer2014-01-292-20/+16
* MC: Reorganize macro MC test along dialect linesDavid Majnemer2014-01-292-34/+122
* MC: fix test locations/nameSaleem Abdulrasool2014-01-262-24/+0
* AsmParser: improve diagnostics for invalid variantsSaleem Abdulrasool2014-01-262-0/+24
* Mark the 64-bit x86 push/pop instructions as In64BitMode. Mark the correspond...Craig Topper2014-01-051-1/+1
* AsmParser: cleanup diagnostics for .rep/.reptSaleem Abdulrasool2013-12-281-0/+41
* IAS: support .rep as an alias for .reptSaleem Abdulrasool2013-12-281-0/+30
* AsmParser: add support for .end directiveSaleem Abdulrasool2013-12-182-0/+25
* 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
OpenPOWER on IntegriCloud