aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCStreamer.h
Commit message (Expand)AuthorAgeFilesLines
...
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-051-0/+9
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-5/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+5
* Use a vector of pairs to implement the section stack, not twoJoerg Sonnenberger2011-02-211-21/+16
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-11/+58
* Add support for the --noexecstack option.Rafael Espindola2011-01-231-1/+1
* Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola2010-12-291-0/+1
* Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola2010-12-281-0/+2
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-281-0/+4
* Add support for .cfi_lsda.Rafael Espindola2010-12-271-1/+1
* Add support for the same encodings of the personality function that gnu asRafael Espindola2010-12-271-1/+2
* Add basic support for .cfi_personality.Rafael Espindola2010-12-261-4/+4
* MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar2010-12-161-0/+5
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-11/+28
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-28/+11
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-11/+28
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-061-0/+6
* Revert previous two patches while I try to find out how to make bothRafael Espindola2010-12-061-5/+0
* Add an EmitAbsValue helper method and use it in cases where we want to be sureRafael Espindola2010-12-061-0/+5
* 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-1/+2
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-031-0/+7
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-021-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Make EmitIntValue non virtual.Rafael Espindola2010-11-281-2/+1
* Make EmitSymbolValue non virtual.Rafael Espindola2010-11-281-2/+2
* Avoid code duplication in the many unsupported EmitGPRel32Value implementations.Rafael Espindola2010-11-281-1/+1
* Make EmitULEB128IntValue and EmitSLEB128IntValue non virtual.Rafael Espindola2010-11-281-2/+2
* Add basic CFI methods to the streamer interface.Rafael Espindola2010-11-221-0/+8
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-191-0/+9
* MC-JIT: Stub out "pure" streamer.Daniel Dunbar2010-11-171-0/+7
* Add .loc methods to the streamer.Rafael Espindola2010-11-161-1/+8
* MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach2010-11-051-0/+4
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-021-6/+13
* Implement .weakref.Rafael Espindola2010-11-011-0/+9
* Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby2010-09-301-1/+9
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-151-0/+3
* trailing whitespace and 80 column cleanupJim Grosbach2010-09-151-22/+22
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-021-0/+8
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-161-0/+6
* MC: Add default value for AddrSpace argument to EmitValue.Daniel Dunbar2010-08-061-3/+4
* Add relax all support to the COFF object streamer.Michael J. Spencer2010-07-311-1/+2
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-291-1/+5
* introduce WinCOFFStreamer.cpp, patch by Michael Spencer!Chris Lattner2010-07-111-0/+6
* Don't call flush() at a library level which isn't checking for errorsDan Gohman2010-06-011-1/+1
* Fix a typo in a comment.Dan Gohman2010-06-011-1/+1
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-231-1/+7
* Fix comment and whitespace.Eric Christopher2010-05-211-2/+2
* Make EmitTBSSSymbol take a section argument so that we can find it later.Eric Christopher2010-05-181-2/+3
* Add AsmParser support for darwin tbss directive.Eric Christopher2010-05-141-0/+8