aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCELFStreamer.cpp
AgeCommit message (Expand)Author
2011-03-21--- Merging r127780 into '.':Bill Wendling
2011-03-03Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...Jan Sjödin
2011-02-28Make all static functions become static class methods. Move shared (duplicate...Jan Sjödin
2011-02-25Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich
2011-02-24Enable DebugInfo support for COFF object files.Devang Patel
2011-02-16Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola
2011-01-23Add support for the --noexecstack option.Rafael Espindola
2011-01-23Remove more duplicated code.Rafael Espindola
2011-01-23Remove duplicated code.Rafael Espindola
2010-12-26Add basic support for .cfi_personality.Rafael Espindola
2010-12-161. ARM/MC/ELF: A few more ELF relocs for .oJason W Kim
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-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-24Fix and add tests for all cases in x86 and x86_64 where gnu as implicitlyRafael Espindola
2010-11-24If a symbol is used as tls, mark it as tls even if not declare as so. ProbablyRafael 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-15Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola
2010-11-14Fix another case of a .comm directive without a corresponding .typeRafael Espindola
2010-11-14Fix the type of a symbol created with .comm and no corresponding .type.Rafael Espindola
2010-11-14Handle a peculiar comdat case: Creating a section with an undefinedRafael Espindola
2010-11-14Fix warning.Rafael Espindola
2010-11-11Mark labels declared in tls sections as STT_TLS. This matches the behavior ofRafael 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-05Put class into an anonymous namespace.Benjamin Kramer
2010-11-01Write the line info to .debug_line.Rafael Espindola
2010-11-01Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.Rafael Espindola
2010-11-01Implement .weakref.Rafael Espindola
2010-10-06Make sure weak symbols are listed after the local ones.Rafael Espindola
2010-10-05On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola
2010-09-30Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim
2010-09-29Move "local commons" to the end of .bss to match the gnu as behavior.Rafael Espindola
2010-09-25Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to putRafael Espindola
2010-09-22Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola
2010-09-22Correctly align bss.Rafael Espindola
2010-09-21Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola
2010-09-15Add a InitSections method to the streamer interface.Rafael Espindola