descriptionTiny C Compiler main repository
homepage URLhttp://www.tinycc.org/
ownergr1008@gmail.com
last changeSat, 13 Jun 2026 13:26:02 +0000 (13 22:26 +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
3 days ago Mounir IDRASSIFix qualifiers on const array struct membersmob
4 days ago Meng ZhuoCI: fix win32 MSVC setup and arm64 test
4 days ago Meng Zhuoriscv64: implement float/double constant loading
4 days ago 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
2026-05-15 Mounir IDRASSIwin32: run cv2pdb without shell quoting issues
2026-05-15 Mounir IDRASSIwin32: make compile lock initialization thread-safe
2026-05-13 Meng Zhuofix: skip TLS test on osx
2026-05-13 Mounir IDRASSIwin32: use VirtualAlloc for run memory
2026-05-13 Meng Zhuofix: TLS test failures on osx/win32/armv7
...
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
3 days ago mob
8 years ago master
forks
Cached version (2324s 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... 13 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