Fix relocation selection for foo-. on mips.
[oota-llvm.git] / lib / MC /
2015-06-01 Rafael EspindolaThe fragment implies the section, don't store both.
2015-06-01 David Majnemer[WinCOFF] Ignore .safeseh for non-x86 architectures
2015-06-01 Rafael EspindolaRename HasData to IsRegistered.
2015-06-01 Rafael EspindolaRemove trivial forwarding function.
2015-06-01 Rafael EspindolaStore a bit in MCSection saying if it was registered...
2015-06-01 Rafael EspindolaUse a bitfield. NFC.
2015-05-31 Benjamin Kramer[MC] Simplify code. No functionality change intended.
2015-05-30 Colin LeMahieu[MC] Allow backends to decide relaxation for unresolved...
2015-05-30 David Majnemer[WinCOFF] Add support for the .safeseh directive
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-29 Rafael EspindolaRemove getData.
2015-05-29 Rafael EspindolaRemove the MCSymbolData typedef.
2015-05-29 Rafael EspindolaMerge MCSymbol and MCSymbolData.
2015-05-29 Rafael EspindolaRename getOrCreateSymbolData to registerSymbol and...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-29 Rafael EspindolaMove Flags from MCSymbolData to MCSymbol.
2015-05-29 Rafael EspindolaFix build without asserts.
2015-05-29 Rafael EspindolaPass MCSymbols to the helper functions in MCELF.h.
2015-05-29 Rafael EspindolaPass a MCSymbol to needsRelocateWithSymbol.
2015-05-29 Rafael EspindolaMove common symbol related information from MCSectionDa...
2015-05-29 Rafael EspindolaStore MCSymbols in PendingLabels.
2015-05-29 Rafael EspindolaMove SymbolSize from MCSymbolData to MCSymbol.
2015-05-29 Pete CooperFix crash in MCExpr::print.
2015-05-29 Reid Kleckner[WinEH] Emit EH tables for __CxxFrameHandler3 on 32...
2015-05-29 Rafael EspindolaSimplify now that symbols contain the correct section.
2015-05-29 Rafael EspindolaFix ELFObjectWriter::isLocal for signature symbols.
2015-05-28 Rafael EspindolaDon't special case undefined symbol when deciding the...
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-28 Rafael EspindolaInline trivial method. NFC.
2015-05-28 Daniel SandersRevert r238427 - [mips] Make TTypeEncoding indirect...
2015-05-28 Rafael EspindolaRemove structure field that can be computed just before...
2015-05-28 Rafael EspindolaAvoid warnings when building without asserts.
2015-05-28 Rafael EspindolaMove these vectors to the only function where they...
2015-05-28 Rafael EspindolaMerge redundant loops. NFC.
2015-05-28 Rafael EspindolaSimplify LastLocalSymbolIndex computation. NFC.
2015-05-28 Rafael EspindolaUse range loops. NFC.
2015-05-28 Rafael EspindolaRemove temporary FileSymbolData. NFC.
2015-05-28 Colin LeMahieu[llvm] Parameterizing the output stream for dumpbytes...
2015-05-28 Rafael EspindolaUse range loops for accessing file names. NFC.
2015-05-28 Rafael EspindolaMerge computeSymbolTable and writeSymbolTable.
2015-05-28 Rafael EspindolaDon't create an unused _GLOBAL_OFFSET_TABLE_.
2015-05-28 Daniel Sanders[mips] Make TTypeEncoding indirect to allow .eh_frame...
2015-05-28 Benjamin Kramer[MC] Replace custom string join function with the one...
2015-05-28 Benjamin KramerDon't call utostr in Twine/raw_ostream contexts.
2015-05-27 Rafael EspindolaRename and move getCurrentSectionData.
2015-05-27 Rafael EspindolaThere is only one current section.
2015-05-27 Rafael EspindolaFix NDEBUG build.
2015-05-27 Rafael EspindolaDelete MCSectionData.
2015-05-27 Rafael EspindolaDelete dead code. NFC.
2015-05-27 Rafael EspindolaStop using MCSectionData in WinCOFFObjectWriter.cpp.
2015-05-27 Rafael Espindolaclang-format WinCOFFObjectWriter.cpp. NFC.
2015-05-27 Rafael EspindolaRemove uses of MCSectionData from MachObjectWriter...
2015-05-27 Rafael EspindolaMove getSubsectionInsertionPoint to MCSection.
2015-05-27 Rafael EspindolaRemove uses of MCSectionData from ELFObjectWriter....
2015-05-27 Rafael EspindolaUse operator<< instead of print in a few more places.
2015-05-27 Rafael EspindolaWe always have an InstPrinter.
2015-05-27 Daniel SandersRevert r238190 and r238197: [mips] Make TTypeEncoding...
2015-05-27 Matthias BraunMCSymbol: Make print() robust against empty names
2015-05-26 Rafael EspindolaReplace getOrCreateSectionData with registerSection.
2015-05-26 Rafael EspindolaHave getCurrentSectionData return a MCSection.
2015-05-26 Rafael EspindolaPass a MCSection to getCurrentSectionData.
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-26 Daniel Sanders[mips] Make TTypeEncoding indirect to allow .eh_frame...
2015-05-26 Rafael EspindolaRemove most uses of MCSectionData from MCAssembler.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCAsmLayout.h.
2015-05-26 Rafael EspindolaMove MCSection destruction to MCContext::reset.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCMachObjectWriter.h.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCExpr.h.
2015-05-26 Rafael EspindolaReturn a MCSection from MCFragment::getParent().
2015-05-26 Rafael EspindolaCall the destructors of the MCSections.
2015-05-25 Rafael EspindolaStore a MCSection in MCFragment.
2015-05-25 Rafael EspindolaTurn MCSectionData into a field of MCSection.
2015-05-25 Rafael EspindolaMove MCSectionData to MCSection.h.
2015-05-25 Rafael EspindolaMake a few MCSectionELF& variables const. NFC.
2015-05-25 Rafael EspindolaInsert MCSectionData into the section list directly...
2015-05-25 Rafael EspindolaMove HasInstructions to MCSection.
2015-05-25 Rafael EspindolaMove bundle info from MCSectionData to MCSection.
2015-05-25 Rafael EspindolaAdd a isBundleLocked helper to MCELFStreamer.
2015-05-25 Rafael EspindolaMove LayoutOrder to MCSection.
2015-05-25 Rafael EspindolaStop forwarding getOrdinal and setOrdinal.
2015-05-25 Rafael EspindolaMove Ordinal from MCSectionData to MCSection. NFC.
2015-05-22 Rafael EspindolaProduce a single string table in a ELF .o
2015-05-22 Duncan P. N. Exon... MC: Shave a pointer off of MCSymbol::Name
2015-05-22 Duncan P. N. Exon... MC: Lift MCSymbolData::Index up to MCSymbol::Index...
2015-05-21 Rafael EspindolaStop forwarding (get|set)Aligment from MCSectionData...
2015-05-21 Rafael EspindolaStop creating MCSectionData is the ELF writer.
2015-05-21 Rafael EspindolawriteSymbolTable now only needs a MCContext.
2015-05-21 Rafael EspindolaPass a const MCAssembler to writeSectionHeader.
2015-05-21 Rafael EspindolaRemove unused argument. NFC.
2015-05-21 Rafael EspindolaFetch alignment directly out of MCSection. NFC.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Rafael EspindolaFix warning on builds without asserts.
2015-05-21 Rafael EspindolaAvoid unnecessary section switching. NFC.
2015-05-21 Rafael EspindolaRemove yet another method of creating begin and end...
2015-05-21 Rafael EspindolaUse existing helper for adding a section. NFC.
2015-05-21 Duncan P. N. Exon... AsmPrinter: Compute absolute label difference directly
2015-05-21 Duncan P. N. Exon... MC: Simplify MCSymbolData initialization and remove...
2015-05-21 Duncan P. N. Exon... MC: Remove last use of MCSymbolData::getSymbol(), NFC
2015-05-20 Reid Kleckner[WinEH] Store pointers to the LSDA in the exception...
2015-05-20 Duncan P. N. Exon... MC: Remove most remaining uses of MCSymbolData::getSymb...
next