aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCObjectStreamer.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-221-1/+2
* MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer2010-07-191-0/+11
* MC: Lift SwitchSection() and Finish() into MCObjectStreamer.Daniel Dunbar2010-06-161-0/+13
* MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar2010-06-161-0/+43