aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCObjectFileInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-1/+1
2015-05-04Respect object format choice on DarwinKeno Fischer1-1/+1
2015-04-29[Sparc] Really add sparcel architecture support.Douglas Katzman1-0/+1
2015-03-11Don't print labels that on ELF are never used.Rafael Espindola1-16/+14
2015-03-10Add missing section symbol to COFF's .debug_types.dwo.Rafael Espindola1-1/+1
2015-03-10Create symbols marking the start of a section earlier.Rafael Espindola1-50/+55
2015-03-10clang-format code that is about to change.Rafael Espindola1-275/+209
2015-03-02Remove useless .debug_macinfo section setup.Paul Robinson1-12/+0
2015-02-22COFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF sectionsDavid Majnemer1-0/+25
2015-02-22COFF: Consistently format the DWARF sectionsDavid Majnemer1-45/+44
2015-01-29Compute the ELF SectionKind from the flags.Rafael Espindola1-132/+66
2014-11-27Commit back the correct bits of r222760 (was r222538).Rafael Espindola1-0/+6
2014-11-27Revert "Reapply 222538 and update tests to explicitly request small code mode...Rafael Espindola1-11/+0
2014-11-25Reapply 222538 and update tests to explicitly request small code modelJoerg Sonnenberger1-0/+11
2014-11-22Tidied up target triple OS detection. NFCSimon Pilgrim1-1/+1
2014-11-21Revert "Allow FDE references outside the +/-2GB range supported by PC relativ...Duncan P. N. Exon Smith1-11/+0
2014-11-21Allow FDE references outside the +/-2GB range supported by PC relativeJoerg Sonnenberger1-0/+11
2014-11-14COFF: Add support for Dwarf accelerator tables.Frederic Riss1-0/+21
2014-11-05[mips64] Fix MIPS64 exception personality encodingPetar Jovanovic1-0/+2
2014-09-21MC: Support aligned COMMON symbols for COFFDavid Majnemer1-3/+1
2014-08-01Add support for StackMap section for ELF/Linux systemsPhilip Reames1-0/+6
2014-07-25Reapply "DebugInfo: Don't put fission type units in comdat sections."David Blaikie1-7/+7
2014-07-24Use the same .eh_frame encoding for 32bit PPC as on i386.Joerg Sonnenberger1-0/+1
2014-07-23AArch64: remove arm64 triple enumerator.Tim Northover1-7/+4
2014-06-25Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi1-5/+10
2014-06-23Stop producing func.eh symbols on Darwin.Rafael Espindola1-2/+0
2014-06-22MC: adjust text section flags for WoASaleem Abdulrasool1-8/+9
2014-06-22Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi1-10/+5
2014-06-20Use compact unwind for the iOS simulator.Rafael Espindola1-0/+5
2014-06-20Use a helper function and clang-format.Rafael Espindola1-6/+19
2014-06-20Generate native unwind info on Win64Reid Kleckner1-5/+10
2014-06-09Fix gcc warning (enumeral and non-enumeral type in conditional expression)Patrik Hagglund1-1/+2
2014-06-08MC: fix text section characteristics for WoASaleem Abdulrasool1-0/+3
2014-06-08MC: fix ctor/dtor section for windows-itaniumSaleem Abdulrasool1-1/+1
2014-06-08MC: whitespace, grouping for COFF section setupSaleem Abdulrasool1-26/+33
2014-05-30Fix MIPS exception personality encoding.Logan Chien1-0/+7
2014-05-24AArch64/ARM64: move ARM64 into AArch64's placeTim Northover1-4/+6
2014-05-21Revert "DebugInfo: Don't put fission type units in comdat sections."David Blaikie1-7/+7
2014-05-21MC: mark COFF .drectve section as REMOVESaleem Abdulrasool1-1/+1
2014-05-16MC: Add DwarfTypesDWOSection also to MCCOFF.NAKAMURA Takumi1-0/+4
2014-05-15DebugInfo: Don't put fission type units in comdat sections.David Blaikie1-7/+3
2014-05-13Check explicitly for EHABI and just use the default settings.Joerg Sonnenberger1-0/+4
2014-05-12Remove always true argument and unused field.Rafael Espindola1-17/+3
2014-05-07Allow using normal .eh_frame based unwinding on ARM. Use the sameJoerg Sonnenberger1-0/+4
2014-04-30Add missing breaks.Joerg Sonnenberger1-0/+3
2014-04-30Switch over getArch()'s result.Joerg Sonnenberger1-15/+28
2014-04-30[ARM64] Ensure arm64_be is dealt with when emitting debug info.James Molloy1-1/+2
2014-04-27MC: restore behaviour of defaulting to ELFSaleem Abdulrasool1-4/+3
2014-04-27Add WoA object file emission supportSaleem Abdulrasool1-2/+4
2014-04-16AArch64/ARM64: port across stub handling for ELF C++ exceptions.Tim Northover1-2/+3