summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser/COFFAsmParser.cpp
Commit message (Expand)AuthorAge
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Move some ELF directives into ELF asm parser.Jim Grosbach2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-15
* Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis2011-05-25
* Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix theCharles Davis2011-05-25
* Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and anotherCharles Davis2011-05-25
* Add a test for the .seh_handler directive. Fix problems with the parsingCharles Davis2011-05-25
* Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.Charles Davis2011-05-24
* Implement .seh_stackalloc and .seh_pushframe parsing.Charles Davis2011-05-23
* Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis2011-05-22
* MC-COFF: Add COFFAsmParser. Completes PR8343.Michael J. Spencer2010-10-09