MC: rename Win64EHFrameInfo to WinEH::FrameInfo
[oota-llvm.git] / include / llvm / MC / MCWin64EH.h
2014-08-03 Saleem AbdulrasoolMC: rename Win64EHFrameInfo to WinEH::FrameInfo
2014-07-17 Saleem AbdulrasoolMC: make WinEH opcode an opaque value
2014-07-13 Saleem AbdulrasoolMC: make MCWin64EHInstruction a POD-like struct
2014-07-12 Saleem AbdulrasoolMC: rename MCW64UnwindInfo to MCWinFrameInfo
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2011-05-27 Charles DavisAdd a parameter to the Win64 EH section getters to...
2011-05-27 Charles DavisStart keeping track of where the various unwind instruc...
2011-05-22 Charles DavisMake the COFF streamer emit unwind info when processing...
2011-05-21 Charles DavisA handler for a function in the Win64 EH scheme can...
2011-05-19 Charles DavisImplement the EndProlog Win64 EH method on the base...
2011-05-19 Charles DavisImplement the Win64 EH prolog instruction methods on...
2011-05-19 Charles DavisTurns out GAS does have Win64 EH directives. (It also...
2011-05-19 Charles DavisImplement the StartChained and EndChained Win64 EH...
2011-05-19 Charles DavisFix build issues with headers, which I discovered by...
2011-05-18 Charles DavisAdd a header patterned after MCDwarf.h for supporting...