summaryrefslogtreecommitdiff
path: root/lib/MC/MCNullStreamer.cpp
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from lib/MC.Michael Zolotukhin
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-02-27[MC] Implement the COFF directives in MCNullStreamer.Dan Gohman
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola
2014-10-14Remove method that is identical to the base class one.Rafael Espindola
2014-06-25Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.Rafael Espindola
2014-06-25MCNullStreamer.cpp: Roll back a few empty methods that have been marked as un...NAKAMURA Takumi
2014-06-25Move some trivial methods up to MCStreamer.Rafael Espindola
2014-06-25Simplify the handling of .cfi_endproc.Rafael Espindola
2014-06-24Simplify EmitLabel.Rafael Espindola
2014-06-24Print a=b as an assignment.Rafael Espindola
2014-06-19MCNullStreamer: assign file IDs to resolve crashes and errorsAlp Toker
2014-05-12Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.Rafael Espindola
2014-04-22Fix the assembler to print a better relocatable expression errorKevin Enderby
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper
2014-03-17DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse
2014-01-26Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola
2014-01-24Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola
2014-01-23InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola
2013-10-08Add a MCTargetStreamer interface.Rafael Espindola
2013-10-05Remove some really nasty uses of hasRawTextSupport.Rafael Espindola
2013-09-19Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton
2013-08-09[CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool
2013-07-02Remove address spaces from MC.Rafael Espindola
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
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-07Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky
2012-12-20Aligned bundling support. Following the discussion here:Eli Bendersky
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-06-22EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach
2012-02-22MC: Fix the MCNullStreamer which was broken in r147763.Daniel Dunbar
2012-01-27Better diagnostic for malformed .org assembly directive.Jim Grosbach
2012-01-07Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola
2011-12-17Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael 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-14Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng
2011-05-01Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola
2011-04-21Remove unused argument.Rafael Espindola
2011-04-18Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel
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