aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCNullStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+0
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-66/+0
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-69/+65
* 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
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-2/+2
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-2/+2
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-2/+2
* There are two reasons why we might want to useRafael Espindola2010-12-041-1/+1
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-031-0/+3
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-021-1/+1
* Add .loc methods to the streamer.Rafael Espindola2010-11-161-1/+6
* MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach2010-11-051-0/+1
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-021-0/+4
* Implement .weakref.Rafael Espindola2010-11-011-0/+1
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-151-0/+3
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-021-0/+1
* Make EmitTBSSSymbol take a section argument so that we can find it later.Eric Christopher2010-05-181-2/+2
* Add AsmParser support for darwin tbss directive.Eric Christopher2010-05-141-1/+2
* break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner2010-05-081-0/+6
* make the NullStreamer set the section on a label when emitted so that isDefin...Chris Lattner2010-03-091-1/+5
* This is the first patch to put the needed bits in place to eventually allow codeKevin Enderby2010-02-231-0/+3
* mcstreamerize gprel32 emission.Chris Lattner2010-01-251-1/+1