summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r340839:Hans Wennborg2018-08-301-8/+8
* Merging r339895 and r339896:Hans Wennborg2018-08-211-14/+10
* [MC] Fix nested macro body parsingNirav Dave2018-07-181-1/+2
* MC: Implement support for new .addrsig and .addrsig_sym directives.Peter Collingbourne2018-07-171-0/+27
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-2/+1
* [DWARFv5] Allow ".loc 0" to refer to the root file.Paul Robinson2018-06-221-1/+1
* [DWARF] Warn on and ignore ".file 0" for DWARF v4 and earlier.Paul Robinson2018-06-211-2/+4
* Remove a redundant initialization. NFCPaul Robinson2018-06-201-1/+1
* [DWARFv5] Tolerate files not all having an MD5 checksum.Paul Robinson2018-06-141-1/+14
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-1/+3
* [MC][X86] Allow assembler variable assignment to register name.Nirav Dave2018-06-051-16/+23
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-39/+39
* [MC] Change AsmParser to leverage Assembler during evaluationNirav Dave2018-04-301-7/+10
* [MC] Undo spurious commit added into r331052.Nirav Dave2018-04-271-10/+7
* [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
OpenPOWER on IntegriCloud