MC/Mach-O: Split out RecordARMRelocation for now, it is weird enough it isn't
[oota-llvm.git] / lib / MC / MachObjectWriter.cpp
2010-12-22 Daniel DunbarMC/Mach-O: Split out RecordARMRelocation for now, it...
2010-12-21 Matt Beaumont-GayGCC objects to the two sides of a conditional expressio...
2010-12-21 Daniel DunbarMC/Mach-O: Shuffle enums a bit to make it harder to...
2010-12-18 Rafael EspindolaMerge isAbsolute into IsSymbolRefDifferenceFullyResolved.
2010-12-18 Rafael EspindolaRemove the MCObjectFormat class.
2010-12-17 Daniel DunbarMC/Mach-O: On second thought, use a custom hook for...
2010-12-17 Daniel DunbarMC/Mach-O: Implement IsSymbolRefDifferenceFullyResolved.
2010-12-17 Daniel DunbarMC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyRe...
2010-12-17 Daniel DunbarMC/Assembler: Strip out object writer arguments, now...
2010-12-17 Daniel DunbarMC/Target: Remove HasScatteredSymbols target hook varia...
2010-12-16 Daniel DunbarMC/Mach-O: Lift some MachObjectWriter arguments into...
2010-12-16 Daniel DunbarMC/Mach-O: Stub out explicit MCMachObjectTargetWriter...
2010-12-16 Daniel DunbarMC/Mach-O: Move createMachObjectWriter into MCMachObjec...
2010-12-16 Daniel DunbarMC/Mach-O: Use fixup info instead of hard coded list.
2010-12-07 Rafael EspindolaFix absolute recording of differences of symbols in...
2010-12-07 Rafael EspindolaFix relocations with weak definitions.
2010-12-07 Rafael EspindolaFix pcrel relocations that cross sections.
2010-12-07 Rafael EspindolaFix a crash reduced from gcc produced assembly.
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-06 Rafael Espindolause getSymbolOffset.
2010-12-06 Rafael EspindolaAnother use of getSymbolOffset.
2010-12-02 Jim GrosbachAdd support for binary encoding of ARM 'adr' instructio...
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping relocation entries.
2010-11-27 Daniel DunbarFix a comment.
2010-11-27 Daniel DunbarReduce nesting.
2010-11-27 Daniel DunbarMC/Mach-O: Migrate more constants into MachOFormat.h.
2010-11-27 Daniel DunbarMC/Mach-O: Introduce Object/MachOFormat for describing...
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-11-13 Daniel DunbarMC: Simplify Mach-O and ELF object writer implementations.
2010-11-11 Jim GrosbachTrailing whitespace.
2010-11-05 Jim GrosbachAllow targets to specify the MachO CPUType/CPUSubtype...
2010-10-05 Rafael EspindolaOn ELF we need to know which symbols are used in reloca...
2010-10-02 Kevin EnderbyThis adds a Darwin x86_64 relocation encoding for a...
2010-09-30 Rafael EspindolaCorrectly produce R_X86_64_32 or R_X86_64_32S.
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-09-27 Rafael EspindolaRemove unused argument.
2010-09-17 Daniel DunbarMC/Mach-O/i386: Fix a crash in relocation handling.
2010-08-16 Chris Lattnersilence a vc2010 warning: " result of 32-bit shift...
2010-08-10 Michael J. SpencerRevert "MC/MachO: Fix possible null pointer dereference."
2010-08-09 Michael J. SpencerMC/MachO: Fix possible null pointer dereference.
2010-07-07 Chris Lattnerfinish up support for callw: PR7195
2010-06-29 Duncan SandsThe variable "Value" is carefully set to Layout.getSymb...
2010-06-22 Eric ChristopherGet the addend correct for i386 pic.
2010-06-17 Eric ChristopherUpdate comment.
2010-06-16 Eric ChristopherIn progress on 32-bit addends.
2010-06-16 Daniel DunbarMC: Simplify MCAssembler::isSymbolLinkerVisible to...
2010-06-16 Eric ChristopherFix indentation.
2010-06-15 Eric ChristopherSome more work on mach-o TLV relocations.
2010-05-27 Eric ChristopherRearrange conditionals so we don't get caught with...
2010-05-26 Daniel DunbarMC: Eliminate MCAsmFixup, replace with MCFixup.
2010-05-26 Daniel DunbarMC: Use accessors for access to MCAsmFixup.
2010-05-26 Eric ChristopherStart adding mach-o tls reloc support.
2010-05-20 Benjamin KramerReduce string trashing.
2010-05-18 Daniel DunbarMC/Mach-O: Implement support for setting indirect symbo...
2010-05-18 Daniel DunbarMC/Mach-O: Remove some FIXMEs.
2010-05-14 Daniel DunbarMC/Mach-O/x86_64: Darwin's special "signed_N" relocatio...
2010-05-11 Daniel DunbarMC/Mach-O/x86_64: Fix PCrel adjustment for x86_64,...
2010-05-11 Daniel DunbarMC/Mach-O: As Kevin pointed out, 'Address' is really...
2010-05-11 Daniel DunbarMC/Mach-O: Fix a crash on invalid.
2010-05-10 Daniel DunbarMC/Mach-O: Fix another mismatch with .weak_definition...
2010-05-10 Daniel DunbarMC/Mach-O: Factor out doesSymbolRequireExternRelocation.
2010-05-07 Kevin EnderbyFix i386 relocations to Weak Definitions. The relocati...
2010-05-05 Daniel DunbarMC/Mach-O: Mark absolute variable's appropriately,...
2010-05-05 Daniel DunbarMC/Mach-O/x86_64: Relocations in debug sections should...
2010-04-08 Benjamin KramerVarious MSVC warning fixes about truncated 64 bit shift...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-29 Daniel DunbarMC/Mach-O/x86_64: Support @GOTPCREL on symbols, even...
2010-03-25 Daniel DunbarMC/Mach-O: Switch to MCSectionData::getOrdinal.
2010-03-25 Daniel DunbarFix -Asserts warning.
2010-03-25 Daniel DunbarMC: Route access to SectionData offset and file size...
2010-03-25 Daniel DunbarMC: Route access to Fragment offset and effective size...
2010-03-24 Daniel DunbarMC: Direct all {fragment,section,symbol} address access...
2010-03-22 Daniel DunbarAdd a FIXME.
2010-03-22 Daniel DunbarMC: Change MCObjectWriter::RecordRelocation to take...
2010-03-20 Daniel DunbarBetter fix for r98994, MachObjectWriterImpl wasn't...
2010-03-19 Rafael EspindolaFix -Wnon-virtual-dtor warning.
2010-03-19 Daniel DunbarMC/Mach-O/x86_64: Add relocation support.
2010-03-19 Daniel DunbarMC/Mach-O: Move to MachObjectWriter.{h,cpp}.