summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser
Commit message (Expand)AuthorAgeFilesLines
* [MC] Move parser helper functions from Asmparser to MCAsmParserNirav Dave2016-08-302-65/+69
* [MC] Move .cv_loc management logic out of MCContextReid Kleckner2016-08-261-3/+6
* [MC] Support .dc directives in assembler parserPetr Hosek2016-08-231-0/+26
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-08-232-27/+53
* [MC] Remove guard(s). NFCI.Davide Italiano2016-08-221-2/+0
* Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...Daniel Sanders2016-08-082-1/+80
* Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders2016-08-082-78/+1
* [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders2016-08-082-1/+78
* Fix handling of end-of-line preprocessor comments Attempt 2Nirav Dave2016-08-021-0/+34
* Revert "[MC] Fix handling of end-of-line preprocessor comments"Nirav Dave2016-08-021-34/+0
* [MC] Fix handling of end-of-line preprocessor commentsNirav Dave2016-08-021-0/+34
* Revert r277408 and r277407Bruno Cardoso Lopes2016-08-021-34/+0
* [MC] Fix handling of end-of-line preprocessor commentsNirav Dave2016-08-021-0/+34
* [MC] When emitting output hash comments always use standard line comment sepe...Nirav Dave2016-07-291-1/+1
* [MC] Add command-line option to choose the max nest level in asm macros.Davide Italiano2016-07-271-4/+17
* [ARM] Implement -mimplicit-it assembler optionOliver Stannard2016-07-261-0/+4
* [MC] Separate non-parsing operations from conditional chains. NFC.Nirav Dave2016-07-181-15/+20
* [MC] Cleanup Error Handling in AsmParserNirav Dave2016-07-183-426/+338
* [MC] Fix lexing ordering in assembly label parsing to preserve same lineNirav Dave2016-07-131-7/+7
* Provide support for preserving assembly commentsNirav Dave2016-07-112-1/+13
* [MC/Darwin] Fix a -Wmisleading-indentation warning, reported by GCC 6.Davide Italiano2016-07-051-2/+2
* Apply clang-tidy's modernize-loop-convert to lib/MC.Benjamin Kramer2016-06-261-2/+2
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-172-111/+114
* Revert "Refactor and cleanup Assembly Parsing / Lexing"Nirav Dave2016-06-162-114/+111
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-162-111/+114
* Ignore Lexing errors in macro body definitionsNirav Dave2016-06-023-23/+36
* [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
OpenPOWER on IntegriCloud