aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Misc code refactorings:Rafael Espindola2011-05-191-4/+4
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-011-2/+2
* Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.Rafael Espindola2011-04-301-22/+0
* Factor a bit of code to MCStreamer::EmitLabel. Keep track of the lastRafael Espindola2011-04-271-4/+1
* No relocation produces a SLEB or ULEB, make sure they are handled in MC.Rafael Espindola2011-04-261-10/+12
* Remove unused argument.Rafael Espindola2011-04-211-6/+4
* malloc elimination: it's a bad idea to use raw_svector_ostream on aEli Friedman2011-04-181-1/+4
* Revert r129688; it's breaking buildbots.Eli Friedman2011-04-181-3/+1
* More malloc elimination: it's a bad idea to use raw_svector_ostream on aEli Friedman2011-04-181-1/+3
* Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...Jan Sjödin2011-03-091-0/+7
* Add some limited support for labels in org directives. Hopefully enough to fixRafael Espindola2011-02-201-1/+17
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-8/+3
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-131-1/+4
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-281-13/+36
* Assert that the AddrDelta expression is really constant and wrap it in a setRafael Espindola2010-12-221-1/+7
* Revert 122011, 122012, 122013, 122023 adding back an important optimization.Rafael Espindola2010-12-181-4/+4
* MC/Assembler: Make the MCObjectWriter available through the lifetime of theDaniel Dunbar2010-12-171-4/+6
* MC: Remove another dead MCAssembler argument, and update clients.Daniel Dunbar2010-12-171-4/+4
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-4/+10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-10/+4
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-4/+10
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-071-3/+1
* Use references to simplify the code a bit.Rafael Espindola2010-12-061-4/+4
* There are two reasons why we might want to useRafael Espindola2010-12-041-1/+1
* Make EmitIntValue more efficient and more like what we do for leb128. TheRafael Espindola2010-12-031-9/+7
* Do with uleb the same trick we now do with dwarf line/address advances. ThisRafael Espindola2010-12-031-0/+10
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-031-0/+24
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-021-1/+1
* Move EmitValueToOffset to the ObjectStreamer.Rafael Espindola2010-12-021-0/+5
* Add EmitInstToFragment to the generic object streamer.Rafael Espindola2010-12-021-0/+7
* Move EmitValue to MCObjectStreamer.Rafael Espindola2010-11-281-0/+19
* Fixed verson of r120245.Rafael Espindola2010-11-281-0/+19
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-281-20/+0
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-281-0/+20
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-021-0/+10
* Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.Rafael Espindola2010-11-011-0/+34
* Implement .weakref.Rafael Espindola2010-11-011-0/+5
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-221-2/+5
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-021-0/+1
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-291-0/+4
* MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer2010-07-191-0/+43
* MC: Lift SwitchSection() and Finish() into MCObjectStreamer.Daniel Dunbar2010-06-161-2/+17
* MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar2010-06-161-0/+24