Simplify the handling of pcrel relocations on ELF. Now we do the right thing
[oota-llvm.git] / lib / MC / ELFObjectWriter.cpp
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-07 Rafael EspindolaMicro optimization and improved similarity with gas...
2011-03-20 Rafael EspindolaWrite the section table and the section data in the...
2011-03-03 Jan SjödinSplit MCEELFStreamer and ELFObjectWriter into .h and...
2011-03-03 Eli FriedmanPR9352: Always emit a relocation for weak symbols....
2011-02-28 Jan SjödinMake all static functions become static class methods...
2011-02-23 Rafael EspindolaPut in the symbol table symbols only used in a .globl...
2011-02-21 Joerg SonnenbergerHandle FK_PCRel_1 and add a test case for this and...
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2011-02-07 Jason W KimTeach ARM/MC/ELF about gcc compatible reloc output...
2011-02-04 Jason W KimTeach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic...
2011-02-04 Jason W KimTeach ARM/MC/ELF to handle R_ARM_JUMP24 relocation...
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-14 Evan ChengCompleted :lower16: / :upper16: support for movw /...
2011-01-13 Jason W KimStyle clean up - break up the breaks.
2011-01-12 Jason W Kim1. Support ELF pcrel relocations for movw/movt:
2011-01-01 Rafael EspindolaFix PR8878.
2010-12-27 Rafael EspindolaHandle reloc_riprel_4byte_movq_load. Should make the...
2010-12-27 Rafael EspindolaAdd support for the same encodings of the personality...
2010-12-26 Rafael EspindolaAdd support for @note. Patch by Jörg Sonnenberger.
2010-12-24 Rafael EspindolaMerge IsFixupFullyResolved and IsSymbolRefDifferenceFul...
2010-12-22 Rafael EspindolaSimplify the handling of .size expressions.
2010-12-20 Roman DivackySet the value of absolute symbols.
2010-12-18 Rafael EspindolaMerge isAbsolute into IsSymbolRefDifferenceFullyResolved.
2010-12-18 Rafael EspindolaRemove the MCObjectFormat class.
2010-12-18 Rafael EspindolaMove some data to the TargetWriter.
2010-12-17 Rafael EspindolaStore and free the TargetObjectWriter.
2010-12-17 Rafael EspindolaStub out explicit MCELFObjectTargetWriter interface.
2010-12-17 Rafael EspindolaMove createELFObjectWriter to its own header.
2010-12-17 Rafael EspindolaUse getFixupKindInfo to implement isFixupKindPCRel...
2010-12-17 Daniel DunbarMC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyRe...
2010-12-17 Daniel DunbarMC/Assembler: Strip out object writer arguments, now...
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...
next