summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) MakeCharles Davis2011-05-191-22/+22
* Implement the StartChained and EndChained Win64 EH methods on MCStreamer.Charles Davis2011-05-191-13/+23
* Implement the StartProc and EndProc Win64 EH methods on the base MCStreamer.Charles Davis2011-05-191-8/+29
* Add some more Win64 EH directives:Charles Davis2011-05-181-0/+24
* While thinking about how to know where the functions' boundaries are forCharles Davis2011-05-181-2/+8
* Add a method I forgot in the last commit. Don't worry, this one passedCharles Davis2011-05-161-0/+6
* Fix copy-pasto.Charles Davis2011-05-151-1/+1
* Add stub methods to MCStreamer for emitting Win64 exception-handlingCharles Davis2011-05-151-0/+36
* Add CFIStartSections to the asm printer. Add an assert that at leastRafael Espindola2011-05-101-0/+1
* Add support for producing .deubg_frame sections.Rafael Espindola2011-05-101-1/+4
* Factor some code into a new EmitFrames method.Rafael Espindola2011-05-101-0/+8
* Parsing and plumbing for .cfi_sections.Rafael Espindola2011-05-101-1/+7
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-011-18/+3
* Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.Rafael Espindola2011-04-301-0/+23
* Mark the EH symbol global or weak if the corresponding function is.Rafael Espindola2011-04-281-0/+4
* Factor a bit of code to MCStreamer::EmitLabel. Keep track of the lastRafael Espindola2011-04-271-0/+12
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-181-1/+2
* Be consistent about being virtual and returning void in the cfi methods.Rafael Espindola2011-04-121-23/+11
* Remove LastOffset from the asm parser.Rafael Espindola2011-04-121-0/+11
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-121-0/+11
* Implement .cfi_same_value.Rafael Espindola2011-04-121-0/+9
* 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
OpenPOWER on IntegriCloud