aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCMachOStreamer.cpp
AgeCommit message (Expand)Author
2011-02-16Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola
2010-12-29MC/Mach-O/Thumb: Set the thumb bit in the symbol table.Daniel Dunbar
2010-12-14ARM Fixups relative to thumb functions need to have the low bit of the valueJim Grosbach
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola
2010-12-08Let target asm backends see assembler flags as they go by. Use that to handleJim Grosbach
2010-12-07Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola
2010-12-03Try to resolve symbol differences early, and if successful create a plainRafael Espindola
2010-12-02Move EmitValueToOffset to the ObjectStreamer.Rafael Espindola
2010-12-02Add EmitInstToFragment to the generic object streamer.Rafael Espindola
2010-11-28Move EmitValue to MCObjectStreamer.Rafael Espindola
2010-11-28Fixed verson of r120245.Rafael Espindola
2010-11-28Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola
2010-11-28Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola
2010-11-28Avoid code duplication in the many unsupported EmitGPRel32Value implementations.Rafael Espindola
2010-11-28Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola
2010-11-19Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby
2010-11-19Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola
2010-11-16Add .loc methods to the streamer.Rafael Espindola
2010-11-13Parse and record the gnu_unique_object type.Rafael Espindola
2010-11-05Add '.code 32' assembler directive to MC streamers.Jim Grosbach
2010-11-05MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach
2010-11-05syntaxunified directive is a no-op for MachO writing.Jim Grosbach
2010-11-01Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.Rafael Espindola
2010-10-02This adds a Darwin x86_64 relocation encoding for a subtraction expressionKevin Enderby
2010-09-30This is the last major patch to implement support for the .loc directiveKevin Enderby
2010-09-30Silence a GCC warning about not handling all flags in this switch, weChandler Carruth
2010-09-22Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola
2010-09-15Add a InitSections method to the streamer interface.Rafael Espindola
2010-09-03Get rid of "passing signed into unsigned parameter" warning on PPC.Bill Wendling
2010-08-31This is the second of three patches to implement support for the .loc directiveKevin Enderby
2010-08-09Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby
2010-07-19MC/Mach-O: Silently ignore .file directives instead of error'ing out onDaniel Dunbar
2010-07-19MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer
2010-07-08Added the darwin .weak_def_can_be_hidden directive.Kevin Enderby
2010-06-16MC/Mach-O: Rewrite atom association to be a final pass we do in Finish(), ins...Daniel Dunbar
2010-06-16MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol.Daniel Dunbar
2010-06-16MC: Lift SwitchSection() and Finish() into MCObjectStreamer.Daniel Dunbar
2010-06-16MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar
2010-05-26MC: When running with -mc-relax-all, we can eagerly relax instructions and av...Daniel Dunbar
2010-05-26MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for emitting MCInst's as MCIn...Daniel Dunbar
2010-05-26MC: Eliminate an unnecessary copy.Daniel Dunbar
2010-05-26MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query itDaniel Dunbar
2010-05-26MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar
2010-05-26MC: Use accessors for access to MCAsmFixup.Daniel Dunbar
2010-05-21Expand on comment.Eric Christopher
2010-05-18Implement EmitTBSSSymbol for MachOStreamer.Eric Christopher
2010-05-18MC/Mach-O: Implement support for setting indirect symbol table offset in sect...Daniel Dunbar
2010-05-18MC/Mach-O: Fail faster/harder when we see .file, which isn't yet supported.Daniel Dunbar