aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCObjectFileInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-14[AsmPrinter] Omit unique ID for .stack_sizesFangrui Song1-5/+2
2020-02-14[WebAssembly] Add section names for some DWARF5 sectionsDerek Schuff1-1/+11
2020-02-04DebugInfo: Add a couple of missing COFF sections to make convert-loclist.ll p...David Blaikie1-0/+10
2020-01-22[NFC][XCOFF] Refactor Csect creation into TargetLoweringObjectFileDavid Tenty1-0/+7
2020-01-13[MIPS][ELF] Use PC-relative relocations in .eh_frame when possibleAlex Richardson1-3/+8
2020-01-07[NFC] Use isX86() instead of getArch()Jim Lin1-3/+2
2019-12-18Recommit "[DebugInfo] Refactored macro related generation,Sourabh Singh Tomar1-0/+5
2019-12-03[DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar1-0/+2
2019-11-23Recommit "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar1-0/+3
2019-11-23Revert "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar1-3/+0
2019-11-23[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar1-0/+3
2019-11-15Add read-only data assembly writing for aixdiggerlin1-0/+4
2019-10-28[Remarks] Remove references to ELF supportFrancis Visoiu Mistrih1-3/+0
2019-10-28Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd1-0/+5
2019-09-12AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover1-3/+4
2019-08-25[PowerPC][AIX] Adds support for writing the .data section in assembly filesXing Xue1-0/+4
2019-08-20Adds support for writing the .bss section for XCOFF object files.Sean Fertile1-3/+3
2019-07-22Stubs out TLOF for AIX and add support for common vars in assembly output.Sean Fertile1-2/+3
2019-07-09Boilerplate for producing XCOFF object files from the PowerPC backend.Sean Fertile1-2/+11
2019-03-27[Remarks] Emit a section containing remark diagnostics metadataFrancis Visoiu Mistrih1-0/+6
2019-03-12Add XCOFF triple object format type for AIXJason Liu1-0/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-18[AArch64] [MinGW] Allow enabling SEH exceptionsMartin Storsjo1-1/+1
2018-12-03[COFF] Remove an outdated/incorrect comment. NFC.Martin Storsjo1-4/+0
2018-12-03[COFF] Don't mark mingw .eh_frame sections writableMartin Storsjo1-4/+4
2018-11-30Revert "[BTF] Add BTF DebugInfo"Yonghong Song1-3/+0
2018-11-30[BTF] Add BTF DebugInfoYonghong Song1-0/+3
2018-11-09[DWARFv5] Emit normal type units in .debug_info comdats.Paul Robinson1-4/+5
2018-10-26[Codegen] - Implement basic .debug_loclists section emission (DWARF5).George Rimar1-0/+5
2018-10-25Reland "[WebAssembly] LSDA info generation"Heejin Ahn1-0/+6
2018-10-20Add missed file from previous commit (r344838)David Blaikie1-0/+3
2018-10-16Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev1-6/+0
2018-10-16[WebAssembly] LSDA info generationHeejin Ahn1-0/+6
2018-10-12Revert BTF commit series.Eli Friedman1-3/+0
2018-10-12[BPF] Add BTF generation for BPF targetYonghong Song1-0/+3
2018-10-09[mips] Fix FDE/CFI encoding in case of N32 ABISimon Atanasyan1-3/+3
2018-09-22[lib/MC] - Set SHF_EXCLUDE flag for .dwo sections.George Rimar1-11/+11
2018-08-10Fix -Wimplicit-fallthrough warning introduced in rL339397.Simon Pilgrim1-0/+1
2018-08-09[MC] Move EH DWARF encodings from MC to CodeGen, NFCReid Kleckner1-157/+5
2018-08-01Fix "not all control paths return a value" MSVC warning.Simon Pilgrim1-0/+1
2018-08-01[MC] Report fatal error for DWARF types for non-ELF object filesJonas Devlieghere1-2/+12
2018-07-12[DWARF v5] Generate range list tables into the .debug_rnglists section. No su...Wolfgang Pieb1-0/+6
2018-06-25Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFCAlexander Richardson1-2/+1
2018-06-22Recommit r335333 "[MC] - Add .stack_size sections into groups and link them w...George Rimar1-0/+21
2018-06-22Revert r335332 "[MC] - Add .stack_size sections into groups and link them wit...George Rimar1-21/+0
2018-06-22[MC] - Add .stack_size sections into groups and link them with .textGeorge Rimar1-0/+21
2018-05-10[WebAssembly] Create section start symbols automatically for all sectionsSam Clegg1-12/+14
2018-05-07[WebAssembly] Ensure all .debug_XXX section has proper symbol namesSam Clegg1-3/+6
2018-05-02[WebAssembly] MC: Create and use first class section symbolsSam Clegg1-6/+6
2018-04-10[MachO] Emit Weak ReadOnlyWithRel to ConstDataSectionSteven Wu1-3/+6