aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCObjectFileInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-9/+9
2014-04-08WinCOFF: Emit common symbols as specified in the COFF specDavid Majnemer1-0/+4
2014-03-29ARM64: initial backend importTim Northover1-1/+8
2014-03-29MC-exceptions: add support for compact-unwind without .eh_frameTim Northover1-0/+1
2014-03-27Canonicalise Windows target triple spellingsSaleem Abdulrasool1-2/+2
2014-03-26AArch64_BE Elf support for MC-JIT runtime dynamic linkerChristian Pirker1-1/+2
2014-03-26DebugInfo: Add fission-related sections to COFFDavid Blaikie1-0/+27
2014-03-07MC: Remove superfluous section attribute flag definitionsDavid Majnemer1-42/+42
2014-03-06Reapply "MC: simplify object file selection for Windows"Saleem Abdulrasool1-3/+2
2014-03-06Support: split object format out of environmentSaleem Abdulrasool1-2/+2
2014-03-06MC: simplify object file selection for WindowsSaleem Abdulrasool1-4/+3