aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCELFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove MCELFStreamer.h.Rafael Espindola2012-01-071-2/+121
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-2/+2
* Add support for gnu_indirect_function.Roman Divacky2011-12-121-1/+4
* Tidy up. 80 columns.Jim Grosbach2011-11-151-4/+4
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-251-0/+4
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-3/+3
* 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-3/+3
* 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
* sets bit 0 of the function address of thumb function in .symtabRafael Espindola2011-05-161-0/+5
* Factor some code into a new EmitFrames method.Rafael Espindola2011-05-101-2/+1
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-011-1/+1
* Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger2011-03-171-2/+5
* Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...Jan Sjödin2011-03-031-117/+2
* Make all static functions become static class methods. Move shared (duplicate...Jan Sjödin2011-02-281-49/+18
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-4/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+4
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-4/+4
* Add support for the --noexecstack option.Rafael Espindola2011-01-231-2/+4
* Remove more duplicated code.Rafael Espindola2011-01-231-8/+8
* Remove duplicated code.Rafael Espindola2011-01-231-4/+4
* Add basic support for .cfi_personality.Rafael Espindola2010-12-261-1/+1
* 1. ARM/MC/ELF: A few more ELF relocs for .oJason W Kim2010-12-161-3/+12
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-8/+3
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-3/+8
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-8/+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-9/+0
* Add EmitInstToFragment to the generic object streamer.Rafael Espindola2010-12-021-16/+4
* Move EmitValue to MCObjectStreamer.Rafael Espindola2010-11-281-20/+0
* Fixed verson of r120245.Rafael Espindola2010-11-281-13/+2
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-281-2/+15
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-281-15/+2
* 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
* Fix and add tests for all cases in x86 and x86_64 where gnu as implicitlyRafael Espindola2010-11-241-5/+13
* If a symbol is used as tls, mark it as tls even if not declare as so. ProbablyRafael Espindola2010-11-241-0/+40
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-191-0/+1
* 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-3/+0
* Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola2010-11-151-53/+1
* Fix another case of a .comm directive without a corresponding .typeRafael Espindola2010-11-141-1/+2
* Fix the type of a symbol created with .comm and no corresponding .type.Rafael Espindola2010-11-141-0/+1
* Handle a peculiar comdat case: Creating a section with an undefinedRafael Espindola2010-11-141-0/+8
* Fix warning.Rafael Espindola2010-11-141-0/+4
* Mark labels declared in tls sections as STT_TLS. This matches the behavior ofRafael Espindola2010-11-111-32/+37
* 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