aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MachObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MC/Mach-O/ARM: Stub out RecordARMRelocation, which is mostly a copy ofDaniel Dunbar2010-12-221-1/+78
* Simplify.Daniel Dunbar2010-12-221-6/+5
* MC/Mach-O: Split out RecordARMRelocation for now, it is weird enough it isn'tDaniel Dunbar2010-12-221-0/+15
* GCC objects to the two sides of a conditional expression having different enumMatt Beaumont-Gay2010-12-211-2/+2
* MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrongDaniel Dunbar2010-12-211-7/+8
* Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.Rafael Espindola2010-12-181-7/+5
* Remove the MCObjectFormat class.Rafael Espindola2010-12-181-0/+6
* MC/Mach-O: On second thought, use a custom hook for enabling aggressiveDaniel Dunbar2010-12-171-0/+3
* MC/Mach-O: Implement IsSymbolRefDifferenceFullyResolved.Daniel Dunbar2010-12-171-0/+25
* MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format s...Daniel Dunbar2010-12-171-0/+6
* MC/Assembler: Strip out object writer arguments, now that it is always availableDaniel Dunbar2010-12-171-1/+1
* MC/Target: Remove HasScatteredSymbols target hook variable, which has beenDaniel Dunbar2010-12-171-5/+0
* MC/Mach-O: Lift some MachObjectWriter arguments into the target specificDaniel Dunbar2010-12-161-31/+29
* MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.Daniel Dunbar2010-12-161-16/+23
* MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.Daniel Dunbar2010-12-161-0/+1
* MC/Mach-O: Use fixup info instead of hard coded list.Daniel Dunbar2010-12-161-21/+19
* Fix absolute recording of differences of symbols in two sections. Reduced fro...Rafael Espindola2010-12-071-0/+11
* Fix relocations with weak definitions.Rafael Espindola2010-12-071-1/+1
* Fix pcrel relocations that cross sections.Rafael Espindola2010-12-071-2/+2
* Fix a crash reduced from gcc produced assembly.Rafael Espindola2010-12-071-8/+4
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-071-16/+85
* use getSymbolOffset.Rafael Espindola2010-12-061-1/+1
* Another use of getSymbolOffset.Rafael Espindola2010-12-061-4/+8
* Add support for binary encoding of ARM 'adr' instructions referencing constantJim Grosbach2010-12-021-1/+6
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-281-6/+6
* macho-dump: Add support for dumping relocation entries.Daniel Dunbar2010-11-271-14/+9
* Fix a comment.Daniel Dunbar2010-11-271-2/+1
* Reduce nesting.Daniel Dunbar2010-11-271-20/+26
* MC/Mach-O: Migrate more constants into MachOFormat.h.Daniel Dunbar2010-11-271-104/+37
* MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machineDaniel Dunbar2010-11-271-38/+24
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-171-2/+2
* MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar2010-11-131-59/+13
* Trailing whitespace.Jim Grosbach2010-11-111-5/+5
* Allow targets to specify the MachO CPUType/CPUSubtype information.Jim Grosbach2010-11-051-7/+13
* On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola2010-10-051-1/+1
* This adds a Darwin x86_64 relocation encoding for a subtraction expressionKevin Enderby2010-10-021-13/+29
* Correctly produce R_X86_64_32 or R_X86_64_32S.Rafael Espindola2010-09-301-0/+2
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-301-0/+118
* Remove unused argument.Rafael Espindola2010-09-271-3/+3
* MC/Mach-O/i386: Fix a crash in relocation handling.Daniel Dunbar2010-09-171-1/+2
* silence a vc2010 warning: " result of 32-bit shift implicitly converted toChris Lattner2010-08-161-1/+1
* Revert "MC/MachO: Fix possible null pointer dereference."Michael J. Spencer2010-08-101-1/+1
* MC/MachO: Fix possible null pointer dereference.Michael J. Spencer2010-08-091-1/+1
* finish up support for callw: PR7195Chris Lattner2010-07-071-0/+2
* The variable "Value" is carefully set to Layout.getSymbolAddress,Duncan Sands2010-06-291-4/+0
* Get the addend correct for i386 pic.Eric Christopher2010-06-221-1/+7
* Update comment.Eric Christopher2010-06-171-1/+2
* In progress on 32-bit addends.Eric Christopher2010-06-161-1/+7
* MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol.Daniel Dunbar2010-06-161-2/+2
* Fix indentation.Eric Christopher2010-06-161-4/+4