| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |||||
