Allow optionally generating pubnames section in DWARF info. Introduce
[oota-llvm.git] / lib / MC / MCObjectFileInfo.cpp
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...