aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MachObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes2011-03-011-2/+2
* Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim2011-02-041-1/+2
* Fix bogus assert condition noticed by Csaba Raduly.Evan Cheng2011-02-011-2/+2
* Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.Evan Cheng2011-01-141-9/+126
* MC/Mach-O/Thumb: Select appropriate relocation types for Thumb.Daniel Dunbar2010-12-271-9/+11
* Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We nowRafael Espindola2010-12-241-124/+33
* MC/Mach-O/ARM: Start handling some Thumb branches.Daniel Dunbar2010-12-241-0/+14
* MC/Mach-O/ARM: Don't try to use scattered relocs for BR24 fixups.Daniel Dunbar2010-12-221-1/+1
* Fix another conditional expression mismatched enum type warning.Matt Beaumont-Gay2010-12-221-1/+2
* MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which isDaniel Dunbar2010-12-221-6/+1
* MC/Mach-O/ARM: Clone off an ARM version of RecordScatteredRelocation until I ...Daniel Dunbar2010-12-221-4/+68
* MC/Mach-O: Return to reporting errors if we see unexpected fixup kinds.Daniel Dunbar2010-12-221-6/+3
* MC/Mach-O/ARM: Recognize generic _Data_N fixup kinds.Daniel Dunbar2010-12-221-0/+16
* MC/Mach-O/ARM: Add enough relocation logic to get BR24 relocations.Daniel Dunbar2010-12-221-3/+26
* MC/Mach-O/ARM: Fix thinko.Daniel Dunbar2010-12-221-1/+1
* 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