summaryrefslogtreecommitdiff
path: root/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAge
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* 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
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* Misc code refactorings:Rafael Espindola2011-05-19
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-01
* Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.Rafael Espindola2011-04-30
* Factor a bit of code to MCStreamer::EmitLabel. Keep track of the lastRafael Espindola2011-04-27
* No relocation produces a SLEB or ULEB, make sure they are handled in MC.Rafael Espindola2011-04-26
* Remove unused argument.Rafael Espindola2011-04-21
* malloc elimination: it's a bad idea to use raw_svector_ostream on aEli Friedman2011-04-18
* Revert r129688; it's breaking buildbots.Eli Friedman2011-04-18
* More malloc elimination: it's a bad idea to use raw_svector_ostream on aEli Friedman2011-04-18
* Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...Jan Sjödin2011-03-09
* Add some limited support for labels in org directives. Hopefully enough to fixRafael Espindola2011-02-20
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-13
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-28
* Assert that the AddrDelta expression is really constant and wrap it in a setRafael Espindola2010-12-22
* Revert 122011, 122012, 122013, 122023 adding back an important optimization.Rafael Espindola2010-12-18
* MC/Assembler: Make the MCObjectWriter available through the lifetime of theDaniel Dunbar2010-12-17
* MC: Remove another dead MCAssembler argument, and update clients.Daniel Dunbar2010-12-17
* 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
* Use references to simplify the code a bit.Rafael Espindola2010-12-06
* There are two reasons why we might want to useRafael Espindola2010-12-04
* Make EmitIntValue more efficient and more like what we do for leb128. TheRafael Espindola2010-12-03
* Do with uleb the same trick we now do with dwarf line/address advances. ThisRafael Espindola2010-12-03
* 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
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-02
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-29
* 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