index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
nlrx64.c
Age
Commit message (
Expand
)
Author
2021-05-18
py/nlrx64: Correct the detection of Darwin ABI.
Bob Abeles
2021-03-11
py/nlrx64: Fix typo in comment.
Yonatan Goldschmidt
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-08-19
py/nlr: Use MP_UNREACHABLE at the end of arch-specific nlr_jump funcs.
Damien George
2017-12-29
py/nlr: Fix nlr functions for 64bit ports built with gcc on Windows
stijn
2017-12-28
py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.
Damien George
2017-12-28
py/nlr: Clean up selection and config of NLR implementation.
Damien George
2017-12-26
Revert "py/nlr: Factor out common NLR code to generic functions."
Paul Sokolovsky
2017-12-20
py/nlr: Factor out common NLR code to generic functions.
Damien George
2017-12-11
py: Introduce a Python stack for scoped allocation.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-08-29
py/nlrx86,x64: Replace #define of defined() with portable macro usage.
Damien George
2017-03-08
py/nlrx64: Fixes to support Mac OS.
Damien George
2017-03-06
py/nlrx64: Convert from assembler to C file with inline asm.
Damien George