aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCMachOStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-3/+7
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-181-0/+5
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-141-3/+8
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+4
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-071-1/+1
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-071-9/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-6/+5
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-041-42/+0
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-011-0/+4
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-3/+10
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-221-2/+2
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-1/+43
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-8/+7
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-181-1/+1
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-2/+0
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-3/+3
* Remove obsolete FIXME.Jim Grosbach2011-11-281-2/+0
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-1/+2
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-271-2/+3
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-5/+5
* Add a missing enumerator to this switch. Currently its in theChandler Carruth2011-07-251-0/+1
* Move some ELF directives into ELF asm parser.Jim Grosbach2011-07-251-1/+0
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+1
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-141-1/+0
* Factor some code into a new EmitFrames method.Rafael Espindola2011-05-101-2/+1
* Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.Rafael Espindola2011-05-011-0/+3
* Revert the previous patch while I figure out how to make llvm-gccRafael Espindola2011-04-301-3/+0
* Enable CFI on OS X.Rafael Espindola2011-04-301-0/+3
* Handle PrivateExtern eh symbols.Rafael Espindola2011-04-301-0/+2
* Mark the EH symbol global or weak if the corresponding function is.Rafael Espindola2011-04-281-0/+12
* 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