summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-1/+3
* IAS: Use the root macro instanciation for locationFrederic Riss2015-06-251-2/+2
* [mips] [IAS] Fix parsing of memory offset expressions with parenthesis depth >1.Toma Tabacu2015-06-251-0/+23
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Change .thumb_set to have the same error checks as .set.Pete Cooper2015-06-221-70/+106
* Revert 240130, it caused crashes (repro in PR23900).Nico Weber2015-06-191-2/+4
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-18/+18
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-4/+3
* There is only one current section.Rafael Espindola2015-05-271-3/+5
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* Fix warning on builds without asserts.Rafael Espindola2015-05-211-0/+1
OpenPOWER on IntegriCloud