summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser
AgeCommit message (Expand)Author
2018-02-16Merging r325139:Hans Wennborg
2017-12-31[MC] - Stop ignoring invalid meta data symbols.George Rimar
2017-12-25[MC] - Disallow invalid section groups declarations.George Rimar
2017-12-24Make helpers static. No functionality change.Benjamin Kramer
2017-12-24[MC] - Teach llvm-mc to handle comdats whose names are numbers.George Rimar
2017-12-14MC: Add support for mach-o build_versionMatthias Braun
2017-11-17[MC] Fix regression tests on Windows when git “core.autocrlf” is set to t...Zhen Cao
2017-11-17Revert "[MC] Fix regression tests on Windows when git “core.autocrlf” is ...Rafael Espindola
2017-11-17[MC] Fix regression tests on Windows when git “core.autocrlf” is set to t...Zhen Cao
2017-10-16[MC] Lex CRLF as one tokenReid Kleckner
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-10-11[codeview] Implement FPO data assembler directivesReid Kleckner
2017-10-11[Asm] Add debug tracing in table-generated assembly matcherOliver Stannard
2017-10-10[SEH] Use reportError instead of report_fatal_error for bad directivesReid Kleckner
2017-10-08Remove unused variables. No functionality change.Benjamin Kramer
2017-10-05[MC] - llvm-mc hangs on non-english characters.George Rimar
2017-10-04[MC] - Don't assert when non-english characters are used.George Rimar
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-14MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.Peter Collingbourne
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[MC] Set defaults based on section names and support name suffixesPetr Hosek
2017-04-04Change section flag character for SHF_LINK_ORDER to "o".Evgeniy Stepanov
2017-04-04[X86][inline-asm] Add support for MS 'EVEN' directiveCoby Tayree
2017-03-22Add default typo to .tbss.*Rafael Espindola
2017-03-22Set the default type for .bss.foo.Rafael Espindola
2017-03-22Produce INIT_ARRAY for sections named .init_array.*Rafael Espindola
2017-03-17[Asm] Don't list '@<type>' in diag when '@' is a commentOliver Stannard
2017-03-14Fix asm printing of associated sections.Evgeniy Stepanov