Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for DIContext...
[oota-llvm.git] / lib / MC /
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...
2015-05-20 Duncan P. N. Exon... MC: Stop using MCSymbolData::getSymbol() in WinCOFF...
2015-05-20 Pete CooperUse a SmallString buffer instead of a std::string for...
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in LocalCommon, NFC
2015-05-20 Duncan P. N. Exon... MC: Add MCSymbolData back to MCAssembler dump
2015-05-20 Duncan P. N. Exon... MC: Update MCAssembler to use MCSymbol, NFC
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in MachObjectWriter, NFC
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in MCObjectWriter::isWeak(), NFC
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in most of ELFObjectWriter, NFC
2015-05-20 Duncan P. N. Exon... MC: Take MCSymbol in MachObjectWriter::getSymbolAddress...
2015-05-19 Duncan P. N. Exon... MC: Use MCSymbol in MCAsmLayout::getSymbolOffset()...
2015-05-18 Jim GrosbachMC: clang-format MCContext. NFC.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-16 Duncan P. N. Exon... MC: Use MCSymbol in RelAndSymbol, NFC
2015-05-16 Duncan P. N. Exon... MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFull...
2015-05-16 Duncan P. N. Exon... MC: Change MCFragment::Atom to an MCSymbol, NFC
2015-05-16 Duncan P. N. Exon... MC: Change MCAssembler::Symbols to store MCSymbol, NFC
2015-05-16 Duncan P. N. Exon... MC: Merge MCSymbol and MCSymbolData
2015-05-15 Duncan P. N. Exon... MC: Reduce MCAssembler::Symbols API exposure, NFC
2015-05-15 Pete CooperRemove MCAssembler.h include from MCStreamer.h and...
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-05-15 Pete CooperMove some methods to a new MCInstrDesc.cpp file to...
2015-05-15 Jim GrosbachMC: MCCodeGenInfo naming update. NFC.
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
2015-05-14 Justin BognerMC: Avoid some UB caused by left shifting a negative...
2015-05-14 Andy AyersDon't omit the constant when computing a cross-section...
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Yaron KerenUpdate ELFObjectWriter::reset() following r236255.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-12 Keith Walker[DWARF] Add CIE header fields address_size and segment_...
2015-05-06 Duncan P. N. Exon... MC: Skip names of temporary symbols in object streamer
2015-05-04 Keno FischerRespect object format choice on Darwin
2015-05-01 Colin LeMahieu[Hexagon] Adding expression MC emission and removing...
2015-04-30 Rafael EspindolaRemove unnecessary break.
2015-04-30 Rafael EspindolaSimplify the creation of compressed debug sections.
2015-04-30 Rafael EspindolaReplace unreachable code with llvm_unreachable.
2015-04-30 Rafael EspindolaDon't create a MCSectionData when we don't have to.
2015-04-30 Rafael EspindolaAvoid an extra loop over the sections.
2015-04-30 Rafael EspindolaMake the section table a member of ELFObjectWriter.
2015-04-30 Rafael EspindolaNothing inherits from this, drop the protected:
2015-04-30 Rafael EspindolaWrite sections mostly in one pass.
2015-04-30 Aaron BallmanSilencing an "enumeral and non-enumeral type in conditi...
2015-04-30 Rafael EspindolaStore relocations in a map from MCSectionELF.
2015-04-30 Rafael EspindolaWrite relocations directly to the output stream. NFC.
2015-04-29 Rafael EspindolaInline FragmentWriter into the only user.
2015-04-29 Rafael EspindolaWrite the symbol table directly to the output file.
2015-04-29 Rafael EspindolaUse pwrite to write the number of sections.
2015-04-29 Rafael EspindolaWrite the string table directly to the output file.
2015-04-29 Douglas Katzman[Sparc] Really add sparcel architecture support.
2015-04-29 Rafael EspindolaWrite the section header string table directly to the...
2015-04-29 Rafael EspindolaAvoid a few const_cast.
2015-04-28 Rafael EspindolaMap directly from signature symbol to group index....
2015-04-28 Rafael EspindolaRemove redundant temporary std::vector.
2015-04-28 Rafael EspindolaAvoid one more walk over all sections. NFC.
2015-04-28 Rafael EspindolaUse a range loop. NFC.
2015-04-28 Rafael EspindolaAvoid an extra walk over the sections just to assign...
2015-04-28 Rafael EspindolaRemove the GroupMapTy DenseMap. NFC.
2015-04-28 Rafael EspindolaUse range loops. NFC.
2015-04-28 Rafael EspindolaAvoid adding to SectionIndexMap sections that we never...
2015-04-28 Rafael EspindolaUse a range loop. NFC.
2015-04-28 Rafael EspindolaUse a std::vector to record the offsets of the sections...
2015-04-28 Rafael EspindolaAvoid an extra loop for computing the section size...
2015-04-28 Rafael EspindolaUse CIE version 4 for dwarf4.
2015-04-28 Ahmed Bougacha[MC] Use LShr for constant evaluation of ">>" on ELF...
2015-04-28 Ahmed Bougacha[MC] Split MCBinaryExpr::Shr into LShr and AShr.
2015-04-28 Ahmed Bougacha[MC] Move getBinOpPrecedence into AsmParser. NFC.
2015-04-27 Rafael EspindolaUse CIE version 1 for .eh_frame.
2015-04-27 Toma Tabacu[MC] [IAS] Add support for the \@ .macro pseudo-variable.
2015-04-23 Matt ArsenaultRevert accidentally committed "MC: Allow targets to...
2015-04-23 Matt ArsenaultMC: Allow targets to stop symbol name quoting
2015-04-21 Toma Tabacu[mips] [IAS] Implement the .asciiz directive.
2015-04-21 Derek Schuff[MC] When using bundle aligment, align sections to...
2015-04-20 Rafael EspindolaLook past locals in comdats.
2015-04-17 Rafael EspindolaCompute A-B when A or B is weak.
2015-04-17 Rafael EspindolaCompute A-B if both A and B are in the same comdat...
2015-04-17 Rafael EspindolaMove AliasedSymbol to MachObjectWriter.
2015-04-17 Rafael EspindolaAdd a proper fix for pr23025.
2015-04-17 Benjamin Kramer[mc] Clean up emission of byte sequences
2015-04-17 Rafael EspindolaDon't walk aliases from global to local symbols in...
2015-04-17 Rafael EspindolaWrite relocation sections contiguously.
2015-04-15 Rafael EspindolaWrite section and section table entries in the same...
next