[DWARF parser] Make DWARF parser more robust against missing compile/type units.
[oota-llvm.git] / lib / MC /
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...
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-04-14 Rafael EspindolaUse the ability to pwrite to simplify the ELF writer.
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-14 Petar JovanovicRe-enable target-specific relocation table sorting...
2015-04-12 Petr Hosek[MC] Write padding into fragments when -mc-relax-all...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-04-09 Rafael EspindolaDefine a function with "... llvm::func...".
2015-04-09 Rafael EspindolaNothing inherits from the asm streamer.
2015-04-08 Rafael EspindolaRemove unused variable.
2015-04-08 Rafael EspindolaWrite the section header in the end.
2015-04-08 NAKAMURA TakumiELFObjectWriter.cpp: Prune obsolete \param since r23434...
2015-04-07 Rafael EspindolaDelete commented code. Don't repeat name in comment.
2015-04-07 Rafael EspindolaDon't subtract the header size just to add it back.
2015-04-07 Rafael EspindolaRemove dead code. NFC.
2015-04-07 Rafael EspindolaRemove intermediate variables.
2015-04-07 Rafael EspindolaRemove unused argument.
2015-04-06 Rafael EspindolaUse a comma after the unique keyword.
2015-04-06 Rafael EspindolaRemove unnecessary uses of AliasedSymbol.
2015-04-06 Rafael EspindolaBe consistent when deciding if a relocation is needed.
2015-04-06 Rafael EspindolaStore the sh_link of ARM_EXIDX directly in MCSectionELF.
2015-04-06 Rafael EspindolaSimplify this function a bit. NFC.
2015-04-06 Rafael EspindolaSimplify mapping from relocation sections to relocated...
2015-04-04 Rafael EspindolaDon't mix overload and default values.
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-04-03 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-04-02 Peter CollingbourneRevert r233595, "MC: For variable symbols, maintain...
2015-04-02 Craig TopperDon't print an error message when looking up the schedu...
next