aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCPureStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-235/+0
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-161-0/+3
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-7/+1
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-1/+1
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-091-1/+2
* Remove address spaces from MC.Rafael Espindola2013-07-021-2/+2
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-10/+9
* Use object file specific section type for initial text sectionNico Rieck2013-04-141-6/+2
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-1/+1
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-3/+7
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-141-1/+5
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-1/+2
* EmitDebugLabel should by default be the same as EmitLabel everywhere.Reed Kotler2012-12-171-0/+5
* MCPureStreamer.cpp: Try to fix build, pruning EmitDebugLabel().NAKAMURA Takumi2012-12-161-1/+0
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+2
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-071-2/+2
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-071-9/+0
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-221-2/+2
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-271-2/+3
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-3/+3
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-1/+2
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-1/+2
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-3/+3
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-3/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+3
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-2/+2
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-071-2/+1
* Forgot the MCPureStreamer::EmitValue in the previous commit.Rafael Espindola2010-11-281-21/+0
* 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
* MC-JIT: Stub out "pure" streamer.Daniel Dunbar2010-11-171-0/+259