Revert "Centralize the information about which object format we are using."
[oota-llvm.git] / include / llvm / MC / MCObjectFileInfo.h
2015-08-14 Rafael EspindolaRevert "Centralize the information about which object...
2015-08-14 Rafael EspindolaCentralize the information about which object format...
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-06-16 Daniel SandersRecommit r239721: Replace string GNU Triples with llvm...
2015-06-15 Sanjoy Das[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
2015-06-15 Daniel SandersRevert r239721 - Replace string GNU Triples with llvm...
2015-06-15 Daniel SandersReplace string GNU Triples with llvm::Triple in InitMCO...
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectFileInfo.h.
2015-06-04 Jim GrosbachMC: Tidy up formatting and doc comments. NFC.
2015-05-30 David Majnemer[WinCOFF] Add support for the .safeseh directive
2015-05-27 Daniel SandersRevert r238190 and r238197: [mips] Make TTypeEncoding...
2015-05-26 Daniel SandersFix warning introduced in r238190 about lack of virtual...
2015-05-26 Daniel Sanders[mips] Make TTypeEncoding indirect to allow .eh_frame...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-03-02 Paul RobinsonRemove useless .debug_macinfo section setup.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-25 David BlaikieReapply "DebugInfo: Don't put fission type units in...
2014-06-23 Rafael EspindolaStop producing func.eh symbols on Darwin.
2014-06-22 Saleem AbdulrasoolMC: adjust text section flags for WoA
2014-05-21 David BlaikieRevert "DebugInfo: Don't put fission type units in...
2014-05-15 David BlaikieDebugInfo: Don't put fission type units in comdat sections.
2014-05-12 Rafael EspindolaRemove always true argument and unused field.
2014-03-29 Tim NorthoverMC-exceptions: add support for compact-unwind without...
2014-02-27 Matheus AlmeidaAdd getter method to access Reloc::Model.
2014-01-28 Timur IskhodzhanovMC: Add a .debug section that we'll soon use to emit...
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-12-09 Rafael EspindolaUse a more direct check for finding out the file type.
2013-11-08 Lang HamesAdd a method to get the object-file appropriate stack...
2013-09-09 Eric ChristopherAdd the gnu pubnames and pubtypes sections to the mc...
2013-04-10 Bill WendlingTrack the compact unwind encoding for when we are unabl...
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-04 Eric ChristopherAdd section information for the DWARF5 split debug...
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 ChristopherRearrange ordering of sections.
2012-11-28 Eric ChristopherMove and comment accessor routines.
2012-10-08 Eric ChristopherUpdate comment.
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2012-04-10 David ChisnallUse the correct section types on Solaris for unwind...
2012-03-26 Craig TopperPrune some includes and forward declarations.
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-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...