aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCNullStreamer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-1/+1
2014-10-14Remove method that is identical to the base class one.Rafael Espindola1-1/+0
2014-06-25Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.Rafael Espindola1-2/+0
2014-06-25MCNullStreamer.cpp: Roll back a few empty methods that have been marked as un...NAKAMURA Takumi1-1/+2
2014-06-25Move some trivial methods up to MCStreamer.Rafael Espindola1-45/+0
2014-06-25Simplify the handling of .cfi_endproc.Rafael Espindola1-4/+0
2014-06-24Simplify EmitLabel.Rafael Espindola1-5/+0
2014-06-24Print a=b as an assignment.Rafael Espindola1-3/+0
2014-06-19MCNullStreamer: assign file IDs to resolve crashes and errorsAlp Toker1-9/+1
2014-05-12Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.Rafael Espindola1-5/+0
2014-04-22Fix the assembler to print a better relocatable expression errorKevin Enderby1-1/+2
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-1/+1
2014-03-17DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie1-4/+4
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-61/+63
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse1-1/+1
2014-01-26Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola1-1/+1
2014-01-24Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola1-3/+0
2014-01-23InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola1-3/+0
2013-10-08Add a MCTargetStreamer interface.Rafael Espindola1-1/+1
2013-10-05Remove some really nasty uses of hasRawTextSupport.Rafael Espindola1-8/+1
2013-09-19Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton1-1/+1
2013-08-09[CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool1-1/+3
2013-07-02Remove address spaces from MC.Rafael Espindola1-3/+2
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne1-3/+4
2013-03-07Debug Info: store the files and directories for each compile unit.Manman Ren1-1/+1
2013-01-31Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth1-1/+6
2013-01-14Expose an InitToTextSection through MCStreamer.Eli Bendersky1-0/+3
2013-01-07Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky1-1/+1
2012-12-20Aligned bundling support. Following the discussion here:Eli Bendersky1-0/+4
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler1-1/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+0
2012-06-22EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng1-1/+1
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach1-3/+3
2012-02-22MC: Fix the MCNullStreamer which was broken in r147763.Daniel Dunbar1-0/+4
2012-01-27Better diagnostic for malformed .org assembly directive.Jim Grosbach1-2/+2
2012-01-07Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola1-1/+1
2011-12-17Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola1-0/+1
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky1-1/+2
2011-09-01Don't drop alignment info on local common symbols.Benjamin Kramer1-2/+2
2011-07-14Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng1-1/+2
2011-05-01Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola1-1/+1
2011-04-21Remove unused argument.Rafael Espindola1-4/+2
2011-04-18Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel1-1/+2
2011-02-25Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich1-1/+0
2011-02-24Enable DebugInfo support for COFF object files.Devang Patel1-0/+1
2011-02-16Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola1-5/+3
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola1-2/+2
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola1-2/+2