| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ARM: implement rt_get_caller_pc | Daniel Glöckner | 2010-05-14 | 1 | -0/+44 |
| | | |||||
| * | ARM: allow jumps > 32MB on -run | Daniel Glöckner | 2010-05-14 | 1 | -2/+2 |
| | | | | | This is needed to reach tinycc's PLT from the compiled program. | ||||
| * | make --with-selinux work with libtcc, too | Henry Kroll III | 2010-04-24 | 1 | -34/+26 |
| | | |||||
| * | Use mmap instead of exec mem for Selinux machines. Fixes crash on Fedora. | Henry Kroll III | 2010-04-20 | 1 | -4/+33 |
| | | |||||
| * | build from multiple objects: fix other targets | grischka | 2009-12-20 | 1 | -2/+2 |
| | | |||||
| * | win64: add tiny unwind data for setjmp/longjmp | grischka | 2009-12-20 | 1 | -0/+7 |
| | | | | | | | | | | This enables native unwind semantics with longjmp on win64 by putting an entry into the .pdata section for each compiled fuction. Also, the function now use a fixed stack and store arguments into X(%rsp) rather than using push. | ||||
| * | allow tcc be build from separate objects | grischka | 2009-12-20 | 1 | -21/+22 |
| | | | | | If you want that, run: make NOTALLINONE=1 | ||||
| * | win32: enable bounds checker & exception handler | grischka | 2009-12-19 | 1 | -242/+321 |
| | | | | | exception handler borrowed from k1w1. Thanks. | ||||
| * | tcc_relocate: revert to 0.9.24 behavior | grischka | 2009-12-19 | 1 | -15/+20 |
| | | |||||
| * | tccrun: new file | grischka | 2009-12-19 | 1 | -0/+518 |
| factor out -run support | |||||
