summaryrefslogtreecommitdiff
path: root/lib/MC/MCPureStreamer.cpp
Commit message (Expand)AuthorAge
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Keep the MCSubtargetInfo in the MCRelxableFragment class.David Woodhouse2014-01-28
* Modify MCObjectStreamer EmitInstTo* interfaceDavid Woodhouse2014-01-28
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola2014-01-24
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-23
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-16
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-09
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Use object file specific section type for initial text sectionNico Rieck2013-04-14
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-14
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* EmitDebugLabel should by default be the same as EmitLabel everywhere.Reed Kotler2012-12-17
* MCPureStreamer.cpp: Try to fix build, pruning EmitDebugLabel().NAKAMURA Takumi2012-12-16
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-07
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-07
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-22
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-27
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-07
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-07
* Forgot the MCPureStreamer::EmitValue in the previous commit.Rafael Espindola2010-11-28
* Avoid code duplication in the many unsupported EmitGPRel32Value implementations.Rafael Espindola2010-11-28
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-28
* MC-JIT: Stub out "pure" streamer.Daniel Dunbar2010-11-17