Revert part of r241149, "Fix PR23872: Integrated assembler error message when using...
[oota-llvm.git] / test / MC / AsmParser /
2015-06-07 Colin LeMahieuTeaching llvm-mc how to understand the defsym command...
2015-05-22 Rafael EspindolaRelax these tests a bit.
2015-04-28 Ahmed Bougacha[MC] Use LShr for constant evaluation of ">>" on ELF...
2015-04-27 Toma Tabacu[MC] [IAS] Add support for the \@ .macro pseudo-variable.
2015-03-18 Sid ManningAdd support for .ifnes psuedo-op.
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2014-12-24 David MajnemerMC: Don't emit .no_dead_strip on targets which don...
2014-08-14 Saleem AbdulrasoolMC: AsmLexer: handle multi-character CommentStrings...
2014-08-04 Kevin EnderbyEnable Darwin vararg parameters support in assembler...
2014-07-24 Nico WeberLet the integrated assembler understand .exitm, PR20426.
2014-07-24 Nico WeberLet the integrated assembler understand .warning, PR20428.
2014-06-23 Rafael EspindolaAllow using .cfi_startproc without a leading symbol.
2014-06-19 Alp TokerMCNullStreamer: assign file IDs to resolve crashes...
2014-06-18 Saleem AbdulrasoolMC: do not add comment string to the AsmToken in AsmLex...
2014-06-18 Saleem AbdulrasoolMCAsmParser: full support for gas' '.if{cond} expressio...
2014-06-10 Reid KlecknerRearrange the CHECK lines in this test to make failure...
2014-06-10 Reid KlecknerRevert "Patch by Ray Donnelly to print register names...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-23 Saleem AbdulrasoolMC: remove unnecessary restriction on tests
2014-05-21 Saleem AbdulrasoolMC: loosen an overzealous assertion
2014-04-23 Stepan DyatkovskiyIntegrated assbemler, macros: added 'vararg' argument...
2014-04-19 Yaron KerenPatch by Ray Donnelly to print register names instead...
2014-04-18 Chandler CarruthRevert r206565 (and r206566 which updated tests).
2014-04-18 Yaron KerenUpdated test with register names following r206565.
2014-04-15 Quentin Colombet[MC] Emit an error if cfi_startproc is used before...
2014-03-18 Jim GrosbachMove tests that require ARM to an ARM test directory.
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-03 Saleem AbdulrasoolAsmParser: add missed tests
2014-02-23 Saleem AbdulrasoolAsm Parser: support .error directive
2014-02-23 Saleem AbdulrasoolAsmParser: support .ifeqs directive
2014-02-23 Saleem AbdulrasoolMCAsmParser: support .ifne
2014-02-23 Saleem AbdulrasoolMCAsmParser: handle space properly for .ifc/.ifnc
2014-02-23 Saleem AbdulrasoolMCAsmParser: add support for .err directive
2014-02-20 Benjamin KramerAsmParser: Disable Darwin-style macro argument expansio...
2014-02-19 Saleem AbdulrasoolMCAsmParser: support required parameters
2014-02-17 Anders WaldenborgAdd support for assigning to . in AsmParser.
2014-02-17 Saleem AbdulrasoolMCAsmParser: add some mixed argument tests
2014-02-17 Saleem AbdulrasoolMCAsmParser: better handling for named arguments
2014-02-16 Saleem AbdulrasoolMCAsmParser: relax declaration parsing
2014-02-13 Diego NovilloSimplify checks in MC/AsmParser/directive_loc.s
2014-02-13 Diego NovilloFix generation of 'isa' and 'discriminator' keywords.
2014-02-09 Benjamin KramerAsmParser: Parse (and ignore) nested .macro definitions.
2014-02-01 David WoodhouseMC: Fix .octa output for APInts with BitWidth > 128
2014-02-01 David WoodhouseMC: Add support for .octa
2014-02-01 David MajnemerUpdate a .fill test to use the updated semantics.
2014-02-01 David MajnemerMC: Improve the .fill directive's compatibility with GAS
2014-01-29 David MajnemerMC: Better management of macro arguments
2014-01-29 David MajnemerMC: Reorganize macro MC test along dialect lines
2014-01-26 Saleem AbdulrasoolMC: fix test locations/name
2014-01-26 Saleem AbdulrasoolAsmParser: improve diagnostics for invalid variants
2014-01-05 Craig TopperMark the 64-bit x86 push/pop instructions as In64BitMod...
2013-12-28 Saleem AbdulrasoolAsmParser: cleanup diagnostics for .rep/.rept
2013-12-28 Saleem AbdulrasoolIAS: support .rep as an alias for .rept
2013-12-18 Saleem AbdulrasoolAsmParser: add support for .end directive
2013-09-26 Adrian PrantlMCParser/Debug info: Accept line number 0 as a legitima...
2013-09-26 Venkatraman Govind... Implements parsing and emitting of .cfi_window_save...
2013-09-24 Roman DivackyMake the size and expr arguments of .fill directive...
2013-09-05 Yunzhong GaoImprove handling of .file, .include and .incbin directi...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-14 Tim NorthoverAdd test-case for hex floating-literals
2013-08-14 Tim NorthoverSupport C99 hexadecimal floating-point literals in...
2013-07-19 NAKAMURA Takumillvm/test/MC/AsmParser/secure_log_unique.s: Use env...
2013-07-18 Hans Wennborgtest/MC/AsmParser/secure_log_unique.s requires shell
2013-07-18 Rafael EspindolaAdd a test for .secure_log_unique.
2013-07-03 Rafael EspindolaPrefix failing commands with not to make clear they...
2013-05-07 Kevin EnderbyFix a bug in the MC asm parser evaluating expressions...
2013-04-12 Nico RieckReplace coff-/elf-dump with llvm-readobj
2013-02-26 Jim GrosbachAsmParser: More generic support for integer type suffices.
2013-02-16 Benjamin KramerMCParser: Reject .balign with non-pow2 alignments.
2013-02-16 Joerg SonnenbergerDerive ELF section type from the name in some cases...
2012-09-19 Preston GurdAdd support for macro parameters/arguments delimited...
2012-09-19 Preston GurdSupport default parameters/arguments for assembler...
2012-09-19 Preston GurdEnhance unmatched '.endr' directive error message in...
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-08-21 Rafael EspindolaFix macros arguments with an underscore, dot or dollar...
2012-08-21 Rafael EspindolaMake the wording in of the "expected identifier" error...
2012-07-30 Jim GrosbachKeep empty assembly macro argument values in the middle...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-06-16 Rafael EspindolaImplement irpc. Extracted from a patch by the PaX team...
2012-06-15 Rafael EspindolaFactor macro argument parsing into helper methods and...
2012-05-12 Rafael EspindolaAdd support for the .rept directive. Patch by Vladmir...
2012-05-12 Benjamin KramerAsmParser: Add support for the .purgem directive.
2012-05-12 Benjamin KramerAsmParser: ignore the .extern directive.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifc and .ifnc directives.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifb and .ifnb directives.
2012-05-01 Jim GrosbachMC: Unknown assembler directives are now hard errors.
2012-04-16 Jim GrosbachMC assembly parser handling for trailing comma in macro...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-20 Jim GrosbachAssembler should accept redefinitions of unused variabl...
2012-03-17 Jim GrosbachMC asm parser macro argument count was wrong when empty.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-28 Rafael EspindolaSmall improvement to the recursion detection logic...
2012-01-28 Rafael EspindolaHandle recursive variable definitions directly. This...
2012-01-11 Kevin EnderbyThe error check for using -g with a .s file already...
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-12-14 Kevin EnderbyImprove the implementation of .incbin directive by...
2011-12-14 Kevin EnderbyAdd the .incbin directive which takes the binary data...
2011-10-31 Rafael EspindolaMove test to the X86 directory, note the PR number...
2011-10-28 NAKAMURA Takumitest/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit...
2011-10-19 Rafael EspindolaFix parsing of a line with only a # in it.
next