aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCObjectFileInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-02[llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie1-0/+12
2015-11-18Stop producing .data.rel sections.Rafael Espindola1-40/+29
2015-11-17Drop prelink support.Rafael Espindola1-6/+0
2015-11-06Bring r252305 back with a test fix.Rafael Espindola1-24/+18
2015-11-06Revert "Simplify the creation of .eh_frame/.debug_frame sections."Rafael Espindola1-18/+24
2015-11-06Simplify the creation of .eh_frame/.debug_frame sections.Rafael Espindola1-24/+18
2015-11-06Use SHT_X86_64_UNWIND on every OS.Rafael Espindola1-7/+5
2015-10-28ARM: add support for WatchOS's compact unwind information.Tim Northover1-2/+12
2015-10-15[MachO] Stop generating *coal* sections.Akira Hatanaka1-13/+28
2015-10-15Revert r250349.Akira Hatanaka1-28/+13
2015-10-14[MachO] Stop generating *coal* sections.Akira Hatanaka1-13/+28
2015-10-14Revert r250342.Akira Hatanaka1-28/+13
2015-10-14[MachO] Stop generating *coal* sections.Akira Hatanaka1-13/+28
2015-10-06Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg1-2/+2
2015-09-22Untabify.NAKAMURA Takumi1-2/+2
2015-09-22Reformat blank lines.NAKAMURA Takumi1-1/+0
2015-09-03Sink COFF.h MC include into .cpp filesReid Kleckner1-0/+1
2015-08-14Revert "Centralize the information about which object format we are using."Rafael Espindola1-21/+19
2015-08-14Centralize the information about which object format we are using.Rafael Espindola1-19/+21
2015-06-25Enable StackMap Serialization for COFFSwaroop Sridhar1-0/+5
2015-06-16Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders1-2/+9
2015-06-15[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.Sanjoy Das1-0/+6
2015-06-15Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...Daniel Sanders1-9/+2
2015-06-15Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.Daniel Sanders1-2/+9
2015-06-04MC: Clean up naming in MCObjectFileInfo.h.Jim Grosbach1-6/+6
2015-06-02[mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.Daniel Sanders1-3/+9
2015-05-30[WinCOFF] Add support for the .safeseh directiveDavid Majnemer1-0/+3
2015-05-28Revert r238427 - [mips] Make TTypeEncoding indirect to allow .eh_frame to be ...Daniel Sanders1-10/+3
2015-05-28[mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.Daniel Sanders1-3/+10
2015-05-27Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_f...Daniel Sanders1-14/+3
2015-05-26[mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.Daniel Sanders1-3/+14