aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCMachOStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-3/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+3
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-1/+1
* MC/Mach-O/Thumb: Set the thumb bit in the symbol table.Daniel Dunbar2010-12-291-2/+6
* ARM Fixups relative to thumb functions need to have the low bit of the valueJim Grosbach2010-12-141-0/+4
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-9/+1
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-1/+9
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-9/+1
* Let target asm backends see assembler flags as they go by. Use that to handleJim Grosbach2010-12-081-0/+3
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-071-1/+1
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-031-4/+1
* Move EmitValueToOffset to the ObjectStreamer.Rafael Espindola2010-12-021-7/+0
* Add EmitInstToFragment to the generic object streamer.Rafael Espindola2010-12-021-18/+0
* Move EmitValue to MCObjectStreamer.Rafael Espindola2010-11-281-21/+0
* Fixed verson of r120245.Rafael Espindola2010-11-281-16/+4
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-281-1/+16
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-281-16/+1
* Avoid code duplication in the many unsupported EmitGPRel32Value implementations.Rafael Espindola2010-11-281-3/+0
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-281-1/+1
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-191-0/+4
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-191-1/+4
* Add .loc methods to the streamer.Rafael Espindola2010-11-161-6/+0
* Parse and record the gnu_unique_object type.Rafael Espindola2010-11-131-0/+1
* Add '.code 32' assembler directive to MC streamers.Jim Grosbach2010-11-051-0/+1
* MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach2010-11-051-1/+7
* syntaxunified directive is a no-op for MachO writing.Jim Grosbach2010-11-051-0/+1
* Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.Rafael Espindola2010-11-011-37/+2
* This adds a Darwin x86_64 relocation encoding for a subtraction expressionKevin Enderby2010-10-021-9/+1
* This is the last major patch to implement support for the .loc directiveKevin Enderby2010-09-301-204/+17
* Silence a GCC warning about not handling all flags in this switch, weChandler Carruth2010-09-301-2/+2
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-221-1/+1
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-151-0/+8
* Get rid of "passing signed into unsigned parameter" warning on PPC.Bill Wendling2010-09-031-1/+1
* This is the second of three patches to implement support for the .loc directiveKevin Enderby2010-08-311-0/+56
* Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby2010-08-091-0/+155
* MC/Mach-O: Silently ignore .file directives instead of error'ing out onDaniel Dunbar2010-07-191-2/+8
* MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer2010-07-191-44/+12
* Added the darwin .weak_def_can_be_hidden directive.Kevin Enderby2010-07-081-0/+4
* MC/Mach-O: Rewrite atom association to be a final pass we do in Finish(), ins...Daniel Dunbar2010-06-161-33/+46
* MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol.Daniel Dunbar2010-06-161-2/+2
* MC: Lift SwitchSection() and Finish() into MCObjectStreamer.Daniel Dunbar2010-06-161-40/+21
* MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar2010-06-161-29/+26
* MC: When running with -mc-relax-all, we can eagerly relax instructions and av...Daniel Dunbar2010-05-261-16/+18
* MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for emitting MCInst's as MCIn...Daniel Dunbar2010-05-261-34/+46
* MC: Eliminate an unnecessary copy.Daniel Dunbar2010-05-261-9/+4
* MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query itDaniel Dunbar2010-05-261-1/+1
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-261-8/+6
* MC: Use accessors for access to MCAsmFixup.Daniel Dunbar2010-05-261-1/+1
* Expand on comment.Eric Christopher2010-05-211-1/+2
* Implement EmitTBSSSymbol for MachOStreamer.Eric Christopher2010-05-181-5/+7