summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser
Commit message (Expand)AuthorAgeFilesLines
...
* 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-1911-44/+33
* [WebAssembly] Fixed objdump not parsing function headers.Wouter van Oortmerssen2019-01-171-8/+15
* [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
* Add PLATFORM constants for iOS, tvOS, and watchOS simulatorsMichael Trent2018-12-201-1/+4
* [macho] save the SDK version stored in module metadata into the version min andAlex Lorenz2018-12-141-25/+82
* [MC] Support labels as offsets in .reloc directiveVladimir Stefanovic2018-11-211-9/+9
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-192-1/+7
* [WebAssembly] Added WasmAsmParser.Wouter van Oortmerssen2018-11-123-5/+149
* [Hexagon] Handle Hexagon's SHF_HEX_GPREL section flagKrzysztof Parzyszek2018-11-091-0/+3
* [MC] Separate masm integer literal lexer support from inline asmReid Kleckner2018-10-242-17/+23
* [MC] Shrink MCAsmParser by grouping bools, add const, NFCReid Kleckner2018-10-221-1/+1
* [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-252-10/+9
* [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
* Revert "Add a warning if someone attempts to add extra section flags to secti...Eric Christopher2018-08-051-36/+16
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [MC] Add support for the .rva assembler directive for COFF targetsMartin Storsjo2018-07-261-0/+33
* [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
* [MC] Error on a .zerofill directive in a non-virtual sectionFrancis Visoiu Mistrih2018-07-021-4/+6
* Add an entry for rodata constant merge sections to the defaultEric Christopher2018-07-021-0/+3
* Add a warning if someone attempts to add extra section flags to sectionsEric Christopher2018-06-251-16/+33
* [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 FIXME comment about WIP.Eric Christopher2018-06-211-1/+0
* 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-052-17/+23
* [MC] Add assembler support for .cg_profile.Michael J. Spencer2018-06-021-0/+45
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-012-40/+40
* [MC] Change AsmParser to leverage Assembler during evaluationNirav Dave2018-04-301-7/+10
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [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
* Reflow formatting after previous NFC commit.Eric Christopher2018-04-241-6/+6
OpenPOWER on IntegriCloud