summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud