summaryrefslogtreecommitdiff
path: root/lib/MC/MachObjectWriter.cpp
Commit message (Expand)AuthorAge
* Fix absolute recording of differences of symbols in two sections. Reduced fro...Rafael Espindola2010-12-07
* Fix relocations with weak definitions.Rafael Espindola2010-12-07
* Fix pcrel relocations that cross sections.Rafael Espindola2010-12-07
* Fix a crash reduced from gcc produced assembly.Rafael Espindola2010-12-07
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-07
* use getSymbolOffset.Rafael Espindola2010-12-06
* Another use of getSymbolOffset.Rafael Espindola2010-12-06
* Add support for binary encoding of ARM 'adr' instructions referencing constantJim Grosbach2010-12-02
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-28
* macho-dump: Add support for dumping relocation entries.Daniel Dunbar2010-11-27
* Fix a comment.Daniel Dunbar2010-11-27
* Reduce nesting.Daniel Dunbar2010-11-27
* MC/Mach-O: Migrate more constants into MachOFormat.h.Daniel Dunbar2010-11-27
* MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machineDaniel Dunbar2010-11-27
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-17
* MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar2010-11-13
* Trailing whitespace.Jim Grosbach2010-11-11
* Allow targets to specify the MachO CPUType/CPUSubtype information.Jim Grosbach2010-11-05
* On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola2010-10-05
* This adds a Darwin x86_64 relocation encoding for a subtraction expressionKevin Enderby2010-10-02
* Correctly produce R_X86_64_32 or R_X86_64_32S.Rafael Espindola2010-09-30
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-30
* Remove unused argument.Rafael Espindola2010-09-27
* MC/Mach-O/i386: Fix a crash in relocation handling.Daniel Dunbar2010-09-17
* silence a vc2010 warning: " result of 32-bit shift implicitly converted toChris Lattner2010-08-16
* Revert "MC/MachO: Fix possible null pointer dereference."Michael J. Spencer2010-08-10
* MC/MachO: Fix possible null pointer dereference.Michael J. Spencer2010-08-09
* finish up support for callw: PR7195Chris Lattner2010-07-07
* The variable "Value" is carefully set to Layout.getSymbolAddress,Duncan Sands2010-06-29
* Get the addend correct for i386 pic.Eric Christopher2010-06-22
* Update comment.Eric Christopher2010-06-17
* In progress on 32-bit addends.Eric Christopher2010-06-16
* MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol.Daniel Dunbar2010-06-16
* Fix indentation.Eric Christopher2010-06-16
* Some more work on mach-o TLV relocations.Eric Christopher2010-06-15
* Rearrange conditionals so we don't get caught with the correct type as wrong.Eric Christopher2010-05-27
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-26
* MC: Use accessors for access to MCAsmFixup.Daniel Dunbar2010-05-26
* Start adding mach-o tls reloc support.Eric Christopher2010-05-26
* Reduce string trashing.Benjamin Kramer2010-05-20
* MC/Mach-O: Implement support for setting indirect symbol table offset in sect...Daniel Dunbar2010-05-18
* MC/Mach-O: Remove some FIXMEs.Daniel Dunbar2010-05-18
* MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only beDaniel Dunbar2010-05-14
* MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixupDaniel Dunbar2010-05-11
* MC/Mach-O: As Kevin pointed out, 'Address' is really an offset -- rename to c...Daniel Dunbar2010-05-11
* MC/Mach-O: Fix a crash on invalid.Daniel Dunbar2010-05-11
* MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use aDaniel Dunbar2010-05-10
* MC/Mach-O: Factor out doesSymbolRequireExternRelocation.Daniel Dunbar2010-05-10
* Fix i386 relocations to Weak Definitions. The relocation entries should beKevin Enderby2010-05-07
* MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support forDaniel Dunbar2010-05-05