On ELF we need to know which symbols are used in relocations to decide if
[oota-llvm.git] / lib / MC / MachObjectWriter.cpp
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}.