llvm-6502/test/MC/AsmParser
Saleem Abdulrasool df9a78247a MC: remove unnecessary restriction on tests
Rafael correctly pointed out that the restriction is unnecessary.  Although the
tests are intended to ensure that we dont abort due to an assertion, running the
tests in all modes is better since it also ensures that we dont crash without
assertions.  Always run these tests to ensure that we can handle invalid input
correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209496 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-23 02:56:51 +00:00
..
align_invalid.s Prefix failing commands with not to make clear they are expected to fail. 2013-07-03 16:41:29 +00:00
assignment.s
bad-macro.s
cfi-invalid-startproc.s [MC] Emit an error if cfi_startproc is used before a symbol is defined. 2014-04-15 01:17:45 +00:00
cfi-unfinished-frame.s
cfi-window-save.s Implements parsing and emitting of .cfi_window_save in MC. 2013-09-26 14:49:40 +00:00
conditional_asm.s MCAsmParser: support .ifne 2014-02-23 15:53:41 +00:00
dash-n.s
directive_abort.s
directive_align.s Prefix failing commands with not to make clear they are expected to fail. 2013-07-03 16:41:29 +00:00
directive_ascii.s
directive_comm.s
directive_darwin_section.s
directive_desc.s
directive_elf_size.s
directive_end-2.s AsmParser: add support for .end directive 2013-12-18 02:53:03 +00:00
directive_end.s AsmParser: add support for .end directive 2013-12-18 02:53:03 +00:00
directive_file-errors.s
directive_file.s Improve handling of .file, .include and .incbin directives to 2013-09-05 19:14:26 +00:00
directive_fill.s Update a .fill test to use the updated semantics. 2014-02-01 07:36:52 +00:00
directive_incbin.s Improve handling of .file, .include and .incbin directives to 2013-09-05 19:14:26 +00:00
directive_include.s Improve handling of .file, .include and .incbin directives to 2013-09-05 19:14:26 +00:00
directive_lcomm.s
directive_line.s
directive_loc.s Simplify checks in MC/AsmParser/directive_loc.s 2014-02-13 20:16:42 +00:00
directive_lsym.s
directive_org.s
directive_rept-diagnostics.s AsmParser: cleanup diagnostics for .rep/.rept 2013-12-28 06:39:29 +00:00
directive_rept.s IAS: support .rep as an alias for .rept 2013-12-28 05:54:33 +00:00
directive_seh.s Patch by Ray Donnelly to print register names instead of numbers. 2014-04-19 05:40:09 +00:00
directive_set.s
directive_space.s
directive_subsections_via_symbols.s
directive_symbol_attrs.s
directive_tbss.s
directive_tdata.s
directive_thread_init_func.s
directive_tlv.s
directive_values.s MC: Fix .octa output for APInts with BitWidth > 128 2014-02-01 16:52:33 +00:00
directive_zerofill.s
directive-err-diagnostics.s Asm Parser: support .error directive 2014-02-23 23:02:23 +00:00
directive-err.s Asm Parser: support .error directive 2014-02-23 23:02:23 +00:00
dollars-in-identifiers.s
dot-symbol-assignment-backwards.s Add support for assigning to . in AsmParser. 2014-02-17 20:48:32 +00:00
dot-symbol-assignment.s Add support for assigning to . in AsmParser. 2014-02-17 20:48:32 +00:00
dot-symbol-non-absolute.s Add support for assigning to . in AsmParser. 2014-02-17 20:48:32 +00:00
dot-symbol.s Add support for assigning to . in AsmParser. 2014-02-17 20:48:32 +00:00
equ.s
expr_symbol_modifiers.s
exprs-invalid.s
exprs.s AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets. 2014-02-20 13:36:32 +00:00
extern.s
floating-literals.s Add test-case for hex floating-literals 2013-08-14 14:55:54 +00:00
hello.s
ifb.s
ifc.s MCAsmParser: handle space properly for .ifc/.ifnc 2014-02-23 15:53:36 +00:00
ifdef.s
ifeqs-diagnostics.s AsmParser: add missed tests 2014-03-03 06:35:00 +00:00
ifeqs.s AsmParser: support .ifeqs directive 2014-02-23 23:02:18 +00:00
ifndef.s
incbin_abcd
invalid-input-assertion.s MC: remove unnecessary restriction on tests 2014-05-23 02:56:51 +00:00
labels.s
line_with_hash.s
lit.local.cfg [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
macro-args.s Support default parameters/arguments for assembler macros. 2012-09-19 20:29:04 +00:00
macro-def-in-instantiation.s AsmParser: Parse (and ignore) nested .macro definitions. 2014-02-09 16:22:00 +00:00
macro-err1.s MCAsmParser: better handling for named arguments 2014-02-17 00:40:17 +00:00
macro-irp.s Mark the 64-bit x86 push/pop instructions as In64BitMode. Mark the corresponding 32-bit versions with the same encodings Not64BitMode. Remove hack from tablegen disassembler table emitter. Fix bad test. 2014-01-05 01:35:51 +00:00
macro-irpc.s
macro-qualifier-diagnostics.s MCAsmParser: support required parameters 2014-02-19 03:00:29 +00:00
macro-qualifier.s MCAsmParser: support required parameters 2014-02-19 03:00:29 +00:00
macro-rept-err1.s Enhance unmatched '.endr' directive error message in assembler. 2012-09-19 20:23:43 +00:00
macro-rept-err2.s
macro-rept.s
macros-argument-parsing-diagnostics.s MCAsmParser: better handling for named arguments 2014-02-17 00:40:17 +00:00
macros-argument-parsing.s MCAsmParser: add some mixed argument tests 2014-02-17 00:40:22 +00:00
macros-darwin-vararg.s Integrated assbemler, macros: added 'vararg' argument qualifier support. 2014-04-23 06:56:28 +00:00
macros-darwin.s MC: Better management of macro arguments 2014-01-29 18:57:46 +00:00
macros-gas.s AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets. 2014-02-20 13:36:32 +00:00
macros-parsing.s
pr11865.s
purgem.s
rename.s
section_names.s Replace coff-/elf-dump with llvm-readobj 2013-04-12 04:06:46 +00:00
section.s Replace coff-/elf-dump with llvm-readobj 2013-04-12 04:06:46 +00:00
secure_log_unique.s llvm/test/MC/AsmParser/secure_log_unique.s: Use env(1) here. Then r186611 can be reverted. 2013-07-19 01:26:08 +00:00
vararg-default-value.s Integrated assbemler, macros: added 'vararg' argument qualifier support. 2014-04-23 06:56:28 +00:00
vararg.s Integrated assbemler, macros: added 'vararg' argument qualifier support. 2014-04-23 06:56:28 +00:00
variables-invalid.s
variables.s