Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / MC / ELFObjectWriter.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2012-10-16 Michael LiaoCheck .rela instead of ELF64 for the compensation vaue...
2012-08-27 Rafael EspindolaFix comment.
2012-06-27 Jack CarterThe ELF relocation record format is different for N64
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-03-23 Akira HatanakaAdd a hook in MCELFObjectTargetWriter to allow targets...
2012-01-20 Benjamin KramerRemove a bunch of unused variable assignments.
2011-12-22 Rafael EspindolaKill the monstrosity that was ELFObjectWriter.h.
2011-12-22 Rafael EspindolaMisc cleanups.
2011-12-22 Rafael EspindolaMove the Mips only bits of the ELF writer to lib/Target...
2011-12-22 Rafael EspindolaMove the MBlaze ELF writer bits to lib/Target/MBlaze.
2011-12-22 Rafael EspindolaMove PPC bits to lib/Target/PowerPC.
2011-12-22 Akira HatanakaLocal dynamic TLS model for direct object output. Creat...
2011-12-22 Rafael EspindolaMove the ARM specific parts of the ELF writer to Target...
2011-12-22 Rafael EspindolagetEFlags is const.
2011-12-21 Rafael EspindolaSwitch from WriteEFlags to getEFlags in preparation...
2011-12-21 Rafael EspindolaMove the X86 specific bits of the ELF writer to the...
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-21 Rafael EspindolaSmall refactoring so that RelocNeedsGOT can stay in...
2011-12-13 Akira HatanakaRelocation against a symbol, instead of against section...
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...
next