summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectFileInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [DWARFv5] Emit .debug_line_str (in a non-DWO file).Paul Robinson2018-02-061-1/+13
* Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-091-0/+5
* Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-081-5/+0
* Emit Function IDs table for Control Flow GuardAdrian McCarthy2018-01-081-0/+5
* [CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner2017-12-131-0/+6
* [MC] Function stack size section.Sean Eveson2017-11-301-0/+2
* Revert r319423: [MC] Function stack size section.Sean Eveson2017-11-301-907/+905
* [MC] Function stack size section.Sean Eveson2017-11-301-905/+907
* [WebAssembly] MC: Fix crash when -g specified.Sam Clegg2017-10-201-16/+16
* [llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci2017-10-061-0/+4
* Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"Francis Ricci2017-10-051-4/+0
* [llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci2017-10-051-0/+4
* Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"Francis Ricci2017-10-051-4/+0
* [llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci2017-10-051-0/+4
* [WebAssembly] MC: Create wasm data segments based on MCSectionsSam Clegg2017-09-151-16/+16
* [WebAssembly] Remove flags from MCSectionWasmSam Clegg2017-09-121-16/+16
* Don't pass the code model to MCRafael Espindola2017-08-021-20/+13
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* [DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...Wolfgang Pieb2017-06-061-2/+14
* [bpf] add relocation supportAlexei Starovoitov2017-05-031-0/+4
* [MC] Set SHT_MIPS_DWARF section type for all .debug_* sections on MIPSSimon Atanasyan2017-03-101-23/+32
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-2/+2
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-221-1/+27
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-141-0/+1
* Change how we handle section symbols on ELF.Rafael Espindola2017-02-021-15/+13
* [WebAssembly] Add triple support for the new wasm object formatDan Gohman2017-01-171-0/+3
* Move code only used by codegen out of MC. NFC.Rafael Espindola2016-08-291-40/+0
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-0/+1
* [mips] Set Personality and LSDA encoding for FreeBSDDaniel Sanders2016-08-041-0/+8
* [ARM] Fix Thumb text sections' flags under COFF/WindowsRenato Golin2016-06-271-2/+5
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-3/+3
* Don't pass a Reloc::Model to MC.Rafael Espindola2016-05-181-19/+21
* Delete deprecated function.Rafael Espindola2016-05-171-6/+0
* Add accidentally deleted "break"Krzysztof Parzyszek2016-04-251-0/+1
* ARM: put extern __thread stubs in a special section.Tim Northover2016-04-251-0/+5
OpenPOWER on IntegriCloud