Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-07 | Fix typo in llvm/elf_format.hrl | Garret Smith | |
2014-03-30 | Fix frame size adjustment of stack descriptors | Yiannis Tsiouris | |
In case of function calls with arguments that are passed to the stack, the frame size of corresponding stack descriptors needs to be reduced by the number of stack arguments. This commit fixes a bug in this adjustment which was caused by an incorrect check. | |||
2014-03-30 | Fix counting of arguments of closures | Christos Stavrakakis | |
Do not rely on MFA name for the arity of functions, since closures have an extra argument. Instead, just use the length of the arguments list. | |||
2014-03-07 | Implement the LLVM backend | Yiannis Tsiouris | |