descriptionTiny C Compiler main repository
homepage URLhttp://www.tinycc.org/
ownergr1008@gmail.com
last changeFri, 10 Jul 2026 14:58:23 +0000 (10 23:58 +0900)
content tags
add:
readme
This is our current working repository for the Tiny C Compiler.
If you have questions or suggestions, please write to the TinyCC mailing list.
If you want to contribute patches, push them directly here on our "mob" branch.
 
How to contribute patches to our "mob" patchwork (what's mob?):
  1. If you haven't done before, clone our tinycc repository: "git clone git://repo.or.cz/tinycc.git"
  2. Fetch the latest changes: "git fetch origin"
  3. Create a new branch on top of origin/mob: "git checkout -b mypatch origin/mob".
  4. Commit your patches to this new branch ("git gui") and verify ("gitk --all").
  5. Push your changes to here: "git push ssh://mob@repo.or.cz/tinycc.git mypatch:mob"
  6. In case meanwhile someone else did push: "git fetch origin" and "git rebase origin/mob" and try again.
  7. Don't forget to talk about on the TinyCC mailing list.
However if your patch is still rather work in progress while you wish to get some feedback
from other people already, then you might want to create a personal mob branch at first.
shortlog
2 days ago Mounir IDRASSItls: fix local-exec addresses and external symbolsmob
4 days ago herman ten... Some more TLS changes
4 days ago grischkareview platform tls support
4 days ago grischkareview generic tls support
4 days ago grischkareview some recent changes
2026-06-13 Mounir IDRASSIFix qualifiers on const array struct members
2026-06-12 Meng ZhuoCI: fix win32 MSVC setup and arm64 test
2026-06-12 Meng Zhuoriscv64: implement float/double constant loading
2026-06-12 Meng Zhuoriscv64: consolidate riscv intrinsics into lib-riscv.c
2026-06-02 Meng ZhuoCI: use RISE runner to test riscv64
2026-05-31 Meng Zhuoriscv64-link: fix C90 mixed declaration warning
2026-05-31 Meng Zhuoriscv64: enable gen_clear_cache with I-cache flushing
2026-05-23 Mounir IDRASSIwin32: define arm64 Interlocked helpers in winnt.h
2026-05-20 Mounir IDRASSIwin32: avoid Interlocked imports for tcc arm64
2026-05-15 Mounir IDRASSIwin32: improve tccrun protection diagnostics
2026-05-15 Mounir IDRASSIpe: add dll characteristic linker options
...
tags
8 years ago release_0_9_27
13 years ago release_0_9_26 Release TinyCC 0.9.26
17 years ago release_0_9_25
18 years ago release_0_9_24
21 years ago release_0_9_23
21 years ago release_0_9_22
22 years ago release_0_9_20
23 years ago release_0_9_19
23 years ago release_0_9_18
24 years ago initial
heads
2 days ago mob
8 years ago master
forks
Cached version (1098s old)
tinycc/nsauzede.git Colored fork of Tinycc nicolas.sauzede... 2 years ago
tinycc/tinycc.git matroxmike@icloud.com 2 years ago
tinycc/self_contained.git tiny c that doesn't need to have include... Joshuascholar@gmail.com 5 years ago
tinycc/tcc_android_arm.git dima13230@gmail.com 5 years ago
tinycc/jakubkaszycki.git My fork of TCC kuba@kaszycki.net.pl 9 years ago
tinycc/kirr.git kirr's tinycc tree kirr@navytux.spb.ru 12 years ago
tinycc/miki.git tinycc fork to help me test changes before... jovanovic.milutin... 14 years ago
tinycc/k1w1.git Improvements to libtcc API. k1w1@k1w1.org 16 years ago
tinycc/daniel.git Various TinyCC modifications daniel-gl@gmx.net 17 years ago