aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCObjectWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-20/+15
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-7/+11
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-6/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+1
* Fix unnecessary removal of const through cast machineryDavid Blaikie2013-02-111-1/+1
* Format comments & clean whitespaceEli Bendersky2013-02-051-5/+4
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+1
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-141-0/+3
* Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky2012-12-071-0/+6
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-291-2/+3
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-081-5/+0
* Prune some includes and forward declarations.Craig Topper2012-03-261-3/+0
* Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola2011-12-241-2/+0
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-051-1/+2
* Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola2011-02-161-1/+1
* Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We nowRafael Espindola2010-12-241-10/+9
* Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.Rafael Espindola2010-12-181-4/+2
* Remove the MCObjectFormat class.Rafael Espindola2010-12-181-0/+4
* Move createELFObjectWriter to its own header.Rafael Espindola2010-12-171-4/+0
* MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format s...Daniel Dunbar2010-12-171-0/+11
* MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.Daniel Dunbar2010-12-161-3/+0
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-071-1/+2
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar2010-11-131-0/+8
* On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola2010-10-051-1/+1
* Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby2010-09-301-0/+5
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-301-0/+10
* MC: Add partial x86-64 support to COFF.Michael J. Spencer2010-08-211-1/+1
* Revert r111230, we have to find a better place for the host-specific code.Benjamin Kramer2010-08-171-29/+24
* Micro-optimize MCObjectWriter to do a byteswap if necessary and then write theBenjamin Kramer2010-08-171-24/+29
* introduce WinCOFFObjectWriter, patch by Michael Spencer!Chris Lattner2010-07-111-0/+2
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-261-2/+2
* added an assertion to MCObjectWriter::WriteBytes to catch misuse of the ZeroF...Nathan Jeffords2010-05-211-0/+2
* Fix typo.Nick Lewycky2010-05-141-1/+1
* Add a const.Dan Gohman2010-04-191-1/+1
* MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo...Daniel Dunbar2010-03-241-1/+4
* MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of...Daniel Dunbar2010-03-221-2/+2
* MC: Split MCObjectWriter out of MCAssembler.cpp.Daniel Dunbar2010-03-191-0/+162