summaryrefslogtreecommitdiff
path: root/lib/MC/MCObjectFileInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-13Use __literal16. It has been supported by the linker since 2005.Rafael Espindola1-10/+4
2014-01-30Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov1-0/+4
2014-01-28MC: Add a .debug section that we'll soon use to emit debug info into COFF filesTimur Iskhodzhanov1-0/+7
2014-01-28Fix the DWARF EH encodings for Sparc PIC code.Jakob Stoklund Olesen1-0/+27
2014-01-10Revert "Revert r198851, "Prototype of skeleton type units for fission""David Blaikie1-2/+3
2014-01-09Revert r198851, "Prototype of skeleton type units for fission"NAKAMURA Takumi1-3/+2
2014-01-09Prototype of skeleton type units for fissionDavid Blaikie1-2/+3
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-12-13DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie1-0/+12
2013-12-13Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie1-12/+0
2013-12-13DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie1-0/+12
2013-12-13Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie1-12/+0
2013-12-13DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie1-0/+12
2013-12-11Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie1-12/+0
2013-12-11DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie1-0/+12
2013-11-08Add a method to get the object-file appropriate stack map section.Lang Hames1-0/+3
2013-09-21Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc.NAKAMURA Takumi1-0/+3
2013-09-10MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPu...NAKAMURA Takumi1-2/+2
2013-09-09Add the gnu pubnames and pubtypes sections to the mc object fileEric Christopher1-0/+24
2013-08-13[-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for...David Majnemer1-0/+6
2013-07-26[PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt1-2/+3
2013-07-08Revert: Emit personality function and Dwarf EH data for Win64 SEH.Kai Nacke1-10/+5
2013-07-06Emit personality function and Dwarf EH data for Win64 SEH.Kai Nacke1-5/+10
2013-05-06[SystemZ] Update non-pic DWARF encodingsUlrich Weigand1-6/+13
2013-05-06[SystemZ] Define DWARF encodingUlrich Weigand1-0/+9
2013-04-10Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling1-1/+7
2013-04-03Fix the fde encoding used by mips to match gas.Rafael Espindola1-4/+7
2013-04-01Mips direct object exception handling regressionJack Carter1-3/+4
2013-03-15Fix the FDE encoding to be relative on ELF.Rafael Espindola1-6/+6
2013-02-12Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek1-0/+12