Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic. | Juergen Ributzka | 2013-11-08 | 1 | -1/+12 | |
| | | | | | | | | | | | | | | The idea of the AnyReg Calling Convention is to provide the call arguments in registers, but not to force them to be placed in a paticular order into a specified set of registers. Instead it is up tp the register allocator to assign any register as it sees fit. The same applies to the return value (if applicable). Differential Revision: http://llvm-reviews.chandlerc.com/D2009 Reviewed by Andy llvm-svn: 194293 | |||||
* | Fix some minor issues with r194282 to get the tree healthy again. | Lang Hames | 2013-11-08 | 1 | -1/+2 | |
| | | | | llvm-svn: 194284 | |||||
* | Add a method to get the object-file appropriate stack map section. | Lang Hames | 2013-11-08 | 1 | -2/+1 | |
| | | | | | | Thanks to Eric Christopher for the tips on the appropriate way to do this. llvm-svn: 194282 | |||||
* | Unused variable | Andrew Trick | 2013-10-31 | 1 | -0/+1 | |
| | | | | llvm-svn: 193819 | |||||
* | Add support for stack map generation in the X86 backend. | Andrew Trick | 2013-10-31 | 1 | -0/+213 | |
Originally implemented by Lang Hames. llvm-svn: 193811 |