aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-051-0/+15
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-051-0/+25
* Use a vector of pairs to implement the section stack, not twoJoerg Sonnenberger2011-02-211-2/+2
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-2/+3
* Remove second return.Rafael Espindola2010-12-291-1/+0
* Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola2010-12-291-0/+12
* Implement cfi_def_cfa_register.Rafael Espindola2010-12-291-0/+8
* Initial .cfi_offset implementation.Rafael Espindola2010-12-291-0/+7
* Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola2010-12-281-2/+23
* Start adding basic support for emitting the call frame instructions.Rafael Espindola2010-12-281-1/+8
* Add support for .cfi_lsda.Rafael Espindola2010-12-271-2/+3
* Add support for the same encodings of the personality function that gnu asRafael Espindola2010-12-271-1/+3
* Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a muchRafael Espindola2010-12-221-1/+1
* Better fix for opt buildMatt Beaumont-Gay2010-12-151-3/+2
* Fix opt -Werror buildMatt Beaumont-Gay2010-12-151-0/+1
* Generalize an assert.Rafael Espindola2010-12-151-1/+2
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-1/+57
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-57/+1
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-1/+57
* Add assert to catch an attempt to emit .byte 256Devang Patel2010-12-091-1/+2
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-061-0/+12
* Revert previous two patches while I try to find out how to make bothRafael Espindola2010-12-061-6/+0
* Add an EmitAbsValue helper method and use it in cases where we want to be sureRafael Espindola2010-12-061-0/+6
* Make EmitIntValue more efficient and more like what we do for leb128. TheRafael Espindola2010-12-031-1/+6
* Do with uleb the same trick we now do with dwarf line/address advances. ThisRafael Espindola2010-12-031-2/+8
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-031-0/+11
* Avoid code duplication in the many unsupported EmitGPRel32Value implementations.Rafael Espindola2010-11-281-0/+4
* Add basic CFI methods to the streamer interface.Rafael Espindola2010-11-221-0/+28
* Add .loc methods to the streamer.Rafael Espindola2010-11-161-0/+14
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-021-14/+8
* Implement .weakref.Rafael Espindola2010-11-011-0/+1
* This is the last major patch to implement support for the .loc directiveKevin Enderby2010-09-301-0/+19
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-021-1/+2
* _[A-Z] identifiers are reserved for the implementation.Michael J. Spencer2010-07-191-1/+1
* Grammar fix. This is a test commit.Matt Fleming2010-05-201-1/+1
* add a twine form of MCStreamer::EmitRawText, and mc'izeChris Lattner2010-04-031-0/+8
* add <cstdlib> header for abort() on linux builders.Chris Lattner2010-04-031-0/+1
* add a new EmitInlineAsm function to asmprinter to handle inline asm.Chris Lattner2010-04-031-0/+9
* add a EmitSymbolValue convenience method to MCStreamer.Chris Lattner2010-03-091-0/+5
* add a new MCAsmStreamer::GetCommentOS method to simplify stuffChris Lattner2010-01-221-1/+7
* add a new EmitIntValue method that MCStreamer impls can optionally defineChris Lattner2010-01-191-0/+7
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-191-2/+3
* add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner2010-01-191-0/+9
* Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner2009-08-181-1/+1
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-241-0/+18