summary refs log tree commit diff stats
path: root/tinyc
ModeNameSize
-rw-r--r--arm-gen.c38680log stats plain blame
-rw-r--r--c67-gen.c70942log stats plain blame
-rw-r--r--coff.h22419log stats plain blame
-rw-r--r--config.h556log stats plain blame
-rw-r--r--config.mak401log stats plain blame
-rw-r--r--config.texi20log stats plain blame
-rw-r--r--config_edited.h500log stats plain blame
-rw-r--r--elf.h78631log stats plain blame
d---------examples165log stats plain
-rw-r--r--i386-asm.c36589log stats plain blame
-rw-r--r--i386-asm.h21281log stats plain blame
-rw-r--r--i386-gen.c29033log stats plain blame
-rw-r--r--il-gen.c16721log stats plain blame
-rw-r--r--il-opcodes.h7612log stats plain blame
d---------include217log stats plain
d---------lib152log stats plain
-rw-r--r--libtcc.c61470log stats plain blame
-rw-r--r--libtcc.h3490log stats plain blame
-rw-r--r--stab.def9131log stats plain blame
-rw-r--r--stab.h259log stats plain blame
-rw-r--r--tcc-doc.html107357log stats plain blame
-rw-r--r--tcc-doc.texi33562log stats plain blame
-rw-r--r--tcc.c17454log stats plain blame
-rw-r--r--tcc.h23165log stats plain blame
-rw-r--r--tccasm.c28036log stats plain blame
-rw-r--r--tcccoff.c22693log stats plain blame
-rw-r--r--tccelf.c90590log stats plain blame
-rw-r--r--tccgen.c154156log stats plain blame
-rw-r--r--tccpe.c47290log stats plain blame
-rw-r--r--tccpp.c84003log stats plain blame
-rw-r--r--tcctok.h11439log stats plain blame
d---------tests197log stats plain
-rw-r--r--texi2pod.pl11030log stats plain blame
d---------win32246log stats plain
-rw-r--r--x86_64-gen.c40738log stats plain blame
16a08803af61a3dc66d34'>^
b961e47bf ^
5e839d50b ^
a7911addf ^
dbf9117c5 ^
a639824e5 ^
1e6aef62b ^
8d3966923 ^
cabbcd411 ^
87815cbdf ^
b3cecddd6 ^
8ef66b973 ^
a8edf67a2 ^
9c4a60193 ^
adf8eea4d ^
f04d21f27 ^
5e368f363 ^
f7f3a25be ^
3308d2658 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111