Add back commits r219835 and a fixed version of r219829.
[oota-llvm.git] / lib / MC / ELFObjectWriter.cpp
2011-12-09 Rafael EspindolaHandle reloc_signed_4byte in here. Not doing so was...
2011-12-09 Rafael EspindolaHandle the case of the magical _GLOBAL_OFFSET_TABLE_...
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-12-06 Bruno Cardoso LopesExplicit symbols for gnu mimicing relocations. Patch...
2011-12-06 Jim GrosbachTidy up. Hard tabs.
2011-12-06 Jim GrosbachSwitch MCAssembler to method names starting w/ lower...
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-11-15 Jim GrosbachTidy up. 80 columns.
2011-11-04 Bruno Cardoso LopesAdd mips ELF relocation types. Patch by Jack Carter!
2011-10-11 Nick LewyckyAlso create a shndx even if there are no symbols. This...
2011-10-07 Nick LewyckyDon't emit the symbol table entry for the .symtab_shndx...
2011-10-07 Nick LewyckyRemove extraneous curlies. No functionality change.
2011-10-07 Nick LewyckyDon't emit a shstrtabindex in the reserved range. Spott...
2011-10-07 Nick LewyckyClarify/fix typo. No functionality change.
2011-09-30 Akira HatanakaAdd definition of MipsELFObjectWriter.
2011-08-04 Roman DivackyIntroduce adjustFixupOffset that adjusts the fixup...
2011-08-04 Rafael EspindolaAdd an assert to check that the Addend fits the file...
2011-08-04 Jason W KimFix http://llvm.org/bugs/show_bug.cgi?id=10568
2011-08-02 Roman DivackyComment out the PPC relocation offset adjustment. It...
2011-08-02 Roman DivackySketch out PowerPC ELF writer. This is enough to get...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Evan ChengRefactor X86 target to separate MC code from Target...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-23 Evan ChengSink ARM mc routines into MCTargetDesc.
2011-06-09 Jason W KimRemove an uneeded switch - Turns out reloc results...
2011-06-05 Rafael EspindolaProduce an undefined reference to _GLOBAL_OFFSET_TABLE_...
2011-06-04 Nick LewyckyAdd support for @GOTPTOFF in i386 mode.
2011-05-20 Rafael Espindolafixes target address tBL and tBLX and sets relocation...
2011-05-16 Jason W KimAdd a FIXME reminder to remove ForceARMElfPIC switch.
2011-05-16 Rafael Espindolasets bit 0 of the function address of thumb function...
2011-05-11 Matt Beaumont-GayRemove an unused variable and move a couple others...
2011-05-11 Jason W KimAddress the last bit of relocation flag related diverge...
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...
next