descriptionTiny C Compiler main repository
homepage URLhttp://www.tinycc.org/
ownergr1008@gmail.com
last changeSun, 13 Oct 2024 21:55:32 +0000 (13 23:55 +0200)
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 grischkatccelf.c: write section headers before sectionsmob
5 days ago Ben NoordhuisEmit better x86_64 asm for constant loads
7 days ago Petr Skocikrecognize -std=gnu11 and treat it the same as -std=c11
7 days ago Meng Zhuoupdate Github action runner macOS to 12
2024-09-27 Boian Berberovfix: respect CFLAGS from environment, or set defaults
2024-09-14 Guest0x0fix UB in constant folding of double -> signed integer...
2024-08-20 Maxim Logaevtccdbg.c: DW_AT_language now matches the -std option
2024-08-11 noneofyourbusinessRelicensing TinyCC
2024-08-10 noneofyourbusinessriscv64-tok.h: don't export internal macros
2024-08-10 noneofyourbusinesstcc -dumpmachine: output -musl instead of -gnu when...
2024-07-31 Jonathan M... fix: tests broken by use of assembly
2024-07-31 Jonathan M... fix: previous two commits
2024-07-30 Jonathan M... fix: code in non-executable ELF sections
2024-07-30 Jonathan M... feat: treat unknown macros with arguments as undefined
2024-06-11 grischkatccpp: tcc_warning("extra tokens after directive")
2024-06-11 grischkadiv fixes
...
tags
6 years ago release_0_9_27
11 years ago release_0_9_26 Release TinyCC 0.9.26
15 years ago release_0_9_25
16 years ago release_0_9_24
19 years ago release_0_9_23
19 years ago release_0_9_22
21 years ago release_0_9_20
21 years ago release_0_9_19
21 years ago release_0_9_18
22 years ago initial
heads
2 days ago mob
6 years ago master
forks
Cached version (4662s old)
tinycc/nsauzede.git Colored fork of Tinycc nicolas.sauzede... 5 months ago
tinycc/tinycc.git matroxmike@icloud.com 8 months ago
tinycc/self_contained.git tiny c that doesn't need to have include... Joshuascholar@gmail.com 3 years ago
tinycc/tcc_android_arm.git dima13230@gmail.com 3 years ago
tinycc/jakubkaszycki.git My fork of TCC kuba@kaszycki.net.pl 7 years ago
tinycc/kirr.git kirr's tinycc tree kirr@navytux.spb.ru 10 years ago
tinycc/miki.git tinycc fork to help me test changes before... jovanovic.milutin... 12 years ago
tinycc/k1w1.git Improvements to libtcc API. k1w1@k1w1.org 14 years ago
tinycc/daniel.git Various TinyCC modifications daniel-gl@gmx.net 15 years ago