summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCObjectStreamer.h
Commit message (Expand)AuthorAge
* [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directivesUlrich Weigand2013-06-19
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-07
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-20
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-12
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-07
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-04
* Provide a shortcut for MCObjectStreamer when emitting fills.Benjamin Kramer2012-10-01
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-22
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-27
* Don't print an unused label before .cfi_endproc.Rafael Espindola2012-01-09
* Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola2012-01-07
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-07
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-23
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-01
* Remove unused argument.Rafael Espindola2011-04-21
* Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...Jan Sjödin2011-03-09
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-28
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-07
* There are two reasons why we might want to useRafael Espindola2010-12-04
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-03
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-02
* Move EmitValueToOffset to the ObjectStreamer.Rafael Espindola2010-12-02
* Add EmitInstToFragment to the generic object streamer.Rafael Espindola2010-12-02
* Move EmitValue to MCObjectStreamer.Rafael Espindola2010-11-28
* Fixed verson of r120245.Rafael Espindola2010-11-28
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-28
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-28
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-02
* Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.Rafael Espindola2010-11-01
* Implement .weakref.Rafael Espindola2010-11-01
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-22
* MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer2010-07-19
* MC: Lift SwitchSection() and Finish() into MCObjectStreamer.Daniel Dunbar2010-06-16
* MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar2010-06-16