summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Added WasmAsmParser.Wouter van Oortmerssen2018-11-121-5/+3
* [MC] Separate masm integer literal lexer support from inline asmReid Kleckner2018-10-241-1/+3
* [MC][DWARF][AsmParser] Ensure nested CFI frames are diagnosed.Kristina Brooks2018-10-191-2/+7
* [AsmParser] Return an error in the case of empty symbol ref in an expressionFrancis Visoiu Mistrih2018-10-081-1/+1
* [MCAsmParser] Move AltMacroMode tracking out of MCAsmLexerCraig Topper2018-09-251-9/+8
* [MC] Return a std::string instead of taking it as an out parameter. Make two ...Craig Topper2018-09-251-7/+5
* [MC] Fix bad indentation and 80 column violations. Use StringRef::front inste...Craig Topper2018-09-251-29/+34
* [MC] Replace NULL constant in code with nullptr.Craig Topper2018-09-251-1/+1
* Fix for bug 34002 - label generated before it block is finalized. Differentia...Maya Madhavan2018-09-201-0/+2
* [MC] Avoid inlining constant symbols with variants.Nirav Dave2018-09-171-1/+1
* [codeview] Add .cv_string directive for testing purposesReid Kleckner2018-09-071-1/+20
* [debuginfo] generate debug info with asm+.fileBrian Cain2018-08-281-8/+8
* [MC, RISCV] Fixed StringRef Assertion `Index < Length && "Invalid index!"'Ana Pazos2018-08-251-1/+1
* [MC] Remove unused variableBenjamin Kramer2018-08-161-1/+0
* [MC][X86] Enhance X86 Register expression handling to more closely match GCC.Nirav Dave2018-08-161-13/+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
OpenPOWER on IntegriCloud