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
/
nlrthumb.c
Age
Commit message (
Expand
)
Author
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-08-19
py: Introduce MP_UNREACHABLE macro to annotate unreachable code.
Damien George
2019-07-03
py/nlrthumb: Check __thumb2__ instead of __ARM_ARCH_6M__.
David Lechner
2019-06-19
py/nlrthumb: Save and restore VFP registers s16-s21 when CPU has them.
Damien George
2019-03-26
py/nlrthumb: Add support for iOS where the C func is _nlr_push_tail.
Romain Goyet
2018-04-27
py/nlrthumb: Fix Clang support wrt use of "return 0".
Ayke van Laethem
2018-02-18
py/nlrthumb: Do not mark nlr_push as not returning anything.
Ayke van Laethem
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-28
py/nlrthumb: Fix use of naked funcs, must only contain basic asm code.
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-09-01
py/nlrthumb: Get working again on standard Thumb arch (ie not Thumb2).
Damien George
2016-07-21
py: Fix nlrthumb.c when DEBUG=1 is defined
Dave Hylands
2016-07-11
qemu-arm: Enable gcc LTO option for nlrthumb.c
Daniel Tralamazza
2016-06-28
py/nlrthumb: Convert NLR thumb funcs from asm to C with inline-asm.
Damien George