summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser
Commit message (Expand)AuthorAgeFilesLines
* [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
* ARM: put extern __thread stubs in a special section.Tim Northover2016-04-251-0/+8
* 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-112-4/+23
* [ELF][gcc compatibility]: support section names with special characters (e.g....Marina Yatsina2016-03-221-8/+9
* [MCParser] Accept uppercase radix variants 0X and 0BColin LeMahieu2016-03-181-2/+2
* [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
* Remove uses of builtin comma operator.Richard Trieu2016-02-181-23/+42
* [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
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* [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-274-4/+4
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
* [MC, COFF] Add .reloc support for WinCOFFDavid Majnemer2016-01-191-0/+3
* Use std::unique_ptr. NFC.Rafael Espindola2015-12-161-7/+7
* [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
* Stop producing .data.rel sections.Rafael Espindola2015-11-183-20/+15
* [Assembler] Allow non-fatal errors after parsingOliver Stannard2015-11-171-1/+1
* Drop prelink support.Rafael Espindola2015-11-171-8/+0
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-3/+9
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-2/+9
* 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
* [AsmParser] Allow tokens to be put back in to the token stream.Colin LeMahieu2015-11-081-2/+2
* Simplify now that emitValueToOffset always returns false.Rafael Espindola2015-11-041-13/+2
* ARM: support .watchos_version_min and .tvos_version_min.Tim Northover2015-10-281-1/+28
* [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
* [MachO] Stop generating *coal* sections.Akira Hatanaka2015-10-151-0/+25
* Revert r250349.Akira Hatanaka2015-10-151-25/+0