summaryrefslogtreecommitdiffstats
path: root/lib/MC/MCNullStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [MC] Implement the COFF directives in MCNullStreamer.Dan Gohman2017-02-271-0/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* Remove method that is identical to the base class one.Rafael Espindola2014-10-141-1/+0
* Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.Rafael Espindola2014-06-251-2/+0
* MCNullStreamer.cpp: Roll back a few empty methods that have been marked as un...NAKAMURA Takumi2014-06-251-1/+2
* Move some trivial methods up to MCStreamer.Rafael Espindola2014-06-251-45/+0
* Simplify the handling of .cfi_endproc.Rafael Espindola2014-06-251-4/+0
* Simplify EmitLabel.Rafael Espindola2014-06-241-5/+0
* Print a=b as an assignment.Rafael Espindola2014-06-241-3/+0
* MCNullStreamer: assign file IDs to resolve crashes and errorsAlp Toker2014-06-191-9/+1
* Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.Rafael Espindola2014-05-121-5/+0
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-221-1/+2
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-1/+1
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-171-4/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-61/+63
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-1/+1
* Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola2014-01-241-3/+0
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-231-3/+0
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-8/+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/+3
* Remove address spaces from MC.Rafael Espindola2013-07-021-3/+2
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-3/+4
* 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-1/+6
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-141-0/+3
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-071-1/+1
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-201-0/+4
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-1/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+0
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-221-1/+1
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-111-3/+3
* MC: Fix the MCNullStreamer which was broken in r147763.Daniel Dunbar2012-02-221-0/+4
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-271-2/+2
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-1/+1
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-0/+1
* 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-2/+2
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-141-1/+2
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-011-1/+1
* Remove unused argument.Rafael Espindola2011-04-211-4/+2
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-181-1/+2
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-1/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+1
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-5/+3