summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCStreamer.h
Commit message (Expand)AuthorAge
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Assume .cfi_startproc is the first thing in a function. If the function isRafael Espindola2011-08-02
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Add a method to get the list of FrameInfos.Bill Wendling2011-07-22
* Add a method to set compact unwind encoding information in a frame.Bill Wendling2011-07-19
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* Use the verbose asm flag instead of a new flag for decoding the LSDA.Bill Wendling2011-06-17
* Add an option that allows one to "decode" the LSDA.Bill Wendling2011-06-17
* Test .seh_startchained and .seh_endchained parsing.Charles Davis2011-05-26
* Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis2011-05-25
* Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis2011-05-22
* Implement emission of all Win64 exception tables. Make the COFF streamer emitCharles Davis2011-05-22
* Make the COFF streamer emit unwind info when processing a .seh_handlerdataCharles Davis2011-05-22
* Misc code refactorings:Rafael Espindola2011-05-19
* Implement the Win64 EH prolog instruction methods on the base MCStreamer.Charles Davis2011-05-19
* Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) MakeCharles Davis2011-05-19
* Implement the StartChained and EndChained Win64 EH methods on MCStreamer.Charles Davis2011-05-19
* Implement the StartProc and EndProc Win64 EH methods on the base MCStreamer.Charles Davis2011-05-19
* Add some more Win64 EH directives:Charles Davis2011-05-18
* While thinking about how to know where the functions' boundaries are forCharles Davis2011-05-18
* Add a method I forgot in the last commit. Don't worry, this one passedCharles Davis2011-05-16
* Add stub methods to MCStreamer for emitting Win64 exception-handlingCharles Davis2011-05-15
* Factor some code into a new EmitFrames method.Rafael Espindola2011-05-10
* Parsing and plumbing for .cfi_sections.Rafael Espindola2011-05-10
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-01
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-30
* Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.Rafael Espindola2011-04-30
* Mark the EH symbol global or weak if the corresponding function is.Rafael Espindola2011-04-28
* Factor a bit of code to MCStreamer::EmitLabel. Keep track of the lastRafael Espindola2011-04-27
* Remove unused argument.Rafael Espindola2011-04-21
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-18
* Be consistent about being virtual and returning void in the cfi methods.Rafael Espindola2011-04-12
* Remove LastOffset from the asm parser.Rafael Espindola2011-04-12
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-12
* Implement .cfi_same_value.Rafael Espindola2011-04-12
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-05
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-05
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Use a vector of pairs to implement the section stack, not twoJoerg Sonnenberger2011-02-21
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola2010-12-29
* Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola2010-12-28
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-28
* Add support for .cfi_lsda.Rafael Espindola2010-12-27
* Add support for the same encodings of the personality function that gnu asRafael Espindola2010-12-27
* Add basic support for .cfi_personality.Rafael Espindola2010-12-26
* MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar2010-12-16
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10