summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectFileInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MIPS][ELF] Use PC-relative relocations in .eh_frame when possibleAlex Richardson2020-01-131-3/+8
* [NFC] Use isX86() instead of getArch()Jim Lin2020-01-071-3/+2
* Recommit "[DebugInfo] Refactored macro related generation,Sourabh Singh Tomar2019-12-181-0/+5
* [DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar2019-12-031-0/+2
* Recommit "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-231-0/+3
* Revert "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-231-3/+0
* [DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar2019-11-231-0/+3
* Add read-only data assembly writing for aixdiggerlin2019-11-151-0/+4
* [Remarks] Remove references to ELF supportFrancis Visoiu Mistrih2019-10-281-3/+0
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-281-0/+5
* AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover2019-09-121-3/+4
* [PowerPC][AIX] Adds support for writing the .data section in assembly filesXing Xue2019-08-251-0/+4
* Adds support for writing the .bss section for XCOFF object files.Sean Fertile2019-08-201-3/+3
* Stubs out TLOF for AIX and add support for common vars in assembly output.Sean Fertile2019-07-221-2/+3
* Boilerplate for producing XCOFF object files from the PowerPC backend.Sean Fertile2019-07-091-2/+11
* [Remarks] Emit a section containing remark diagnostics metadataFrancis Visoiu Mistrih2019-03-271-0/+6
* Add XCOFF triple object format type for AIXJason Liu2019-03-121-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AArch64] [MinGW] Allow enabling SEH exceptionsMartin Storsjo2018-12-181-1/+1
* [COFF] Remove an outdated/incorrect comment. NFC.Martin Storsjo2018-12-031-4/+0
* [COFF] Don't mark mingw .eh_frame sections writableMartin Storsjo2018-12-031-4/+4
* Revert "[BTF] Add BTF DebugInfo"Yonghong Song2018-11-301-3/+0
* [BTF] Add BTF DebugInfoYonghong Song2018-11-301-0/+3
* [DWARFv5] Emit normal type units in .debug_info comdats.Paul Robinson2018-11-091-4/+5
* [Codegen] - Implement basic .debug_loclists section emission (DWARF5).George Rimar2018-10-261-0/+5
* Reland "[WebAssembly] LSDA info generation"Heejin Ahn2018-10-251-0/+6
* Add missed file from previous commit (r344838)David Blaikie2018-10-201-0/+3
* Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev2018-10-161-6/+0
* [WebAssembly] LSDA info generationHeejin Ahn2018-10-161-0/+6
* Revert BTF commit series.Eli Friedman2018-10-121-3/+0
* [BPF] Add BTF generation for BPF targetYonghong Song2018-10-121-0/+3
* [mips] Fix FDE/CFI encoding in case of N32 ABISimon Atanasyan2018-10-091-3/+3
* [lib/MC] - Set SHF_EXCLUDE flag for .dwo sections.George Rimar2018-09-221-11/+11
* Fix -Wimplicit-fallthrough warning introduced in rL339397.Simon Pilgrim2018-08-101-0/+1
* [MC] Move EH DWARF encodings from MC to CodeGen, NFCReid Kleckner2018-08-091-157/+5
* Fix "not all control paths return a value" MSVC warning.Simon Pilgrim2018-08-011-0/+1
* [MC] Report fatal error for DWARF types for non-ELF object filesJonas Devlieghere2018-08-011-2/+12
* [DWARF v5] Generate range list tables into the .debug_rnglists section. No su...Wolfgang Pieb2018-07-121-0/+6
* Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFCAlexander Richardson2018-06-251-2/+1
* Recommit r335333 "[MC] - Add .stack_size sections into groups and link them w...George Rimar2018-06-221-0/+21
* Revert r335332 "[MC] - Add .stack_size sections into groups and link them wit...George Rimar2018-06-221-21/+0
* [MC] - Add .stack_size sections into groups and link them with .textGeorge Rimar2018-06-221-0/+21
* [WebAssembly] Create section start symbols automatically for all sectionsSam Clegg2018-05-101-12/+14
* [WebAssembly] Ensure all .debug_XXX section has proper symbol namesSam Clegg2018-05-071-3/+6
* [WebAssembly] MC: Create and use first class section symbolsSam Clegg2018-05-021-6/+6
* [MachO] Emit Weak ReadOnlyWithRel to ConstDataSectionSteven Wu2018-04-101-3/+6
* Re-commit r329179 after fixing build&test issuesPavel Labath2018-04-041-0/+10
* Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it d...Nico Weber2018-04-041-10/+0
* [CodeGen] Generate DWARF v5 Accelerator TablesPavel Labath2018-04-041-0/+10
* Allow FDE references outside the +/-2GB range supported by PC relativeEric Christopher2018-03-241-0/+2
OpenPOWER on IntegriCloud