On ELF we need to know which symbols are used in relocations to decide if
[oota-llvm.git] / include / llvm / MC / MCObjectWriter.h
2010-10-05 Rafael EspindolaOn ELF we need to know which symbols are used in reloca...
2010-09-30 Kevin EnderbyDid my commit for the last patch for the .loc directory...
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-08-21 Michael J. SpencerMC: Add partial x86-64 support to COFF.
2010-08-17 Benjamin KramerRevert r111230, we have to find a better place for...
2010-08-17 Benjamin KramerMicro-optimize MCObjectWriter to do a byteswap if neces...
2010-07-11 Chris Lattnerintroduce WinCOFFObjectWriter, patch by Michael Spencer!
2010-05-26 Daniel DunbarMC: Eliminate MCAsmFixup, replace with MCFixup.
2010-05-21 Nathan Jeffordsadded an assertion to MCObjectWriter::WriteBytes to...
2010-05-14 Nick LewyckyFix typo.
2010-04-19 Dan GohmanAdd a const.
2010-03-24 Daniel DunbarMC: Direct all {fragment,section,symbol} address access...
2010-03-22 Daniel DunbarMC: Change MCObjectWriter::RecordRelocation to take...
2010-03-19 Daniel DunbarMC: Split MCObjectWriter out of MCAssembler.cpp.