summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser
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
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-1/+1
* [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
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [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] Avoid crashes from improperly nested or wrong target .seh_handlerdata di...Reid Kleckner2019-08-301-1/+1
* [X86] Print register names in .seh_* directivesReid Kleckner2019-08-301-153/+0
* [WebAssembly][lld] Fix crash when applying relocations to debug sectionsSam Clegg2019-08-201-0/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [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
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* 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
* [WebAssembly] Assembler: recognize .init_array as data section.Wouter van Oortmerssen2019-07-151-0/+3
* [macCatalyst] Use macCatalyst pretty name in .build_version darwinAlex Lorenz2019-07-121-1/+1
* Delete dead storesFangrui Song2019-07-121-1/+0
* Add support for the 'macCatalyst' MachO platformAlex Lorenz2019-07-021-0/+2
* [WebAssembly] Allow @object in .type directives.Wouter van Oortmerssen2019-06-281-0/+2
* [WebAssembly] Assembler: Improve section parsing.Wouter van Oortmerssen2019-06-281-29/+14
* [WebAssembly] Added visibility and ident directives to WasmAsmParser.Wouter van Oortmerssen2019-06-281-0/+54
* Fix a crash with assembler source and -g.Paul Robinson2019-06-211-2/+2
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-291-0/+2
* [DebugInfo] Handle '# line "file"' correctly for asm source.Paul Robinson2019-05-211-1/+14
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-0/+2
* NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer.Eric Christopher2019-04-041-4/+5
* [MC] Fix floating-point literal lexing.Eli Friedman2019-03-281-10/+13
* [WebAssembly] Target features sectionThomas Lively2019-03-201-3/+4
* Add XCOFF triple object format type for AIXJason Liu2019-03-121-0/+3
* [WebAssembly] Add support for data sections in the assembler.Wouter van Oortmerssen2019-03-041-8/+23
* [DWARF] Make -g with empty assembler source work better.Paul Robinson2019-03-011-5/+6
* [NFC] Fix typos: preceeding -> precedingJordan Rupprecht2019-02-231-1/+1
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-191-3/+43
* [MC] Don't error on numberless .file directives on MachOReid Kleckner2019-02-051-4/+5
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-24/+23
* [WebAssembly] Make segment/size/type directives optional in asmWouter van Oortmerssen2019-02-041-4/+9
* [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
OpenPOWER on IntegriCloud