aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCObjectFileInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-10[MachO] Emit Weak ReadOnlyWithRel to ConstDataSectionSteven Wu1-3/+6
2018-04-04Re-commit r329179 after fixing build&test issuesPavel Labath1-0/+10
2018-04-04Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it d...Nico Weber1-10/+0
2018-04-04[CodeGen] Generate DWARF v5 Accelerator TablesPavel Labath1-0/+10
2018-03-24Allow FDE references outside the +/-2GB range supported by PC relativeEric Christopher1-0/+2
2018-02-06[DWARFv5] Emit .debug_line_str (in a non-DWO file).Paul Robinson1-1/+13
2018-01-09Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy1-0/+5
2018-01-08Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy1-5/+0
2018-01-08Emit Function IDs table for Control Flow GuardAdrian McCarthy1-0/+5
2017-12-13[CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner1-0/+6
2017-11-30[MC] Function stack size section.Sean Eveson1-0/+2
2017-11-30Revert r319423: [MC] Function stack size section.Sean Eveson1-907/+905
2017-11-30[MC] Function stack size section.Sean Eveson1-905/+907
2017-10-20[WebAssembly] MC: Fix crash when -g specified.Sam Clegg1-16/+16
2017-10-06[llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci1-0/+4
2017-10-05Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"Francis Ricci1-4/+0
2017-10-05[llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci1-0/+4
2017-10-05Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"Francis Ricci1-4/+0
2017-10-05[llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci1-0/+4
2017-09-15[WebAssembly] MC: Create wasm data segments based on MCSectionsSam Clegg1-16/+16
2017-09-12[WebAssembly] Remove flags from MCSectionWasmSam Clegg1-16/+16
2017-08-02Don't pass the code model to MCRafael Espindola1-20/+13
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-2/+2
2017-06-06[DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...Wolfgang Pieb1-2/+14
2017-05-03[bpf] add relocation supportAlexei Starovoitov1-0/+4
2017-03-10[MC] Set SHT_MIPS_DWARF section type for all .debug_* sections on MIPSSimon Atanasyan1-23/+32
2017-02-24[WebAssembly] Basic support for Wasm object file encoding.Dan Gohman1-2/+2
2017-02-22[WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman1-1/+27
2017-02-14[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko1-0/+1
2017-02-02Change how we handle section symbols on ELF.Rafael Espindola1-15/+13
2017-01-17[WebAssembly] Add triple support for the new wasm object formatDan Gohman1-0/+3
2016-08-29Move code only used by codegen out of MC. NFC.Rafael Espindola1-40/+0
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner1-0/+1
2016-08-04[mips] Set Personality and LSDA encoding for FreeBSDDaniel Sanders1-0/+8
2016-06-27[ARM] Fix Thumb text sections' flags under COFF/WindowsRenato Golin1-2/+5
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer1-3/+3
2016-05-18Don't pass a Reloc::Model to MC.Rafael Espindola1-19/+21
2016-05-17Delete deprecated function.Rafael Espindola1-6/+0
2016-04-25Add accidentally deleted "break"Krzysztof Parzyszek1-0/+1
2016-04-25ARM: put extern __thread stubs in a special section.Tim Northover1-0/+5
2016-04-25[Hexagon] Few fixes for exception handlingKrzysztof Parzyszek1-0/+11
2016-03-01[lanai] Add ELF enum value and relocations.Jacques Pienaar1-0/+5
2016-02-22[X86] Create mergeable constant pool entries for AVXDavid Majnemer1-0/+4
2016-02-01Improved macro emission in dwarf.Amjad Aboud1-4/+4
2016-01-29[codeview] Begin to add support for inlined call sitesReid Kleckner1-3/+10
2016-01-27ARMv7k: base ABI decision on v7k Arch rather than watchos OS.Tim Northover1-2/+2
2016-01-07Added support for macro emission in dwarf (supporting DWARF version 4).Amjad Aboud1-0/+10
2016-01-04[MC] Fix file name in file headerJeroen Ketema1-1/+1
2015-12-22[MC] Don't use the architecture to govern which object file format to useDavid Majnemer1-14/+14
2015-12-05[llvm-dwp] Support debug_tu_indexDavid Blaikie1-0/+10