summaryrefslogtreecommitdiff
path: root/lib/MC/MCMachOStreamer.cpp
Commit message (Expand)AuthorAge
* Remove obsolete FIXME.Jim Grosbach2011-11-28
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-27
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Add a missing enumerator to this switch. Currently its in theChandler Carruth2011-07-25
* Move some ELF directives into ELF asm parser.Jim Grosbach2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* Factor some code into a new EmitFrames method.Rafael Espindola2011-05-10
* Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.Rafael Espindola2011-05-01
* Revert the previous patch while I figure out how to make llvm-gccRafael Espindola2011-04-30
* Enable CFI on OS X.Rafael Espindola2011-04-30
* Handle PrivateExtern eh symbols.Rafael Espindola2011-04-30
* Mark the EH symbol global or weak if the corresponding function is.Rafael Espindola2011-04-28
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* MC/Mach-O/Thumb: Set the thumb bit in the symbol table.Daniel Dunbar2010-12-29
* ARM Fixups relative to thumb functions need to have the low bit of the valueJim Grosbach2010-12-14
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* Let target asm backends see assembler flags as they go by. Use that to handleJim Grosbach2010-12-08
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-07
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-03
* Move EmitValueToOffset to the ObjectStreamer.Rafael Espindola2010-12-02
* Add EmitInstToFragment to the generic object streamer.Rafael Espindola2010-12-02
* Move EmitValue to MCObjectStreamer.Rafael Espindola2010-11-28
* Fixed verson of r120245.Rafael Espindola2010-11-28
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-28
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-28
* Avoid code duplication in the many unsupported EmitGPRel32Value implementations.Rafael Espindola2010-11-28
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-28
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-19
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-19
* Add .loc methods to the streamer.Rafael Espindola2010-11-16
* Parse and record the gnu_unique_object type.Rafael Espindola2010-11-13
* Add '.code 32' assembler directive to MC streamers.Jim Grosbach2010-11-05
* MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach2010-11-05
* syntaxunified directive is a no-op for MachO writing.Jim Grosbach2010-11-05
* Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.Rafael Espindola2010-11-01
* This adds a Darwin x86_64 relocation encoding for a subtraction expressionKevin Enderby2010-10-02
* This is the last major patch to implement support for the .loc directiveKevin Enderby2010-09-30
* Silence a GCC warning about not handling all flags in this switch, weChandler Carruth2010-09-30
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-22
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-15
* Get rid of "passing signed into unsigned parameter" warning on PPC.Bill Wendling2010-09-03
* This is the second of three patches to implement support for the .loc directiveKevin Enderby2010-08-31
* Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby2010-08-09
* MC/Mach-O: Silently ignore .file directives instead of error'ing out onDaniel Dunbar2010-07-19