summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser/AsmParser.cpp
AgeCommit message (Expand)Author
2018-02-16Merging r325139:Hans Wennborg
2017-10-11[codeview] Implement FPO data assembler directivesReid Kleckner
2017-10-08Remove unused variables. No functionality change.Benjamin Kramer
2017-10-02[AsmParser] Support GAS's .print directiveCoby Tayree
2017-09-19Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner
2017-09-16Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann
2017-09-15Fix Bug 30978 by emitting cv file checksums.Eric Beckmann
2017-09-12bpf: Add BPF AsmParser support in LLVMYonghong Song
2017-08-28Untabify.NAKAMURA Takumi
2017-08-24[X86AsmParser] Refactoring, (almost) NFC.Coby Tayree
2017-08-21[AsmParser] Recommit: Hash is not a comment on some targetsOliver Stannard
2017-08-10Revert "[AsmParser] Hash is not a comment on some targets"Ahmed Bougacha
2017-08-09[AsmParser] Hash is not a comment on some targetsOliver Stannard
2017-08-02[AsmParser][GAS-compatibility] Ignore an empty 'p2align' directiveCoby Tayree
2017-07-28MC: add support for cfi_return_columnSaleem Abdulrasool
2017-07-28MC: clang-format enumeration (NFC)Saleem Abdulrasool
2017-06-09[MC] Fix compiler crash in AsmParser::LexNirav Dave
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-10chang type from 'int' to 'size_t'. This will fix revision number 302652Michael Zuckerman
2017-05-10[LLVM][inline-asm] Altmacro string escape character '!'Michael Zuckerman
2017-05-04[LLVM][inline-asm][Altmacor] Altmacro string delimiter '<..>'Michael Zuckerman
2017-05-01[LLVM][inline-asm] Altmacro absolute expression '%' featureMichael Zuckerman
2017-04-26PR31007 and PR27884 will be closed: a possibility to compile constants like 0...Andrew V. Tischenko
2017-04-17Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov
2017-04-08[AsmParser]Emit an error if a macro has two (or more) parameters sharing the ...Coby Tayree
2017-04-04[X86][inline-asm] Add support for MS 'EVEN' directiveCoby Tayree
2017-03-10[Assembler] Add location info to unary expressions.Sanne Wouda
2017-02-22[WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman
2017-02-10Move some error handling down to MCStreamer.Rafael Espindola
2017-02-10[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko
2017-02-08[Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda
2017-02-08Revert "[Assembler] Enable nicer diagnostics for inline assembly."Diana Picus
2017-02-08[Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda
2017-02-02Change how we handle section symbols on ELF.Rafael Espindola
2017-01-19[Assembler] Improve error when unable to evaluate expression.Chad Rosier
2016-12-14Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann
2016-12-14[Assembler] Better error messages for .org directiveOliver Stannard
2016-12-01[AsmParser] Diagnose empty symbol for .set directiveWeiming Zhao
2016-10-26[MC] Fix comma typo in .loc parsingNirav Dave
2016-10-24[MC] Fix Various End Of Line Comment checkingsNirav Dave
2016-10-14Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher
2016-10-12[MC] Fix Error Location for ParseIdentifierNirav Dave
2016-10-10Add return type for checkForValidSection parsing function. NFC Intended.Nirav Dave
2016-09-23[MC] Support .ds directives in assembler parserPetr Hosek
2016-09-23[MC] Support .dcb directives in assembler parserPetr Hosek
2016-09-23[MC] Support skip and count for .incbin directivePetr Hosek
2016-09-16Defer asm errors to post-statement failureNirav Dave
2016-09-13Revert r281336 (and r281337), it caused PR30372.Nico Weber
2016-09-13Defer asm errors to post-statement failureNirav Dave