ARM64: initial backend import
[oota-llvm.git] / lib / MC / MCObjectFileInfo.cpp
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Tim NorthoverMC-exceptions: add support for compact-unwind without...
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-26 Christian PirkerAArch64_BE Elf support for MC-JIT runtime dynamic linker
2014-03-26 David BlaikieDebugInfo: Add fission-related sections to COFF
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-06 Saleem AbdulrasoolReapply "MC: simplify object file selection for Windows"
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-03-06 Saleem AbdulrasoolMC: simplify object file selection for Windows
2014-02-13 Rafael EspindolaUse __literal16. It has been supported by the linker...
2014-01-30 Timur IskhodzhanovReland r200340 - 'Add line table debug info to COFF...
2014-01-28 Timur IskhodzhanovMC: Add a .debug section that we'll soon use to emit...
2014-01-28 Jakob Stoklund OlesenFix the DWARF EH encodings for Sparc PIC code.
2014-01-10 David BlaikieRevert "Revert r198851, "Prototype of skeleton type...
2014-01-09 NAKAMURA TakumiRevert r198851, "Prototype of skeleton type units for...
2014-01-09 David BlaikiePrototype of skeleton type units for fission
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-11 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-11 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-11-08 Lang HamesAdd a method to get the object-file appropriate stack...
2013-09-21 NAKAMURA TakumiInitialize BSSSection explicitly in InitMachOMCObjectFi...
2013-09-10 NAKAMURA TakumiMCObjectFileInfo.cpp: Fix a couple of possible typo...
2013-09-09 Eric ChristopherAdd the gnu pubnames and pubtypes sections to the mc...
2013-08-13 David Majnemer[-cxx-abi microsoft] Stick zero initialized symbols...
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-08 Kai NackeRevert: Emit personality function and Dwarf EH data...
2013-07-06 Kai NackeEmit personality function and Dwarf EH data for Win64...
2013-05-06 Ulrich Weigand[SystemZ] Update non-pic DWARF encodings
2013-05-06 Ulrich Weigand[SystemZ] Define DWARF encoding
2013-04-10 Bill WendlingTrack the compact unwind encoding for when we are unabl...
2013-04-03 Rafael EspindolaFix the fde encoding used by mips to match gas.
2013-04-01 Jack CarterMips direct object exception handling regression
2013-03-15 Rafael EspindolaFix the FDE encoding to be relative on ELF.
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-09 Adhemerval ZanellaPowerPC: EH adjustments
2013-01-04 Adhemerval ZanellaPowerPC: Fix eh_frame relocation for PIC
2013-01-04 Eric ChristopherAdd section information for the DWARF5 split debug...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Eric ChristopherAdd the rest of the experimental fission sections to MC.
2012-11-28 Eric ChristopherAdd brief support for the fission .debug_info.dwo secti...
2012-11-28 Eric ChristopherAdd comments.
2012-10-08 Eric ChristopherAdd names for the accelerator table sections so that...
2012-10-02 Andrew KaylorSupport for generating ELF objects on Windows.
2012-09-23 Anton KorobeynikovEmit dtors into proper section while compiling in vcpp...
2012-08-08 Anton KorobeynikovFix for .pdata and .xdata section attributes on COFF.
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2012-04-10 David ChisnallUse the correct section types on Solaris for unwind...
2012-02-23 Michael J. SpencerEmit global ctors into .CRT$XCU instead of .ctors on...
2012-02-17 David ChisnallGenerate the correct EH frame section types on Solaris...
2012-02-17 David ChisnallRevert r150814. It turns out that there is a good...
2012-02-17 David ChisnallDon't lazily allocate eh_frame. We're not lazily alloc...
2012-02-11 Anton KorobeynikovAdd support for implicit TLS model used with MS VC...
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2011-12-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-11-15 Jim GrosbachTidy up. 80 columns.
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-10-26 Nick LewyckyOn an ELF system, ".debug_str" is mergeable and contain...
2011-08-29 Bill WendlingFix grammar, noticed by Duncan.
2011-08-29 Bill WendlingInitialize CompactUnwindSection so that other targets...
2011-07-20 Evan ChengX86 is the only target that uses coff format. This...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Benjamin KramerInitialize the EHFrameSection pointer to zero.
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...