descriptionTiny C Compiler main repository
homepage URLhttp://www.tinycc.org/
ownergr1008@gmail.com
last changeTue, 23 Apr 2024 22:54:51 +0000 (24 00:54 +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
14 hours ago Ekaitz Zarragariscv: asm: Add branch to labelmob
24 hours ago Ekaitz Zarragariscv: Add full `fence` instruction support
27 hours ago Ekaitz Zarragariscv: asm: Add load-reserved and store-conditional
8 days ago Ekaitz ZarragaFix Extended Asm ignored constraints
10 days ago herman ten... riscv: Avoid some compiler warnings
2024-04-08 Ekaitz Zarragariscv: Add extended assembly support
2024-03-27 Ekaitz Zarragariscv: fix jal: fix reloc and parsing
2024-03-23 Ekaitz Zarragafixup! riscv: Add .option assembly directive (unimp)
2024-03-21 Ekaitz Zarragariscv: Add .option assembly directive (unimp)
2024-03-21 Ekaitz Zarragariscv: libtcc1.c support some builtins for __riscv
2024-03-21 Ekaitz Zarragariscv: Support $ in identifiers in extended asm.
2024-03-21 Ekaitz Zarragariscv: jal: Add pseudo instruction support
2024-03-21 Ekaitz Zarragariscv: jalr: implement pseudo and parse like GAS
2024-03-21 Ekaitz Zarragariscv: Add pseudoinstructions
2024-03-19 Ekaitz Zarragariscv: Use GAS syntax for loads/stores:
2024-03-19 Ekaitz Zarragariscv: Move operand parsing to a separate function
...
tags
6 years ago release_0_9_27
11 years ago release_0_9_26 Release TinyCC 0.9.26
14 years ago release_0_9_25
16 years ago release_0_9_24
18 years ago release_0_9_23
19 years ago release_0_9_22
20 years ago release_0_9_20
20 years ago release_0_9_19
21 years ago release_0_9_18
22 years ago initial
heads
14 hours ago mob
6 years ago master
forks
Cached version (717s old)
tinycc/tinycc.git matroxmike@icloud.com 3 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... 11 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