[MachO] Stop generating *coal* sections.
[oota-llvm.git] / lib / MC / MCObjectFileInfo.cpp
2015-10-14 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-14 Akira HatanakaRevert r250342.
2015-10-14 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-03 Reid KlecknerSink COFF.h MC include into .cpp files
2015-08-14 Rafael EspindolaRevert "Centralize the information about which object...
2015-08-14 Rafael EspindolaCentralize the information about which object format...
2015-06-25 Swaroop SridharEnable StackMap Serialization for COFF
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-02 Daniel Sanders[mips] Make TTypeEncoding indirect to allow .eh_frame...
2015-05-30 David Majnemer[WinCOFF] Add support for the .safeseh directive
2015-05-28 Daniel SandersRevert r238427 - [mips] Make TTypeEncoding indirect...
2015-05-28 Daniel Sanders[mips] Make TTypeEncoding indirect to allow .eh_frame...
2015-05-27 Daniel SandersRevert r238190 and r238197: [mips] Make TTypeEncoding...
2015-05-26 Daniel Sanders[mips] Make TTypeEncoding indirect to allow .eh_frame...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-04 Keno FischerRespect object format choice on Darwin
2015-04-29 Douglas Katzman[Sparc] Really add sparcel architecture support.
2015-03-11 Rafael EspindolaDon't print labels that on ELF are never used.
2015-03-10 Rafael EspindolaAdd missing section symbol to COFF's .debug_types.dwo.
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2015-03-10 Rafael Espindolaclang-format code that is about to change.
2015-03-02 Paul RobinsonRemove useless .debug_macinfo section setup.
2015-02-22 David MajnemerCOFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF...
2015-02-22 David MajnemerCOFF: Consistently format the DWARF sections
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2014-11-27 Rafael EspindolaCommit back the correct bits of r222760 (was r222538).
2014-11-27 Rafael EspindolaRevert "Reapply 222538 and update tests to explicitly...
2014-11-25 Joerg SonnenbergerReapply 222538 and update tests to explicitly request...
2014-11-22 Simon PilgrimTidied up target triple OS detection. NFC
2014-11-21 Duncan P. N. Exon... Revert "Allow FDE references outside the +/-2GB range...
2014-11-21 Joerg SonnenbergerAllow FDE references outside the +/-2GB range supported...
2014-11-14 Frederic RissCOFF: Add support for Dwarf accelerator tables.
2014-11-05 Petar Jovanovic[mips64] Fix MIPS64 exception personality encoding
2014-09-21 David MajnemerMC: Support aligned COMMON symbols for COFF
2014-08-01 Philip ReamesAdd support for StackMap section for ELF/Linux systems
2014-07-25 David BlaikieReapply "DebugInfo: Don't put fission type units in...
2014-07-24 Joerg SonnenbergerUse the same .eh_frame encoding for 32bit PPC as on...
2014-07-23 Tim NorthoverAArch64: remove arm64 triple enumerator.
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-23 Rafael EspindolaStop producing func.eh symbols on Darwin.
2014-06-22 Saleem AbdulrasoolMC: adjust text section flags for WoA
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-20 Rafael EspindolaUse compact unwind for the iOS simulator.
2014-06-20 Rafael EspindolaUse a helper function and clang-format.
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-09 Patrik HagglundFix gcc warning (enumeral and non-enumeral type in...
2014-06-08 Saleem AbdulrasoolMC: fix text section characteristics for WoA
2014-06-08 Saleem AbdulrasoolMC: fix ctor/dtor section for windows-itanium
2014-06-08 Saleem AbdulrasoolMC: whitespace, grouping for COFF section setup
2014-05-30 Logan ChienFix MIPS exception personality encoding.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-21 David BlaikieRevert "DebugInfo: Don't put fission type units in...
2014-05-21 Saleem AbdulrasoolMC: mark COFF .drectve section as REMOVE
2014-05-16 NAKAMURA TakumiMC: Add DwarfTypesDWOSection also to MCCOFF.
2014-05-15 David BlaikieDebugInfo: Don't put fission type units in comdat sections.
2014-05-13 Joerg SonnenbergerCheck explicitly for EHABI and just use the default...
2014-05-12 Rafael EspindolaRemove always true argument and unused field.
2014-05-07 Joerg SonnenbergerAllow using normal .eh_frame based unwinding on ARM...
2014-04-30 Joerg SonnenbergerAdd missing breaks.
2014-04-30 Joerg SonnenbergerSwitch over getArch()'s result.
2014-04-30 James Molloy[ARM64] Ensure arm64_be is dealt with when emitting...
2014-04-27 Saleem AbdulrasoolMC: restore behaviour of defaulting to ELF
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-16 Tim NorthoverAArch64/ARM64: port across stub handling for ELF C...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-08 David MajnemerWinCOFF: Emit common symbols as specified in the COFF...
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...
next