summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash with assembler source and -g.Paul Robinson2019-06-211-0/+24
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* [llvm-readobj] Change -t to --symbols in tests. NFCFangrui Song2019-05-012-2/+2
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-012-2/+2
* [MC] Fix floating-point literal lexing.Eli Friedman2019-03-281-4/+43
* X86AsmParser: Do not process a non-existent tokenCraig Topper2019-03-261-0/+4
* [DWARF] Emit reasonable debug info for empty .s files.Paul Robinson2019-01-291-0/+6
* [MC] Do not consider .ifdef/.ifndef as a useScott Linder2019-01-282-0/+28
* [X86] Fix incomplete handling of register-assigned variables in parsing.Nirav Dave2019-01-111-3/+3
* AsmParser: test .double NaN and .double infJF Bastien2018-12-171-0/+9
* [debuginfo] generate debug info with asm+.fileBrian Cain2018-08-281-0/+24
* [AsmParser] Fix preserve-comments-crlf.s on FreeBSDFangrui Song2018-07-261-1/+1
* [MC] Fix nested macro body parsingNirav Dave2018-07-181-0/+13
* [X86] Fix test/MC/AsmParser/exprs-invalid.s after rL336104Alex Bradbury2018-07-021-1/+1
* Move `REQUIRES:` line to the topFangrui Song2018-06-263-3/+3
* [MC] Add assembler support for .cg_profile.Michael J. Spencer2018-06-021-0/+9
* [MC] Relax .fill size requirementsNirav Dave2018-05-183-8/+64
* Correct compatibility with the GNU Assembler's handling of comparison opsBill Wendling2018-05-143-11/+21
* [MC] Change AsmParser to leverage Assembler during evaluationNirav Dave2018-04-304-2/+81
* [MC] Undo spurious commit added into r331052.Nirav Dave2018-04-274-81/+2
* [MC] Provide default value for IsResolved.Nirav Dave2018-04-274-2/+81
* Specify REQUIRES: default_triple in a few testsJustin Bogner2018-04-263-0/+3
* [llvm-mc] Make error handling more consistent.Jonas Devlieghere2018-04-221-1/+1
* Use .set instead of = when printing assignment in assembly outputKrzysztof Parzyszek2018-03-276-11/+22
* [DWARF] Fix mixing assembler -g with DWARF .file directives.Paul Robinson2018-03-221-1/+1
* Revert "[DWARF] Fix mixing assembler -g with DWARF .file directives."Paul Robinson2018-03-091-1/+1
* [DWARF] Fix mixing assembler -g with DWARF .file directives.Paul Robinson2018-03-081-1/+1
* [DebugInfo] Remove target-specific instructions in testScott Linder2018-02-261-2/+0
* [DebugInfo] Add remaining files to r325970Scott Linder2018-02-232-0/+12
* Store defined macros in MCContext.Rafael Espindola2018-02-141-0/+8
* REQUIRES: shell a couple of tests that require the shellDavid Blaikie2018-02-101-0/+1
* Add triples or specify REQUIRES: default_triple to some testsJustin Bogner2018-01-272-1/+2
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-1/+1
* [MC] Handle unknown literal register numbers in .cfi_* directivesJake Ehrlich2017-12-011-0/+7
* [MC] Fix regression tests on Windows when git “core.autocrlf” is set to t...Zhen Cao2017-11-171-0/+13
* Revert "[MC] Fix regression tests on Windows when git “core.autocrlf” is ...Rafael Espindola2017-11-171-13/+0
* [MC] Fix regression tests on Windows when git “core.autocrlf” is set to t...Zhen Cao2017-11-171-0/+13
* Give a test a tripleReid Kleckner2017-10-101-1/+1
* [SEH] Use reportError instead of report_fatal_error for bad directivesReid Kleckner2017-10-101-0/+96
* [MC] Suppress .Lcfi labels when emitting textual assemblyReid Kleckner2017-10-101-0/+6
* [MC] - llvm-mc hangs on non-english characters.George Rimar2017-10-053-11/+17
* [MC] - Don't assert when non-english characters are used.George Rimar2017-10-041-0/+14
* [AsmParser] Support GAS's .print directiveCoby Tayree2017-10-021-0/+18
* [AsmParser] Recommit: Hash is not a comment on some targetsOliver Stannard2017-08-211-62/+62
* Revert "[AsmParser] Hash is not a comment on some targets"Ahmed Bougacha2017-08-101-62/+62
* [AsmParser] Hash is not a comment on some targetsOliver Stannard2017-08-091-62/+62
* [AsmParser][GAS-compatibility] Ignore an empty 'p2align' directiveCoby Tayree2017-08-021-1/+6
* fix trivial typo in comment, NFCHiroshi Inoue2017-06-261-1/+1
* [MC] Fix compiler crash in AsmParser::LexNirav Dave2017-06-091-0/+4
* [LLVM][inline-asm] Altmacro string escape character '!'Michael Zuckerman2017-05-101-0/+29
OpenPOWER on IntegriCloud