summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Assembler] Add location info to unary expressions.Sanne Wouda2017-03-101-4/+4
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-221-0/+3
* Move some error handling down to MCStreamer.Rafael Espindola2017-02-101-7/+1
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-101-26/+23
* [Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda2017-02-081-5/+10
* Revert "[Assembler] Enable nicer diagnostics for inline assembly."Diana Picus2017-02-081-10/+5
* [Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda2017-02-081-5/+10
* Change how we handle section symbols on ELF.Rafael Espindola2017-02-021-0/+1
* [Assembler] Improve error when unable to evaluate expression.Chad Rosier2017-01-191-2/+3
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-5/+5
* [Assembler] Better error messages for .org directiveOliver Stannard2016-12-141-2/+3
* [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
OpenPOWER on IntegriCloud