summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCObjectWriter.h
Commit message (Expand)AuthorAge
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-07
* Merge System into Support.Michael J. Spencer2010-11-29
* MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar2010-11-13
* On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola2010-10-05
* Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby2010-09-30
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-30
* MC: Add partial x86-64 support to COFF.Michael J. Spencer2010-08-21
* Revert r111230, we have to find a better place for the host-specific code.Benjamin Kramer2010-08-17
* Micro-optimize MCObjectWriter to do a byteswap if necessary and then write theBenjamin Kramer2010-08-17
* introduce WinCOFFObjectWriter, patch by Michael Spencer!Chris Lattner2010-07-11
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-26
* added an assertion to MCObjectWriter::WriteBytes to catch misuse of the ZeroF...Nathan Jeffords2010-05-21
* Fix typo.Nick Lewycky2010-05-14
* Add a const.Dan Gohman2010-04-19
* MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo...Daniel Dunbar2010-03-24
* MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of...Daniel Dunbar2010-03-22
* MC: Split MCObjectWriter out of MCAssembler.cpp.Daniel Dunbar2010-03-19