summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/ELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We nowRafael Espindola2010-12-241-42/+16
* Simplify the handling of .size expressions.Rafael Espindola2010-12-221-17/+6
* Set the value of absolute symbols.Roman Divacky2010-12-201-0/+9
* Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.Rafael Espindola2010-12-181-14/+0
* Remove the MCObjectFormat class.Rafael Espindola2010-12-181-0/+6
* Move some data to the TargetWriter.Rafael Espindola2010-12-181-79/+53
* Store and free the TargetObjectWriter.Rafael Espindola2010-12-171-13/+26
* Stub out explicit MCELFObjectTargetWriter interface.Rafael Espindola2010-12-171-1/+2
* Move createELFObjectWriter to its own header.Rafael Espindola2010-12-171-0/+1
* Use getFixupKindInfo to implement isFixupKindPCRel, ELF version.Rafael Espindola2010-12-171-40/+8
* MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format s...Daniel Dunbar2010-12-171-2/+11
* MC/Assembler: Strip out object writer arguments, now that it is always availableDaniel Dunbar2010-12-171-1/+1
* 1. ARM/MC/ELF: A few more ELF relocs for .oJason W Kim2010-12-161-0/+6
* First cut of ARM/MC/ELF PIC relocations.Jason W Kim2010-12-131-7/+25
* Thumb unconditional branch binary encoding. rdar://8754994Jim Grosbach2010-12-101-0/+1
* Rename CB/CBZ specific fixup accordingly.Jim Grosbach2010-12-091-1/+1
* ARM/MC/ELF TPsoft is now a proper pseudo inst.Jason W Kim2010-12-081-5/+13
* Support the "target" encodings for the CB[N]Z instructions.Bill Wendling2010-12-081-0/+1
* Add support for loading from a constant pool.Bill Wendling2010-12-081-0/+1
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-071-6/+8
* Add fixup for Thumb1 BL/BLX instructions.Jim Grosbach2010-12-061-0/+1
* Refactor ELFObjectWriter.Jason W Kim2010-12-061-216/+106
* Remove the getAddress getter, initialize Ordinal in the constructor and useRafael Espindola2010-12-061-1/+1
* Add a getSymbolOffset method and use it in the ELF writer.Rafael Espindola2010-12-061-15/+8
* The sections that the ELF object writer has to create are very simple andRafael Espindola2010-12-021-20/+48
* Add support for binary encoding of ARM 'adr' instructions referencing constantJim Grosbach2010-12-021-2/+3
* Add correct encodings for STRD and LDRD, including fixup support. Additional...Owen Anderson2010-12-011-2/+2
* Fix a mised reloc rename spot.Jim Grosbach2010-12-011-2/+2
* ARM/MC/ELF relocation "hello world" for movw/movt.Jason W Kim2010-12-011-1/+97
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-281-11/+15
* Behave a bit more like gnu as and use the symbol (instead of the section)Rafael Espindola2010-11-241-3/+9
* Relocate with the symbol if the relocation is of kind NTPOFF.Rafael Espindola2010-11-241-1/+2
* Fixed some style issues (no _, no spc after !)Jason W Kim2010-11-221-6/+6
* Make the <ARCH>ELFObjectWriter statics privateJason W Kim2010-11-221-0/+3
* Fix misplaced statics.Jason W Kim2010-11-221-6/+5
* Kill trailing whitespaceJason W Kim2010-11-221-3/+3
* Refactor the ELFRelocationEntry (pull up) and move the arch-specific statics ...Jason W Kim2010-11-221-46/+54
* Implement ELF object file writing support for the MBlaze backend. Its not per...Wesley Peck2010-11-211-2/+140
* Handle PCRel relocations with absolute values. Fixes PR8656.Rafael Espindola2010-11-211-9/+23
* A bit more of gnu as compatibility when handling relocations with aliases.Rafael Espindola2010-11-161-2/+5
* Fix compiler warnigns.Benjamin Kramer2010-11-151-2/+2
* Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola2010-11-151-56/+33
* Dovetail with Dan Dunbar's rework of ELFObjectWriter.Jason W Kim2010-11-151-223/+311
* Move the logic to decide with which symbol we produce a relocation (if any) toRafael Espindola2010-11-141-27/+44
* Handle a peculiar comdat case: Creating a section with an undefinedRafael Espindola2010-11-141-29/+47
* Simplify getSymbolIndexInSymbolTable by setting the actual index ofRafael Espindola2010-11-141-11/+6
* MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar2010-11-131-133/+85
* MCELF: Copy the symbol name only if we're going to modify it.Benjamin Kramer2010-11-121-9/+8
* Initial comdat implementation.Rafael Espindola2010-11-111-21/+118
* Make AliasedSymbol able to handle MCTargetExpr. They can get here ifRafael Espindola2010-11-111-3/+16
OpenPOWER on IntegriCloud