summaryrefslogtreecommitdiff
path: root/lib/MC/ELFObjectWriter.cpp
Commit message (Expand)AuthorAge
...
* Also create a shndx even if there are no symbols. This lets us testNick Lewycky2011-10-11
* Don't emit the symbol table entry for the .symtab_shndx section either.Nick Lewycky2011-10-07
* Remove extraneous curlies. No functionality change.Nick Lewycky2011-10-07
* Don't emit a shstrtabindex in the reserved range. Spotted by inspection andNick Lewycky2011-10-07
* Clarify/fix typo. No functionality change.Nick Lewycky2011-10-07
* Add definition of MipsELFObjectWriter.Akira Hatanaka2011-09-30
* Introduce adjustFixupOffset that adjusts the fixup offset of a relocation.Roman Divacky2011-08-04
* Add an assert to check that the Addend fits the file format.Rafael Espindola2011-08-04
* Fix http://llvm.org/bugs/show_bug.cgi?id=10568Jason W Kim2011-08-04
* Comment out the PPC relocation offset adjustment. It must be done differently.Roman Divacky2011-08-02
* Sketch out PowerPC ELF writer. This is enough to get clang -integrated-asRoman Divacky2011-08-02
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Refactor X86 target to separate MC code from Target code.Evan Cheng2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-23
* Remove an uneeded switch - Turns out reloc results are identical w/o the swit...Jason W Kim2011-06-09
* Produce an undefined reference to _GLOBAL_OFFSET_TABLE_ if we have aRafael Espindola2011-06-05
* Add support for @GOTPTOFF in i386 mode.Nick Lewycky2011-06-04
* fixes target address tBL and tBLX and sets relocation typeRafael Espindola2011-05-20
* Add a FIXME reminder to remove ForceARMElfPIC switch.Jason W Kim2011-05-16
* sets bit 0 of the function address of thumb function in .symtabRafael Espindola2011-05-16
* Remove an unused variable and move a couple others inside DEBUG.Matt Beaumont-Gay2011-05-11
* Address the last bit of relocation flag related divergence betweeenJason W Kim2011-05-11
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-01
* Micro optimization and improved similarity with gas' output:Rafael Espindola2011-04-07
* Write the section table and the section data in the same order thatRafael Espindola2011-03-20
* Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...Jan Sjödin2011-03-03
* PR9352: Always emit a relocation for weak symbols. Not emitting relocationsEli Friedman2011-03-03
* Make all static functions become static class methods. Move shared (duplicate...Jan Sjödin2011-02-28
* Put in the symbol table symbols only used in a .globl statement.Rafael Espindola2011-02-23
* Handle FK_PCRel_1 and add a test case for this and FK_PCRel_4.Joerg Sonnenberger2011-02-21
* Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola2011-02-16
* Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkageJason W Kim2011-02-07
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-04
* Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim2011-02-04
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-23
* Remove more duplicated code.Rafael Espindola2011-01-23
* Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.Evan Cheng2011-01-14
* Style clean up - break up the breaks.Jason W Kim2011-01-13
* 1. Support ELF pcrel relocations for movw/movt:Jason W Kim2011-01-12
* Fix PR8878.Rafael Espindola2011-01-01
* Handle reloc_riprel_4byte_movq_load. Should make the bots happy.Rafael Espindola2010-12-27
* Add support for the same encodings of the personality function that gnu asRafael Espindola2010-12-27
* Add support for @note. Patch by Jörg Sonnenberger.Rafael Espindola2010-12-26
* Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We nowRafael Espindola2010-12-24
* Simplify the handling of .size expressions.Rafael Espindola2010-12-22
* Set the value of absolute symbols.Roman Divacky2010-12-20
* Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.Rafael Espindola2010-12-18
* Remove the MCObjectFormat class.Rafael Espindola2010-12-18