aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCObjectStreamer.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-8/+9
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-4/+6
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+10
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+6
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+12
* Update to LLVM 3.5a.Stephen Hines2014-04-241-47/+47
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-3/+5
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-11/+4
* Remove address spaces from MC.Rafael Espindola2013-07-021-6/+4
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-271-0/+1
* [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directivesUlrich Weigand2013-06-191-0/+4
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-1/+9
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-2/+6
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-2/+2
* 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/+7
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+1
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-121-0/+5
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-071-0/+1
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-041-0/+7
* Provide a shortcut for MCObjectStreamer when emitting fills.Benjamin Kramer2012-10-011-0/+2
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-221-0/+1
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-271-1/+1
* Don't print an unused label before .cfi_endproc.Rafael Espindola2012-01-091-0/+1
* Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola2012-01-071-0/+1
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-1/+1
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-231-0/+1
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-3/+3
* 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-2/+2
* Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...Jan Sjödin2011-03-091-0/+3
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-1/+1
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-281-0/+2
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-1/+2
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-2/+1
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-1/+2
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-071-2/+1
* There are two reasons why we might want to useRafael Espindola2010-12-041-2/+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/+2
* Move EmitValueToOffset to the ObjectStreamer.Rafael Espindola2010-12-021-0/+1
* Add EmitInstToFragment to the generic object streamer.Rafael Espindola2010-12-021-1/+1
* Move EmitValue to MCObjectStreamer.Rafael Espindola2010-11-281-0/+1
* Fixed verson of r120245.Rafael Espindola2010-11-281-0/+1
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-281-1/+0
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-281-0/+1
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-021-0/+2
* Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.Rafael Espindola2010-11-011-0/+4
* Implement .weakref.Rafael Espindola2010-11-011-0/+1