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