aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCWin64EH.h
Commit message (Expand)AuthorAgeFilesLines
* Add a parameter to the Win64 EH section getters to get a section with aCharles Davis2011-05-271-0/+2
* Start keeping track of where the various unwind instructions are in the prolog.Charles Davis2011-05-271-10/+11
* Make the COFF streamer emit unwind info when processing a .seh_handlerdataCharles Davis2011-05-221-4/+6
* A handler for a function in the Win64 EH scheme can be both an unwind handlerCharles Davis2011-05-211-7/+10
* Implement the EndProlog Win64 EH method on the base MCStreamer.Charles Davis2011-05-191-3/+3
* Implement the Win64 EH prolog instruction methods on the base MCStreamer.Charles Davis2011-05-191-13/+9
* Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) MakeCharles Davis2011-05-191-4/+2
* Implement the StartChained and EndChained Win64 EH methods on MCStreamer.Charles Davis2011-05-191-2/+2
* Fix build issues with headers, which I discovered by actually using them.Charles Davis2011-05-191-3/+3
* Add a header patterned after MCDwarf.h for supporting Win64 exception handlingCharles Davis2011-05-181-0/+91