summaryrefslogtreecommitdiffstats
path: root/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make EmitIntValue() work properly on big-endian targets.Roman Divacky2011-06-071-3/+6
* Start keeping track of where the various unwind instructions are in the prolog.Charles Davis2011-05-271-6/+16
* My attempt at fixing the leak reported by the valgrind buildbots. Valgrind willCharles Davis2011-05-271-2/+4
* Fix inverted conditional in SaveReg and SaveXMM. Err when the frame pointer isCharles Davis2011-05-271-3/+7
* Test .seh_startchained and .seh_endchained parsing.Charles Davis2011-05-261-13/+13
* Test basic SEH directive-parsing functionality. Fix a latent bug exposed byCharles Davis2011-05-241-1/+2
* Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis2011-05-221-1/+1
* Implement emission of all Win64 exception tables. Make the COFF streamer emitCharles Davis2011-05-221-0/+7
* Don't allow unaligned offsets and sizes in the Win64 EH directives.Charles Davis2011-05-221-2/+10
* Don't allow .seh_handler and .seh_handlerdata directives inside chainedCharles Davis2011-05-211-0/+5
* A handler for a function in the Win64 EH scheme can be both an unwind handlerCharles Davis2011-05-211-3/+5
* Set the "LastFrameInst" field when streaming a .seh_setframe directive. ThisCharles Davis2011-05-211-0/+1
* "Implement" the HandlerData Win64 EH method in the base MCStreamer.Charles Davis2011-05-201-2/+1
* Looks like OS X assemblers (including MC) don't likeRafael Espindola2011-05-191-1/+2
* Misc code refactorings:Rafael Espindola2011-05-191-14/+8
* Implement the EndProlog Win64 EH method on the base MCStreamer.Charles Davis2011-05-191-2/+4
* Implement the Win64 EH prolog instruction methods on the base MCStreamer.Charles Davis2011-05-191-17/+33
* 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