aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCPureStreamer.cpp
AgeCommit message (Expand)Author
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2013-04-14Use object file specific section type for initial text sectionNico Rieck
2013-03-07Debug Info: store the files and directories for each compile unit.Manman Ren
2013-01-31Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth
2013-01-14Expose an InitToTextSection through MCStreamer.Eli Bendersky
2013-01-08Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky
2012-12-17EmitDebugLabel should by default be the same as EmitLabel everywhere.Reed Kotler
2012-12-16MCPureStreamer.cpp: Try to fix build, pruning EmitDebugLabel().NAKAMURA Takumi
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler
2012-12-07Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky
2012-12-07Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky
2012-06-22EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng
2012-01-27Better diagnostic for malformed .org assembly directive.Jim Grosbach
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-07Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky
2011-09-01Don't drop alignment info on local common symbols.Benjamin Kramer
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng
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
2010-12-07Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola
2010-11-28Forgot the MCPureStreamer::EmitValue in the previous commit.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-17MC-JIT: Stub out "pure" streamer.Daniel Dunbar