summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AsmParser] Diagnose empty symbol for .set directiveWeiming Zhao2016-12-011-0/+3
* [MC] Fix comma typo in .loc parsingNirav Dave2016-10-261-1/+1
* [MC] Fix Various End Of Line Comment checkingsNirav Dave2016-10-241-336/+250
* Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher2016-10-141-4/+4
* [MC] Fix Error Location for ParseIdentifierNirav Dave2016-10-121-4/+11
* Add return type for checkForValidSection parsing function. NFC Intended.Nirav Dave2016-10-101-41/+35
* [MC] Support .ds directives in assembler parserPetr Hosek2016-09-231-0/+49
* [MC] Support .dcb directives in assembler parserPetr Hosek2016-09-231-35/+149
* [MC] Support skip and count for .incbin directivePetr Hosek2016-09-231-7/+45
* Defer asm errors to post-statement failureNirav Dave2016-09-161-124/+130
* Revert r281336 (and r281337), it caused PR30372.Nico Weber2016-09-131-130/+124
* Defer asm errors to post-statement failureNirav Dave2016-09-131-124/+130
* Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher2016-09-131-129/+124
* [MC] Defer asm errors to post-statement failureNirav Dave2016-09-121-124/+129
* [codeview] Add new directives to record inlined call site line infoReid Kleckner2016-09-071-44/+125
* (LLVM part) Implement MASM-flavor intel syntax behavior for inline MS asm block:Yunzhong Gao2016-09-021-1/+4
* [MC] Move parser helper functions from Asmparser to MCAsmParserNirav Dave2016-08-301-65/+18
* [MC] Move .cv_loc management logic out of MCContextReid Kleckner2016-08-261-3/+6
* [MC] Support .dc directives in assembler parserPetr Hosek2016-08-231-0/+26
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-08-231-22/+43
* Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...Daniel Sanders2016-08-081-0/+37
* Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders2016-08-081-37/+0
* [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders2016-08-081-0/+37
* Fix handling of end-of-line preprocessor comments Attempt 2Nirav Dave2016-08-021-0/+34
* Revert "[MC] Fix handling of end-of-line preprocessor comments"Nirav Dave2016-08-021-34/+0
* [MC] Fix handling of end-of-line preprocessor commentsNirav Dave2016-08-021-0/+34
* Revert r277408 and r277407Bruno Cardoso Lopes2016-08-021-34/+0
* [MC] Fix handling of end-of-line preprocessor commentsNirav Dave2016-08-021-0/+34
* [MC] Add command-line option to choose the max nest level in asm macros.Davide Italiano2016-07-271-4/+17
* [ARM] Implement -mimplicit-it assembler optionOliver Stannard2016-07-261-0/+4
* [MC] Separate non-parsing operations from conditional chains. NFC.Nirav Dave2016-07-181-15/+20
* [MC] Cleanup Error Handling in AsmParserNirav Dave2016-07-181-425/+330
* [MC] Fix lexing ordering in assembly label parsing to preserve same lineNirav Dave2016-07-131-7/+7
* Provide support for preserving assembly commentsNirav Dave2016-07-111-1/+12
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-171-51/+37
* Revert "Refactor and cleanup Assembly Parsing / Lexing"Nirav Dave2016-06-161-37/+51
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-161-51/+37
* Ignore Lexing errors in macro body definitionsNirav Dave2016-06-021-21/+34
* [MC] Return early when .fill size is negativePetr Hosek2016-05-281-1/+1
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-281-29/+13
* Revert "[MC] Support symbolic expressions in assembly directives"Petr Hosek2016-05-271-13/+29
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-271-29/+13
* PR11740: Disable assembly debug info when assembly already contains line dire...David Blaikie2016-05-261-5/+4
* Revert "[MC] Support symbolic expressions in assembly directives"Reid Kleckner2016-05-251-13/+29
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-251-29/+13
* Zero-initialize members of the CpuHashInfoTy structure for AsmParserAndrew Kaylor2016-04-211-2/+2
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+0
* AsmParser: record "# line file" context to calculate location for diagTim Northover2016-04-131-30/+40
* MCParser: diagnose missing directional labels more clearly.Tim Northover2016-04-111-13/+27
* [Object] Make .alt_entry directive parsing MachO specific.Lang Hames2016-04-111-4/+1
OpenPOWER on IntegriCloud