summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MachObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-1/+1
* Remove getData.Rafael Espindola2015-05-291-12/+7
* Remove the MCSymbolData typedef.Rafael Espindola2015-05-291-3/+3
* Rename getOrCreateSymbolData to registerSymbol and return void.Rafael Espindola2015-05-291-2/+2
* Move Flags from MCSymbolData to MCSymbol.Rafael Espindola2015-05-291-4/+4
* Move common symbol related information from MCSectionData to MCSymbol.Rafael Espindola2015-05-291-3/+3
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-281-4/+3
* Remove uses of MCSectionData from MachObjectWriter.cpp.Rafael Espindola2015-05-271-6/+4
* Remove most uses of MCSectionData from MCAssembler.Rafael Espindola2015-05-261-14/+9
* Stop using MCSectionData in MCAsmLayout.h.Rafael Espindola2015-05-261-18/+17
* Stop using MCSectionData in MCMachObjectWriter.h.Rafael Espindola2015-05-261-19/+19
* Stop using MCSectionData in MCExpr.h.Rafael Espindola2015-05-261-9/+9
* Return a MCSection from MCFragment::getParent().Rafael Espindola2015-05-261-4/+5
* Turn MCSectionData into a field of MCSection.Rafael Espindola2015-05-251-9/+12
* Move HasInstructions to MCSection.Rafael Espindola2015-05-251-1/+1
* Move LayoutOrder to MCSection.Rafael Espindola2015-05-251-1/+1
* MC: Lift MCSymbolData::Index up to MCSymbol::Index, NFCDuncan P. N. Exon Smith2015-05-221-5/+5
* Stop forwarding (get|set)Aligment from MCSectionData to MCSection.Rafael Espindola2015-05-211-6/+7
* MC: Remove last use of MCSymbolData::getSymbol(), NFCDuncan P. N. Exon Smith2015-05-211-3/+3
* MC: Use MCSymbol in MachObjectWriter, NFCDuncan P. N. Exon Smith2015-05-201-16/+14
* MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFCDuncan P. N. Exon Smith2015-05-201-15/+9
* MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFCDuncan P. N. Exon Smith2015-05-191-1/+1
* MC: Use MCSymbol in RelAndSymbol, NFCDuncan P. N. Exon Smith2015-05-161-1/+1
* MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFullyResolvedImpl()Duncan P. N. Exon Smith2015-05-161-2/+2
* MC: Change MCFragment::Atom to an MCSymbol, NFCDuncan P. N. Exon Smith2015-05-161-6/+1
* MC: Change MCAssembler::Symbols to store MCSymbol, NFCDuncan P. N. Exon Smith2015-05-161-6/+5
* MC: Avoid some UB caused by left shifting a negative value. NFCJustin Bogner2015-05-141-1/+1
* Compute A-B when A or B is weak.Rafael Espindola2015-04-171-7/+3
* Move AliasedSymbol to MachObjectWriter.Rafael Espindola2015-04-171-2/+14
* [mc] Clean up emission of byte sequencesBenjamin Kramer2015-04-171-2/+1
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+1
* Be consistent when deciding if a relocation is needed.Rafael Espindola2015-04-061-0/+1
* MC: For variable symbols, maintain MCSymbol::Section as a cache.Peter Collingbourne2015-04-031-21/+0
* Revert r233595, "MC: For variable symbols, maintain MCSymbol::Section as a ca...Peter Collingbourne2015-04-021-0/+21
* MC: For variable symbols, maintain MCSymbol::Section as a cache.Peter Collingbourne2015-03-301-21/+0
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* Add r224985 back with fixes.Rafael Espindola2015-01-191-14/+27
* Revert "Add r224985 back with two fixes."Rafael Espindola2015-01-141-27/+14
* Add r224985 back with two fixes.Rafael Espindola2015-01-121-14/+27
* Revert r225048: It broke ObjC on AArch64.Lang Hames2015-01-061-27/+14
* Add r224985 back with a fix.Rafael Espindola2014-12-311-14/+27
* Revert "Remove doesSectionRequireSymbols."Rafael Espindola2014-12-311-27/+14
* Remove doesSectionRequireSymbols.Rafael Espindola2014-12-301-14/+27
* Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...Kevin Enderby2014-12-181-3/+3
* Don't produce relocations for a difference in a section with no symbols.Rafael Espindola2014-11-041-5/+4
* MC: Bit pack MCSymbolData.Benjamin Kramer2014-10-111-1/+1
* MachObjectWriter: optimize the string table for common sufficesHans Wennborg2014-10-061-43/+24
* If available, pass down the Fixup object to EvaluateAsRelocatable.Joerg Sonnenberger2014-08-101-2/+2
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-05-301-9/+41
* Centralize the handling of the thumb bit.Rafael Espindola2014-04-291-0/+3
OpenPOWER on IntegriCloud