aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix whitespace.NAKAMURA Takumi2011-03-271-2/+2
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-051-0/+34
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-051-0/+31
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-6/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+6
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-12/+8
* Use common style for .cfi directivesAnton Korobeynikov2011-01-141-7/+7
* Add comment about Thumb2 fixup comments being completely bogus.Evan Cheng2011-01-131-1/+3
* Relax an assertion. On archs like ARM, an immediate field may be scattered. S...Evan Cheng2011-01-131-2/+6
* Add support for .cfi_lsda.Rafael Espindola2010-12-271-4/+4
* Add support for the same encodings of the personality function that gnu asRafael Espindola2010-12-271-4/+5
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-191-0/+1
* MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar2010-12-161-2/+3
* MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar2010-12-161-7/+11
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-39/+24
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-24/+39
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-39/+24
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-061-34/+0
* There are two reasons why we might want to useRafael Espindola2010-12-041-4/+31
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-041-2/+1
* Make EmitIntValue more efficient and more like what we do for leb128. TheRafael Espindola2010-12-031-0/+7
* Do with uleb the same trick we now do with dwarf line/address advances. ThisRafael Espindola2010-12-031-8/+2
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-031-4/+12
* It may not be an option to skip .debug_line if there are file reference in al...Devang Patel2010-12-031-2/+2
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-021-2/+11
* If tehre are not any line entry then do not try to emit .debug_line section.Devang Patel2010-12-021-1/+1
* Make EmitIntValue non virtual.Rafael Espindola2010-11-281-27/+9
* Add basic CFI methods to the streamer interface.Rafael Espindola2010-11-221-0/+78
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-191-0/+1
* Fix llvm-gcc boostrap on OS X by avoiding printing sleb and uleb whenRafael Espindola2010-11-191-0/+16
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-191-8/+40
* Add .loc methods to the streamer.Rafael Espindola2010-11-161-2/+37
* correct the fixup comment printer to work on big endian platforms.Chris Lattner2010-11-151-1/+8
* Fix warning and add support for printing gnu_unique_object.Rafael Espindola2010-11-131-0/+2
* Add '.code 32' assembler directive to MC streamers.Jim Grosbach2010-11-051-0/+1
* MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach2010-11-051-0/+11
* Add 118023 back, but with proper spelling for .uleb128/.sleb128.Rafael Espindola2010-11-041-2/+4
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-021-0/+16
* Implement .weakref.Rafael Espindola2010-11-011-0/+6
* Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim2010-09-301-0/+1
* allow target-specific label suffixes, patch by Yuri Gribov!Chris Lattner2010-09-221-1/+1
* grammar tweakageJim Grosbach2010-09-221-2/+2
* remove trailing whitespaceJim Grosbach2010-09-221-31/+31
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-151-0/+8
* 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-1/+1
* Added the darwin .weak_def_can_be_hidden directive.Kevin Enderby2010-07-081-0/+1
* "This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all...Chris Lattner2010-06-211-11/+11
* Don't call flush() at a library level which isn't checking for errorsDan Gohman2010-06-011-1/+0
* MC: Change MCInst::dump_pretty to not include a trailing newline.Daniel Dunbar2010-05-261-2/+4