aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCELFStreamer.cpp
AgeCommit message (Expand)Author
2012-10-15PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella
2012-10-04Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer
2012-09-13Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach
2012-06-22EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-02-15For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...David Meyer
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-07Remove MCELFStreamer.h.Rafael Espindola
2012-01-07Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola
2011-12-12Add support for gnu_indirect_function.Roman Divacky
2011-11-15Tidy up. 80 columns.Jim Grosbach
2011-10-25This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes
2011-09-01Don't drop alignment info on local common symbols.Benjamin Kramer
2011-07-27Support .code32 and .code64 in X86 assembler.Evan Cheng
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-07-14Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng
2011-05-16sets bit 0 of the function address of thumb function in .symtabRafael Espindola
2011-05-10Factor some code into a new EmitFrames method.Rafael Espindola
2011-05-01GCC uses a different encoding of pointers in the FDE when usingRafael Espindola
2011-03-17Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger
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