summary refs log tree commit diff stats
path: root/tinyc
ModeNameSize
-rw-r--r--arm-asm.c1913log stats plain blame
-rw-r--r--arm-gen.c55144log stats plain blame
-rw-r--r--arm-link.c13152log stats plain blame
-rw-r--r--arm64-gen.c55900log stats plain blame
-rw-r--r--arm64-link.c8461log stats plain blame
-rw-r--r--c67-gen.c71046log stats plain blame
-rw-r--r--c67-link.c3385log stats plain blame
-rw-r--r--coff.h22429log stats plain blame
-rw-r--r--config.h556log stats plain blame
-rw-r--r--conftest.c1883log stats plain blame
-rw-r--r--elf.h145046log stats plain blame
d---------examples165log stats plain
-rw-r--r--i386-asm.c51259log stats plain blame
-rw-r--r--i386-asm.h23875log stats plain blame
-rw-r--r--i386-gen.c32331log stats plain blame
-rw-r--r--i386-link.c6924log stats plain blame
-rw-r--r--i386-tok.h4144log stats plain blame
-rw-r--r--il-gen.c16430log stats plain blame
-rw-r--r--il-opcodes.h7612log stats plain blame
d---------include181log stats plain
d---------lib428log stats plain
-rw-r--r--libtcc.c56398log stats plain blame
-rw-r--r--libtcc.h3270log stats plain blame
-rw-r--r--stab.def9131log stats plain blame
-rw-r--r--stab.h259log stats plain blame
-rw-r--r--tcc-doc.texi36607log stats plain blame
-rw-r--r--tcc.c12949log stats plain blame
-rw-r--r--tcc.h56025log stats plain blame
-rw-r--r--tccasm.c36715log stats plain blame
-rw-r--r--tcccoff.c22703log stats plain blame
-rw-r--r--tccelf.c98764log stats plain blame
-rw-r--r--tccgen.c221403log stats plain blame
-rw-r--r--tcclib.h2611log stats plain blame
-rw-r--r--tccpe.c61930log stats plain blame
-rw-r--r--tccpp.c109810log stats plain blame
-rw-r--r--tccrun.c23552log stats plain blame
-rw-r--r--tcctok.h11135log stats plain blame
-rw-r--r--tcctools.c15966log stats plain blame
d---------tests443log stats plain
-rw-r--r--texi2pod.pl11030log stats plain blame
d---------win32181log stats plain
-rw-r--r--x86_64-asm.h26439log stats plain blame
-rw-r--r--x86_64-gen.c64011log stats plain blame
-rw-r--r--x86_64-link.c9071log stats plain blame
28 11:33:35 +0200 committer Andreas Rumpf <rumpf_a@web.de> 2017-10-28 11:33:35 +0200 Add sections (type, var, let, const, using) support for reorder pragma (#6326)' href='/ahoang/Nim/commit/compiler/modulepaths.nim?h=devel&id=e2af486434c7ff401c412d890b490b4ac11ab321'>e2af48643 ^
5bf31fcab ^
bf6c2c5cc ^
e2af48643 ^

eee43e4f8 ^
5bf31fcab ^
e2af48643 ^

5bf31fcab ^
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169