aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-221-3/+9
* Prune some includes and forward declarations.Craig Topper2012-03-261-4/+4
* Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.Rafael Espindola2012-03-031-1/+1
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-281-2/+3
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-271-3/+4
* Tidy up.Jim Grosbach2012-01-261-1/+1
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-181-4/+4
* Don't print an unused label before .cfi_endproc.Rafael Espindola2012-01-091-0/+4
* Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola2012-01-071-0/+4
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-1/+1
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-091-0/+4
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-231-0/+10
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-3/+3
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+1
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-141-3/+2
* 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