Simplify zero initialization of DIEAttrs variable.
[oota-llvm.git] / lib / MC / ELFObjectWriter.cpp
2010-12-16 Jason W Kim1. ARM/MC/ELF: A few more ELF relocs for .o
2010-12-13 Jason W KimFirst cut of ARM/MC/ELF PIC relocations.
2010-12-10 Jim GrosbachThumb unconditional branch binary encoding. rdar:/...
2010-12-09 Jim GrosbachRename CB/CBZ specific fixup accordingly.
2010-12-08 Jason W KimARM/MC/ELF TPsoft is now a proper pseudo inst.
2010-12-08 Bill WendlingSupport the "target" encodings for the CB[N]Z instructions.
2010-12-08 Bill WendlingAdd support for loading from a constant pool.
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-06 Jim GrosbachAdd fixup for Thumb1 BL/BLX instructions.
2010-12-06 Jason W KimRefactor ELFObjectWriter.
2010-12-06 Rafael EspindolaRemove the getAddress getter, initialize Ordinal in...
2010-12-06 Rafael EspindolaAdd a getSymbolOffset method and use it in the ELF...
2010-12-02 Rafael EspindolaThe sections that the ELF object writer has to create...
2010-12-02 Jim GrosbachAdd support for binary encoding of ARM 'adr' instructio...
2010-12-01 Owen AndersonAdd correct encodings for STRD and LDRD, including...
2010-12-01 Jim GrosbachFix a mised reloc rename spot.
2010-12-01 Jason W KimARM/MC/ELF relocation "hello world" for movw/movt.
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-11-24 Rafael EspindolaBehave a bit more like gnu as and use the symbol (inste...
2010-11-24 Rafael EspindolaRelocate with the symbol if the relocation is of kind...
2010-11-22 Jason W KimFixed some style issues (no _, no spc after !)
2010-11-22 Jason W KimMake the <ARCH>ELFObjectWriter statics private
2010-11-22 Jason W KimFix misplaced statics.
2010-11-22 Jason W KimKill trailing whitespace
2010-11-22 Jason W KimRefactor the ELFRelocationEntry (pull up) and move...
2010-11-21 Wesley PeckImplement ELF object file writing support for the MBlaz...
2010-11-21 Rafael EspindolaHandle PCRel relocations with absolute values. Fixes...
2010-11-16 Rafael EspindolaA bit more of gnu as compatibility when handling reloca...
2010-11-15 Benjamin KramerFix compiler warnigns.
2010-11-15 Rafael EspindolaChange MCExpr::EvaluateAsRelocatableImpl of variables...
2010-11-15 Jason W KimDovetail with Dan Dunbar's rework of ELFObjectWriter.
2010-11-14 Rafael EspindolaMove the logic to decide with which symbol we produce...
2010-11-14 Rafael EspindolaHandle a peculiar comdat case: Creating a section with...
2010-11-14 Rafael EspindolaSimplify getSymbolIndexInSymbolTable by setting the...
2010-11-13 Daniel DunbarMC: Simplify Mach-O and ELF object writer implementations.
2010-11-12 Benjamin KramerMCELF: Copy the symbol name only if we're going to...
2010-11-11 Rafael EspindolaInitial comdat implementation.
2010-11-11 Rafael EspindolaMake AliasedSymbol able to handle MCTargetExpr. They...
2010-11-11 Rafael EspindolaFix the symbol index of weak references. Also make...
2010-11-11 Rafael EspindolaRemove some explicit arguments to getELFSection. This is
2010-11-10 Rafael EspindolaFactor some code into WriteSection.
2010-11-10 Rafael EspindolaUpdate the section index map after we add the medatada...
2010-11-10 Rafael EspindolaUse SectionIndexMap in WriteSymbolTable to make it...
2010-11-10 Rafael EspindolaFactor some code into ComputeIndexMap.
2010-11-10 Rafael EspindolaChange the String<size> methods to take a fragment...
2010-11-10 Rafael EspindolaUse MCSectionELF in places we know we have an ELF section.
2010-11-09 Rafael EspindolaFixed version of 118639 with an extra assert to catch...
2010-11-09 Rafael EspindolaRevert previous patch. Missed a case.
2010-11-09 Rafael EspindolaRemove IsExplicit. It was always false.
2010-11-01 Rafael EspindolaImplement .weakref.
2010-10-31 Rafael EspindolaAdd support for files with more than 65280 sections...
2010-10-29 Rafael EspindolaBe more strict on when we produce an undefined referenc...
2010-10-28 Rafael EspindolaDefined weak symbols should have non-zero value.
2010-10-28 Rafael EspindolaFix relocations with renamed symbols.
2010-10-28 Rafael EspindolaAliases defined with .symver should copy the binding...
2010-10-28 Rafael EspindolaImplement R_X86_64_DTPOFF32.
2010-10-28 Rafael EspindolaImplement TLSLD.
2010-10-28 Rafael EspindolaImplement DTPOFF.
2010-10-28 Rafael EspindolaImplement TLSLDM.
2010-10-28 Rafael EspindolaImplement VK_GOTNTPOFF and switch RelocNeedsGOT to...
2010-10-27 Rafael EspindolaAdd support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TL...
2010-10-27 Rafael EspindolaImplement R_X86_64_GOTTPOFF, R_X86_64_TLSGD and R_X86_6...
2010-10-27 Benjamin KramerReplace pointer arithmetic with StringRef::substr.
2010-10-27 Rafael EspindolaProduce an error for an invalid use of .symver.
2010-10-27 Rafael EspindolaSymbols defined as the difference of other two end...
2010-10-27 Rafael EspindolaAdd support for the .symver directive. This is really...
2010-10-27 Rafael EspindolaMove more logic to isInSymtab and simplify.
2010-10-25 Rafael EspindolaAdd support for emitting ARM file attributes.
2010-10-24 Rafael EspindolaAdd X86::reloc_global_offset_table and use it to have...
2010-10-22 Wesley PeckMaking the e_machine configurable by the target backend...
2010-10-19 Rafael EspindolaSmall cleanups and fixes in preparation for fixing...
2010-10-18 Rafael EspindolaImplement R_386_GOT32.
2010-10-18 Rafael EspindolaRelocate with .bss instead of using the symbol. Matches...
2010-10-18 Rafael EspindolaReenable assert.
2010-10-18 Rafael EspindolaProduce ELF::R_386_GOTPC relocations.
2010-10-18 Rafael EspindolaMake the bots happy.
2010-10-18 Rafael EspindolaProduce a R_386_PLT32 when needed. Moved the default...
2010-10-18 Rafael EspindolaHandle GOTOFF correctly on i386.
2010-10-17 Benjamin KramerFix a typo and silence unused variable warnings in...
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-10-15 Rafael EspindolaRefactor alias handling to AliasedSymbol.
2010-10-15 Rafael EspindolaRefactor code a bit and avoid creating unnecessary...
2010-10-14 Rafael EspindolaRemove some code duplication.
2010-10-06 Rafael EspindolaAnother case of 256 sections not being enough :-)
2010-10-06 Rafael EspindolaGet binding and visibility info from the the alias...
2010-10-06 Rafael EspindolaIf a symbol is global, reloc against it even if it...
2010-10-06 Rafael EspindolaMake sure weak symbols are listed after the local ones.
2010-10-06 Rafael EspindolaCorrectly handle GOTPCREL relocations.
2010-10-05 Rafael EspindolaUse a relocation against the symbol if it is a PLT...
2010-10-05 Rafael EspindolaImplement more alias cases.
2010-10-05 Rafael Espindola256 sections should be enough for anyone...
2010-10-05 Rafael EspindolaDon't crash in a strange .size directive.
2010-10-05 Rafael EspindolaImplement a simple alias case and refactor the code...
2010-10-05 Rafael EspindolaProduce a undefined reference to _GLOBAL_OFFSET_TABLE_...
2010-10-05 Rafael EspindolaOn ELF we need to know which symbols are used in reloca...
2010-10-04 Rafael EspindolaImplement ELF::R_X86_64_GOTPCREL.
2010-10-04 Rafael EspindolaMove isFixupKindX86PCRel.
2010-10-04 Rafael EspindolaProduce a R_X86_64_PLT32 when needed.
2010-10-04 Rafael EspindolaProduce a R_X86_64_GOT32 when needed.
2010-10-04 Rafael EspindolaInclude the section address in the computation of the...
next