aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCObjectFileInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-31Add AArch64 as an experimental target.Tim Northover1-0/+19
2013-01-15Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher1-0/+3
2013-01-09PowerPC: EH adjustmentsAdhemerval Zanella1-10/+7
2013-01-04PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella1-0/+11
2013-01-04Add section information for the DWARF5 split debug proposalEric Christopher1-0/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-11-30Add the rest of the experimental fission sections to MC.Eric Christopher1-0/+13
2012-11-28Add brief support for the fission .debug_info.dwo section forEric Christopher1-0/+5
2012-11-28Add comments.Eric Christopher1-0/+4