aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCParser/COFFAsmParser.cpp
AgeCommit message (Expand)Author
2013-02-20MCParser: Update method names per coding guidelines.Jim Grosbach
2013-01-16Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2011-12-17Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng
2011-07-25Move some ELF directives into ELF asm parser.Jim Grosbach
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-07-15Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng
2011-05-25Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis
2011-05-25Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix theCharles Davis
2011-05-25Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and anotherCharles Davis
2011-05-25Add a test for the .seh_handler directive. Fix problems with the parsingCharles Davis
2011-05-24Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.Charles Davis
2011-05-23Implement .seh_stackalloc and .seh_pushframe parsing.Charles Davis
2011-05-22Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis
2010-10-09MC-COFF: Add COFFAsmParser. Completes PR8343.Michael J. Spencer