summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [MC] Provide default value for IsResolved.Nirav Dave2018-04-271-7/+10
* [WebAssembly] Enabled -triple=wasm32-unknown-unknown-wasm path using ELF dire...Sam Clegg2018-04-191-3/+7
* [DWARFv5] Fuss with asm syntax for conveying MD5 checksum.Paul Robinson2018-04-111-24/+30
* [Support] Make line-number cache robust against access patterns.Graydon Hoare2018-04-071-22/+2
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-291-7/+11
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko2018-03-281-11/+7
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-271-7/+11
* [DWARF] Fix mixing assembler -g with DWARF .file directives.Paul Robinson2018-03-221-16/+32
* Revert "[DWARF] Fix mixing assembler -g with DWARF .file directives."Paul Robinson2018-03-091-29/+14
* [DWARF] Fix mixing assembler -g with DWARF .file directives.Paul Robinson2018-03-081-14/+29
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Kornienko2018-03-071-4/+2
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-2/+4
* [ARM][Asm] Fix layering violation introduced by r326795Oliver Stannard2018-03-061-1/+6
* Revert "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-4/+2
* [DWARFv5] Emit file 0 to the line table.Paul Robinson2018-03-061-2/+4
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-15/+33
* [DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler filesPaul Robinson2018-02-221-4/+7
* Store defined macros in MCContext.Rafael Espindola2018-02-141-51/+5
* [DWARFv5] MC support for MD5 file checksumsPaul Robinson2018-01-091-7/+32
* [codeview] Implement FPO data assembler directivesReid Kleckner2017-10-111-0/+19
* Remove unused variables. No functionality change.Benjamin Kramer2017-10-081-1/+0
* [AsmParser] Support GAS's .print directiveCoby Tayree2017-10-021-0/+18
* Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner2017-09-191-7/+40
* Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann2017-09-161-33/+7
* Fix Bug 30978 by emitting cv file checksums.Eric Beckmann2017-09-151-7/+33
* bpf: Add BPF AsmParser support in LLVMYonghong Song2017-09-121-0/+5
* Untabify.NAKAMURA Takumi2017-08-281-4/+4
* [X86AsmParser] Refactoring, (almost) NFC.Coby Tayree2017-08-241-14/+15
* [AsmParser] Recommit: Hash is not a comment on some targetsOliver Stannard2017-08-211-10/+0
* Revert "[AsmParser] Hash is not a comment on some targets"Ahmed Bougacha2017-08-101-0/+10
* [AsmParser] Hash is not a comment on some targetsOliver Stannard2017-08-091-10/+0
* [AsmParser][GAS-compatibility] Ignore an empty 'p2align' directiveCoby Tayree2017-08-021-1/+8
* MC: add support for cfi_return_columnSaleem Abdulrasool2017-07-281-0/+15
* 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
OpenPOWER on IntegriCloud