aboutsummaryrefslogtreecommitdiff
path: root/py/nlrx64.c
AgeCommit message (Expand)Author
2021-05-18py/nlrx64: Correct the detection of Darwin ABI.Bob Abeles
2021-03-11py/nlrx64: Fix typo in comment.Yonatan Goldschmidt
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-08-19py/nlr: Use MP_UNREACHABLE at the end of arch-specific nlr_jump funcs.Damien George
2017-12-29py/nlr: Fix nlr functions for 64bit ports built with gcc on Windowsstijn
2017-12-28py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.Damien George
2017-12-28py/nlr: Clean up selection and config of NLR implementation.Damien George
2017-12-26Revert "py/nlr: Factor out common NLR code to generic functions."Paul Sokolovsky
2017-12-20py/nlr: Factor out common NLR code to generic functions.Damien George
2017-12-11py: Introduce a Python stack for scoped allocation.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-08-29py/nlrx86,x64: Replace #define of defined() with portable macro usage.Damien George
2017-03-08py/nlrx64: Fixes to support Mac OS.Damien George
2017-03-06py/nlrx64: Convert from assembler to C file with inline asm.Damien George