| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WebAssembly] Add section names for some DWARF5 sections | Derek Schuff | 2020-05-19 | 1 | -1/+11 |
| * | [MIPS][ELF] Use PC-relative relocations in .eh_frame when possible | Alex Richardson | 2020-01-13 | 1 | -3/+8 |
| * | [NFC] Use isX86() instead of getArch() | Jim Lin | 2020-01-07 | 1 | -3/+2 |
| * | Recommit "[DebugInfo] Refactored macro related generation, | Sourabh Singh Tomar | 2019-12-18 | 1 | -0/+5 |
| * | [DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump. | Sourabh Singh Tomar | 2019-12-03 | 1 | -0/+2 |
| * | Recommit "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump." | Sourabh Singh Tomar | 2019-11-23 | 1 | -0/+3 |
| * | Revert "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump." | Sourabh Singh Tomar | 2019-11-23 | 1 | -3/+0 |
| * | [DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump. | Sourabh Singh Tomar | 2019-11-23 | 1 | -0/+3 |
| * | Add read-only data assembly writing for aix | diggerlin | 2019-11-15 | 1 | -0/+4 |
| * | [Remarks] Remove references to ELF support | Francis Visoiu Mistrih | 2019-10-28 | 1 | -3/+0 |
| * | Add Windows Control Flow Guard checks (/guard:cf). | Andrew Paverd | 2019-10-28 | 1 | -0/+5 |
| * | AArch64: support arm64_32, an ILP32 slice for watchOS. | Tim Northover | 2019-09-12 | 1 | -3/+4 |
| * | [PowerPC][AIX] Adds support for writing the .data section in assembly files | Xing Xue | 2019-08-25 | 1 | -0/+4 |
| * | Adds support for writing the .bss section for XCOFF object files. | Sean Fertile | 2019-08-20 | 1 | -3/+3 |
| * | Stubs out TLOF for AIX and add support for common vars in assembly output. | Sean Fertile | 2019-07-22 | 1 | -2/+3 |
| * | Boilerplate for producing XCOFF object files from the PowerPC backend. | Sean Fertile | 2019-07-09 | 1 | -2/+11 |
| * | [Remarks] Emit a section containing remark diagnostics metadata | Francis Visoiu Mistrih | 2019-03-27 | 1 | -0/+6 |
| * | Add XCOFF triple object format type for AIX | Jason Liu | 2019-03-12 | 1 | -0/+6 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [AArch64] [MinGW] Allow enabling SEH exceptions | Martin Storsjo | 2018-12-18 | 1 | -1/+1 |
| * | [COFF] Remove an outdated/incorrect comment. NFC. | Martin Storsjo | 2018-12-03 | 1 | -4/+0 |
| * | [COFF] Don't mark mingw .eh_frame sections writable | Martin Storsjo | 2018-12-03 | 1 | -4/+4 |
| * | Revert "[BTF] Add BTF DebugInfo" | Yonghong Song | 2018-11-30 | 1 | -3/+0 |
| * | [BTF] Add BTF DebugInfo | Yonghong Song | 2018-11-30 | 1 | -0/+3 |
| * | [DWARFv5] Emit normal type units in .debug_info comdats. | Paul Robinson | 2018-11-09 | 1 | -4/+5 |
| * | [Codegen] - Implement basic .debug_loclists section emission (DWARF5). | George Rimar | 2018-10-26 | 1 | -0/+5 |
| * | Reland "[WebAssembly] LSDA info generation" | Heejin Ahn | 2018-10-25 | 1 | -0/+6 |
| * | Add missed file from previous commit (r344838) | David Blaikie | 2018-10-20 | 1 | -0/+3 |
| * | Revert "[WebAssembly] LSDA info generation" | Krasimir Georgiev | 2018-10-16 | 1 | -6/+0 |
| * | [WebAssembly] LSDA info generation | Heejin Ahn | 2018-10-16 | 1 | -0/+6 |
| * | Revert BTF commit series. | Eli Friedman | 2018-10-12 | 1 | -3/+0 |
| * | [BPF] Add BTF generation for BPF target | Yonghong Song | 2018-10-12 | 1 | -0/+3 |
| * | [mips] Fix FDE/CFI encoding in case of N32 ABI | Simon Atanasyan | 2018-10-09 | 1 | -3/+3 |
| * | [lib/MC] - Set SHF_EXCLUDE flag for .dwo sections. | George Rimar | 2018-09-22 | 1 | -11/+11 |
| * | Fix -Wimplicit-fallthrough warning introduced in rL339397. | Simon Pilgrim | 2018-08-10 | 1 | -0/+1 |
| * | [MC] Move EH DWARF encodings from MC to CodeGen, NFC | Reid Kleckner | 2018-08-09 | 1 | -157/+5 |
| * | Fix "not all control paths return a value" MSVC warning. | Simon Pilgrim | 2018-08-01 | 1 | -0/+1 |
| * | [MC] Report fatal error for DWARF types for non-ELF object files | Jonas Devlieghere | 2018-08-01 | 1 | -2/+12 |
| * | [DWARF v5] Generate range list tables into the .debug_rnglists section. No su... | Wolfgang Pieb | 2018-07-12 | 1 | -0/+6 |
| * | Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC | Alexander Richardson | 2018-06-25 | 1 | -2/+1 |
| * | Recommit r335333 "[MC] - Add .stack_size sections into groups and link them w... | George Rimar | 2018-06-22 | 1 | -0/+21 |
| * | Revert r335332 "[MC] - Add .stack_size sections into groups and link them wit... | George Rimar | 2018-06-22 | 1 | -21/+0 |
| * | [MC] - Add .stack_size sections into groups and link them with .text | George Rimar | 2018-06-22 | 1 | -0/+21 |
| * | [WebAssembly] Create section start symbols automatically for all sections | Sam Clegg | 2018-05-10 | 1 | -12/+14 |
| * | [WebAssembly] Ensure all .debug_XXX section has proper symbol names | Sam Clegg | 2018-05-07 | 1 | -3/+6 |
| * | [WebAssembly] MC: Create and use first class section symbols | Sam Clegg | 2018-05-02 | 1 | -6/+6 |
| * | [MachO] Emit Weak ReadOnlyWithRel to ConstDataSection | Steven Wu | 2018-04-10 | 1 | -3/+6 |
| * | Re-commit r329179 after fixing build&test issues | Pavel Labath | 2018-04-04 | 1 | -0/+10 |
| * | Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it d... | Nico Weber | 2018-04-04 | 1 | -10/+0 |
| * | [CodeGen] Generate DWARF v5 Accelerator Tables | Pavel Labath | 2018-04-04 | 1 | -0/+10 |