aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MachObjectWriter.cpp
AgeCommit message (Expand)Author
2010-04-08Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...Benjamin Kramer
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-03-29MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations!Daniel Dunbar
2010-03-25MC/Mach-O: Switch to MCSectionData::getOrdinal.Daniel Dunbar
2010-03-25Fix -Asserts warning.Daniel Dunbar
2010-03-25MC: Route access to SectionData offset and file size through MCAsmLayout.Daniel Dunbar
2010-03-25MC: Route access to Fragment offset and effective size through MCAsmLayout.Daniel Dunbar
2010-03-24MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo...Daniel Dunbar
2010-03-22Add a FIXME.Daniel Dunbar
2010-03-22MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of...Daniel Dunbar
2010-03-20Better fix for r98994, MachObjectWriterImpl wasn't intended to be virtual.Daniel Dunbar
2010-03-19Fix -Wnon-virtual-dtor warning.Rafael Espindola
2010-03-19MC/Mach-O/x86_64: Add relocation support.Daniel Dunbar
2010-03-19MC/Mach-O: Move to MachObjectWriter.{h,cpp}.Daniel Dunbar