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