Age | Commit message (Expand) | Author | Files | Lines |
2015-05-30 | MC: Clean up MCExpr naming. NFC. | Jim Grosbach | 1 | -1/+1 |
2015-05-29 | Remove getData. | Rafael Espindola | 1 | -12/+7 |
2015-05-29 | Remove the MCSymbolData typedef. | Rafael Espindola | 1 | -3/+3 |
2015-05-29 | Rename getOrCreateSymbolData to registerSymbol and return void. | Rafael Espindola | 1 | -2/+2 |
2015-05-29 | Move Flags from MCSymbolData to MCSymbol. | Rafael Espindola | 1 | -4/+4 |
2015-05-29 | Move common symbol related information from MCSectionData to MCSymbol. | Rafael Espindola | 1 | -3/+3 |
2015-05-28 | Remove a trivial forwarding function. NFC. | Rafael Espindola | 1 | -4/+3 |
2015-05-27 | Remove uses of MCSectionData from MachObjectWriter.cpp. | Rafael Espindola | 1 | -6/+4 |
2015-05-26 | Remove most uses of MCSectionData from MCAssembler. | Rafael Espindola | 1 | -14/+9 |
2015-05-26 | Stop using MCSectionData in MCAsmLayout.h. | Rafael Espindola | 1 | -18/+17 |
2015-05-26 | Stop using MCSectionData in MCMachObjectWriter.h. | Rafael Espindola | 1 | -19/+19 |
2015-05-26 | Stop using MCSectionData in MCExpr.h. | Rafael Espindola | 1 | -9/+9 |
2015-05-26 | Return a MCSection from MCFragment::getParent(). | Rafael Espindola | 1 | -4/+5 |
2015-05-25 | Turn MCSectionData into a field of MCSection. | Rafael Espindola | 1 | -9/+12 |
2015-05-25 | Move HasInstructions to MCSection. | Rafael Espindola | 1 | -1/+1 |
2015-05-25 | Move LayoutOrder to MCSection. | Rafael Espindola | 1 | -1/+1 |
2015-05-22 | MC: Lift MCSymbolData::Index up to MCSymbol::Index, NFC | Duncan P. N. Exon Smith | 1 | -5/+5 |
2015-05-21 | Stop forwarding (get|set)Aligment from MCSectionData to MCSection. | Rafael Espindola | 1 | -6/+7 |
2015-05-21 | MC: Remove last use of MCSymbolData::getSymbol(), NFC | Duncan P. N. Exon Smith | 1 | -3/+3 |
2015-05-20 | MC: Use MCSymbol in MachObjectWriter, NFC | Duncan P. N. Exon Smith | 1 | -16/+14 |
2015-05-20 | MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFC | Duncan P. N. Exon Smith | 1 | -15/+9 |
2015-05-19 | MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-05-16 | MC: Use MCSymbol in RelAndSymbol, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-05-16 | MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFullyResolvedImpl() | Duncan P. N. Exon Smith | 1 | -2/+2 |
2015-05-16 | MC: Change MCFragment::Atom to an MCSymbol, NFC | Duncan P. N. Exon Smith | 1 | -6/+1 |
2015-05-16 | MC: Change MCAssembler::Symbols to store MCSymbol, NFC | Duncan P. N. Exon Smith | 1 | -6/+5 |
2015-05-14 | MC: Avoid some UB caused by left shifting a negative value. NFC | Justin Bogner | 1 | -1/+1 |
2015-04-17 | Compute A-B when A or B is weak. | Rafael Espindola | 1 | -7/+3 |
2015-04-17 | Move AliasedSymbol to MachObjectWriter. | Rafael Espindola | 1 | -2/+14 |
2015-04-17 | [mc] Clean up emission of byte sequences | Benjamin Kramer | 1 | -2/+1 |
2015-04-14 | Use raw_pwrite_stream in the object writer/streamer. | Rafael Espindola | 1 | -1/+1 |
2015-04-06 | Be consistent when deciding if a relocation is needed. | Rafael Espindola | 1 | -0/+1 |
2015-04-03 | MC: For variable symbols, maintain MCSymbol::Section as a cache. | Peter Collingbourne | 1 | -21/+0 |
2015-04-02 | Revert r233595, "MC: For variable symbols, maintain MCSymbol::Section as a ca... | Peter Collingbourne | 1 | -0/+21 |
2015-03-30 | MC: For variable symbols, maintain MCSymbol::Section as a cache. | Peter Collingbourne | 1 | -21/+0 |
2015-03-23 | Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. | Benjamin Kramer | 1 | -0/+1 |
2015-01-19 | Add r224985 back with fixes. | Rafael Espindola | 1 | -14/+27 |
2015-01-14 | Revert "Add r224985 back with two fixes." | Rafael Espindola | 1 | -27/+14 |
2015-01-12 | Add r224985 back with two fixes. | Rafael Espindola | 1 | -14/+27 |
2015-01-06 | Revert r225048: It broke ObjC on AArch64. | Lang Hames | 1 | -27/+14 |
2014-12-31 | Add r224985 back with a fix. | Rafael Espindola | 1 | -14/+27 |
2014-12-31 | Revert "Remove doesSectionRequireSymbols." | Rafael Espindola | 1 | -27/+14 |
2014-12-30 | Remove doesSectionRequireSymbols. | Rafael Espindola | 1 | -14/+27 |
2014-12-18 | Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private... | Kevin Enderby | 1 | -3/+3 |
2014-11-04 | Don't produce relocations for a difference in a section with no symbols. | Rafael Espindola | 1 | -5/+4 |
2014-10-11 | MC: Bit pack MCSymbolData. | Benjamin Kramer | 1 | -1/+1 |
2014-10-06 | MachObjectWriter: optimize the string table for common suffices | Hans Wennborg | 1 | -43/+24 |
2014-08-10 | If available, pass down the Fixup object to EvaluateAsRelocatable. | Joerg Sonnenberger | 1 | -2/+2 |
2014-05-30 | MachO: support N_INDR aliases in assembly files. | Tim Northover | 1 | -9/+41 |
2014-04-29 | Centralize the handling of the thumb bit. | Rafael Espindola | 1 | -0/+3 |