summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MC: clang-format enumeration (NFC)Saleem Abdulrasool2017-07-281-29/+146
* [MC] Fix compiler crash in AsmParser::LexNirav Dave2017-06-091-2/+2
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* chang type from 'int' to 'size_t'. This will fix revision number 302652Michael Zuckerman2017-05-101-1/+1
* [LLVM][inline-asm] Altmacro string escape character '!'Michael Zuckerman2017-05-101-0/+21
* [LLVM][inline-asm][Altmacor] Altmacro string delimiter '<..>'Michael Zuckerman2017-05-041-4/+38
* [LLVM][inline-asm] Altmacro absolute expression '%' featureMichael Zuckerman2017-05-011-6/+50
* PR31007 and PR27884 will be closed: a possibility to compile constants like 0...Andrew V. Tischenko2017-04-261-6/+7
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-2/+2
* [AsmParser]Emit an error if a macro has two (or more) parameters sharing the ...Coby Tayree2017-04-081-0/+6
* [X86][inline-asm] Add support for MS 'EVEN' directiveCoby Tayree2017-04-041-1/+1
* [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
OpenPOWER on IntegriCloud