Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix the
[oota-llvm.git] / lib / MC / MCParser / COFFAsmParser.cpp
2011-05-25 Charles DavisAdd tests for .seh_savereg and .seh_savexmm parsing...
2011-05-25 Charles DavisAdd a test for .seh_pushframe parsing. Fix the bug...
2011-05-25 Charles DavisAdd a test for the .seh_handler directive. Fix problems...
2011-05-24 Charles DavisImplement the rest of the SEH directive-parsing methods...
2011-05-23 Charles DavisImplement .seh_stackalloc and .seh_pushframe parsing.
2011-05-22 Charles DavisAdd methods to parse the SEH directives to the COFFAsmP...
2010-10-09 Michael J. SpencerMC-COFF: Add COFFAsmParser. Completes PR8343.