summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ms] [X86] Use "P" modifier on all branch-target operands in inline X86 assem...Eric Astor2020-01-091-1/+1
* [APFloat] Fix checked error assert failuresEhud Katz2020-01-091-1/+3
* [APFloat] Add recoverable string parsing errors to APFloatEhud Katz2020-01-061-2/+1
* [X86][AsmParser] re-introduce 'offset' operatorEric Astor2019-12-301-10/+42
* [ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...Eric Astor2019-12-221-1/+7
* [MC] Clean up MacroInstantiation. NFCFangrui Song2019-11-091-13/+5
* Always flush pending errors in MCAsmParserJoerg Sonnenberger2019-10-251-4/+3
* Avoid including CodeView/SymbolRecord.h from MCStreamer.hReid Kleckner2019-10-191-4/+5
* [IA] Recognize hexadecimal escape sequencesBill Wendling2019-10-081-1/+17
* Revert r373888 "[IA] Recognize hexadecimal escape sequences"Nico Weber2019-10-071-16/+1
* [IA] Recognize hexadecimal escape sequencesBill Wendling2019-10-071-1/+16
* [MC] Don't recreate a label if it's already usedBill Wendling2019-08-091-1/+3
* [XCOFF][MC] report_fatal_error before dereferencing NULLHubert Tong2019-08-061-1/+2
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-7/+109
* Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu2019-08-051-107/+7
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-7/+107
* Temporarily Revert "Changing representation of cv_def_range directives in Cod...Eric Christopher2019-08-021-107/+7
* Changing representation of cv_def_range directives in Codeview debug info ass...Nilanjana Basu2019-08-021-7/+107
* Delete dead storesFangrui Song2019-07-121-1/+0
* Fix a crash with assembler source and -g.Paul Robinson2019-06-211-2/+2
* [DebugInfo] Handle '# line "file"' correctly for asm source.Paul Robinson2019-05-211-1/+14
* NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer.Eric Christopher2019-04-041-4/+5
* Add XCOFF triple object format type for AIXJason Liu2019-03-121-0/+3
* [DWARF] Make -g with empty assembler source work better.Paul Robinson2019-03-011-5/+6
* [MC] Don't error on numberless .file directives on MachOReid Kleckner2019-02-051-4/+5
* [DWARF] Emit reasonable debug info for empty .s files.Paul Robinson2019-01-291-0/+3
* [MC] Do not consider .ifdef/.ifndef as a useScott Linder2019-01-281-2/+2
* [MC] Teach the MachO object writer about N_FUNC_COLDVedant Kumar2019-01-251-0/+4
* Tentative fix for r351701 and gcc 6.2 build on ubuntuSerge Guelton2019-01-201-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Make assembler check for proper nesting of control flow.Wouter van Oortmerssen2018-12-261-0/+3
* [MC] Enable .file support on COFF and diagnose it on unsupported targetsReid Kleckner2018-12-211-2/+5
* [Dwarf/AArch64] Return address signing B key dwarf supportLuke Cheeseman2018-12-211-0/+2
* [MC] Support labels as offsets in .reloc directiveVladimir Stefanovic2018-11-211-9/+9
* [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
OpenPOWER on IntegriCloud