summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-281-29/+13
* Revert "[MC] Support symbolic expressions in assembly directives"Petr Hosek2016-05-271-13/+29
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-271-29/+13
* PR11740: Disable assembly debug info when assembly already contains line dire...David Blaikie2016-05-261-5/+4
* Revert "[MC] Support symbolic expressions in assembly directives"Reid Kleckner2016-05-251-13/+29
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-251-29/+13
* Zero-initialize members of the CpuHashInfoTy structure for AsmParserAndrew Kaylor2016-04-211-2/+2
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+0
* AsmParser: record "# line file" context to calculate location for diagTim Northover2016-04-131-30/+40
* MCParser: diagnose missing directional labels more clearly.Tim Northover2016-04-111-13/+27
* [Object] Make .alt_entry directive parsing MachO specific.Lang Hames2016-04-111-4/+1
* [MachO] Add MachO alt-entry directive support.Lang Hames2016-03-151-2/+5
* [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix...Marina Yatsina2016-03-071-0/+26
* AsmParser: Fix nested .irp/.irpcNikolay Haustov2016-03-011-1/+3
* [MC] Fixed parsing of macro arguments where expressions with spaces are present.Scott Egerton2016-02-111-16/+20
* [MC] Add support for encoding CodeView variable definition rangesDavid Majnemer2016-02-051-2/+41
* [codeview] Correctly handle inlining functions post-dominated by unreachableDavid Majnemer2016-02-021-2/+8
* [codeview] Wire up the .cv_inline_linetable directiveReid Kleckner2016-02-021-3/+10
* [CodeView] Implement .cv_inline_linetableDavid Majnemer2016-01-291-3/+52
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-0/+174
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-174/+0
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-281-0/+174
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-1/+1
* [MC, COFF] Add .reloc support for WinCOFFDavid Majnemer2016-01-191-0/+3
* [X86][inline asm] support even directive Michael Zuckerman2015-12-131-0/+5
* Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...Craig Topper2015-12-051-2/+2
* [Assembler] Allow non-fatal errors after parsingOliver Stannard2015-11-171-1/+1
* Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...Daniel Sanders2015-11-121-0/+51
* [AsmParser] Backends can parameterize ASM tokenization.Colin LeMahieu2015-11-091-0/+9
* [AsmParser] Provide target direct access to mnemonic token. Allow assignment...Colin LeMahieu2015-11-091-1/+5
* Simplify now that emitValueToOffset always returns false.Rafael Espindola2015-11-041-13/+2
* [ms-inline-asm] Leave alignment in bytes if the native assembler uses bytesReid Kleckner2015-10-271-3/+9
* [MC] Add support for GNU as-compatible binary operator precedenceDavid Majnemer2015-10-261-3/+87
* MC: Don't crash after issuing a diagnostic.Jim Grosbach2015-10-161-3/+2
* Change isUIntN/isIntN calls with constant N to use the template version. NFCCraig Topper2015-10-101-1/+1
* Use range-based for loops. NFCCraig Topper2015-10-101-17/+10
* Use emplace_back instead of a constructor call and push_back. NFCCraig Topper2015-10-101-7/+6
* Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper2015-09-201-5/+5
* [MC/ELF] Accept zero for .align directiveDavide Italiano2015-09-081-1/+5
* [MC/AsmParser] Avoid setting MCSymbol.IsUsed in some casesVedant Kumar2015-08-311-9/+8
* Revert "Centralize the information about which object format we are using."Rafael Espindola2015-08-141-6/+4
* Centralize the information about which object format we are using.Rafael Espindola2015-08-141-4/+6
* [llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings whi...Colin LeMahieu2015-07-271-0/+2
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-3/+1
OpenPOWER on IntegriCloud