aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCObjectWriter.h
AgeCommit message (Expand)Author
2013-02-11Fix unnecessary removal of const through cast machineryDavid Blaikie
2013-02-05Format comments & clean whitespaceEli Bendersky
2013-01-31Add AArch64 as an experimental target.Tim Northover
2012-12-14Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas
2012-12-07Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-08-29Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper
2012-08-08Move [SU]LEB128 encoding to a utility header.Jim Grosbach
2012-03-26Prune some includes and forward declarations.Craig Topper
2011-12-24Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola
2011-11-05Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer
2011-02-16Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola
2010-12-24Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We nowRafael Espindola
2010-12-18Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.Rafael Espindola
2010-12-18Remove the MCObjectFormat class.Rafael Espindola
2010-12-17Move createELFObjectWriter to its own header.Rafael Espindola
2010-12-17MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format s...Daniel Dunbar
2010-12-16MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.Daniel Dunbar
2010-12-07Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-13MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar
2010-10-05On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola
2010-09-30Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby
2010-09-30Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola
2010-08-21MC: Add partial x86-64 support to COFF.Michael J. Spencer
2010-08-17Revert r111230, we have to find a better place for the host-specific code.Benjamin Kramer
2010-08-17Micro-optimize MCObjectWriter to do a byteswap if necessary and then write theBenjamin Kramer
2010-07-11introduce WinCOFFObjectWriter, patch by Michael Spencer!Chris Lattner
2010-05-26MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar
2010-05-21added an assertion to MCObjectWriter::WriteBytes to catch misuse of the ZeroF...Nathan Jeffords
2010-05-14Fix typo.Nick Lewycky
2010-04-19Add a const.Dan Gohman
2010-03-24MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo...Daniel Dunbar
2010-03-22MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of...Daniel Dunbar
2010-03-19MC: Split MCObjectWriter out of MCAssembler.cpp.Daniel Dunbar