Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefix failing commands with not to make clear they are expected to fail. | Rafael Espindola | 2013-07-03 | 1 | -1/+1 |
| | | | | llvm-svn: 185554 | ||||
* | Implement AsmParser for ARM unwind directives. | Logan Chien | 2013-05-10 | 1 | -0/+17 |
This commit implements the AsmParser for fnstart, fnend, cantunwind, personality, handlerdata, pad, setfp, save, and vsave directives. This commit fixes some minor issue in the ARMELFStreamer: * The switch back to corresponding section after the .fnend directive. * Emit the unwind opcode while processing .fnend directive if there is no .handlerdata directive. * Emit the unwind opcode to .ARM.extab while processing .handlerdata even if .personality directive does not exist. llvm-svn: 181603 |