aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MachObjectWriter.cpp
AgeCommit message (Expand)Author
2010-12-17MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format s...Daniel Dunbar
2010-12-17MC/Assembler: Strip out object writer arguments, now that it is always availableDaniel Dunbar
2010-12-17MC/Target: Remove HasScatteredSymbols target hook variable, which has beenDaniel Dunbar
2010-12-16MC/Mach-O: Lift some MachObjectWriter arguments into the target specificDaniel Dunbar
2010-12-16MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.Daniel Dunbar
2010-12-16MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.Daniel Dunbar
2010-12-16MC/Mach-O: Use fixup info instead of hard coded list.Daniel Dunbar
2010-12-07Fix absolute recording of differences of symbols in two sections. Reduced fro...Rafael Espindola
2010-12-07Fix relocations with weak definitions.Rafael Espindola
2010-12-07Fix pcrel relocations that cross sections.Rafael Espindola
2010-12-07Fix a crash reduced from gcc produced assembly.Rafael Espindola
2010-12-07Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola
2010-12-06use getSymbolOffset.Rafael Espindola
2010-12-06Another use of getSymbolOffset.Rafael Espindola
2010-12-02Add support for binary encoding of ARM 'adr' instructions referencing constantJim Grosbach
2010-11-28Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola
2010-11-27macho-dump: Add support for dumping relocation entries.Daniel Dunbar
2010-11-27Fix a comment.Daniel Dunbar
2010-11-27Reduce nesting.Daniel Dunbar
2010-11-27MC/Mach-O: Migrate more constants into MachOFormat.h.Daniel Dunbar
2010-11-27MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machineDaniel Dunbar
2010-11-17make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola
2010-11-13MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar
2010-11-11Trailing whitespace.Jim Grosbach
2010-11-05Allow targets to specify the MachO CPUType/CPUSubtype information.Jim Grosbach
2010-10-05On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola
2010-10-02This adds a Darwin x86_64 relocation encoding for a subtraction expressionKevin Enderby
2010-09-30Correctly produce R_X86_64_32 or R_X86_64_32S.Rafael Espindola
2010-09-30Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola
2010-09-27Remove unused argument.Rafael Espindola
2010-09-17MC/Mach-O/i386: Fix a crash in relocation handling.Daniel Dunbar
2010-08-16silence a vc2010 warning: " result of 32-bit shift implicitly converted toChris Lattner
2010-08-10Revert "MC/MachO: Fix possible null pointer dereference."Michael J. Spencer
2010-08-09MC/MachO: Fix possible null pointer dereference.Michael J. Spencer
2010-07-07finish up support for callw: PR7195Chris Lattner
2010-06-29The variable "Value" is carefully set to Layout.getSymbolAddress,Duncan Sands
2010-06-22Get the addend correct for i386 pic.Eric Christopher
2010-06-17Update comment.Eric Christopher
2010-06-16In progress on 32-bit addends.Eric Christopher
2010-06-16MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol.Daniel Dunbar
2010-06-16Fix indentation.Eric Christopher
2010-06-15Some more work on mach-o TLV relocations.Eric Christopher
2010-05-27Rearrange conditionals so we don't get caught with the correct type as wrong.Eric Christopher
2010-05-26MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar
2010-05-26MC: Use accessors for access to MCAsmFixup.Daniel Dunbar
2010-05-26Start adding mach-o tls reloc support.Eric Christopher
2010-05-20Reduce string trashing.Benjamin Kramer
2010-05-18MC/Mach-O: Implement support for setting indirect symbol table offset in sect...Daniel Dunbar
2010-05-18MC/Mach-O: Remove some FIXMEs.Daniel Dunbar
2010-05-14MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only beDaniel Dunbar