summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCObjectWriter.h
Commit message (Expand)AuthorAge
* Fix unnecessary removal of const through cast machineryDavid Blaikie2013-02-11
* Format comments & clean whitespaceEli Bendersky2013-02-05
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-14
* Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky2012-12-07
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-29
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-08
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola2011-12-24
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-05
* Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola2011-02-16
* Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We nowRafael Espindola2010-12-24
* Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.Rafael Espindola2010-12-18
* Remove the MCObjectFormat class.Rafael Espindola2010-12-18
* Move createELFObjectWriter to its own header.Rafael Espindola2010-12-17
* MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format s...Daniel Dunbar2010-12-17
* MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.Daniel Dunbar2010-12-16
* 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