summary refs log tree commit diff stats
path: root/compiler/ccgstmts.nim
Commit message (Expand)AuthorAgeFilesLines
* template+emit supports volatileRead and volatileWrite opsAndreas Rumpf2017-01-231-0/+2
* Merge branch 'devel' into sighashesAraq2016-12-171-1/+5
|\
| * reworked emit pragma; fixes #4730Andreas Rumpf2016-12-171-1/+5
* | refactoring: C codegen with fewer global variablesAraq2016-12-051-9/+5
* | sighashes: make more tests greenAraq2016-11-291-1/+1
* | C codegen: first version of signature hashing for better incremental buildsAraq2016-11-081-1/+1
|/
* fixes #4721Andreas Rumpf2016-09-071-5/+19
* C++ backend: use .noInit pragma for non-public default constructors; refs #4687Andreas Rumpf2016-09-041-0/+1
* Merge pull request #4592 from arnetheduck/compiler-cleanupAndreas Rumpf2016-08-251-12/+0
|\
| * remove unused stuffJacek Sieka2016-08-091-12/+0
* | fixed #4459 -- VS2010 error C2275andri lim2016-08-131-1/+1
|/
* remove sfFakeConstJacek Sieka2016-07-301-2/+0
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-1/+1
* C code generation now deterministic; fixes #4364Andreas Rumpf2016-06-221-2/+2
* Fixed rethrowing not to generate C++ throw with noCppExceptions switchRuslan Mustakov2016-06-141-1/+1
* GC with primitive MSAndreas Rumpf2016-05-161-1/+1
* fixes #3992Andreas Rumpf2016-05-111-0/+2
* Fixed try statement generation with --noCppExceptions switchRuslan Mustakov2016-02-291-2/+4
* fixes #603Andreas Rumpf2016-01-061-2/+2
* first implementation of the new lambda-lifting pass; barely anything worksAndreas Rumpf2015-12-261-1/+1
* --gc:v2 requires global root trackingAraq2015-12-011-1/+1
* Fixed --debugger:on option. Removed c_line from termios.Yuriy Glukhov2015-08-121-2/+2
* fixes #2963Araq2015-07-221-1/+4
* added /*INCLUDESECTION*/ section for .emit pragmaAraq2015-06-291-2/+4
* fixes #1888Araq2015-04-271-15/+13
* fixes #2551; fixes #2212; breaks bootstrapping in debug mode; bootstrap with ...Araq2015-04-251-2/+2
* fixes #2335Araq2015-04-241-2/+9
* implements .goto support for variablesAraq2015-04-191-3/+30
* Get rid of deprecation warningsdef2015-04-071-72/+71
* compiler_ropes: ropeToStr -> $Jacek Sieka2015-04-011-2/+2
* codegen doesn't produce line tracing commands anymore; fixes #1344Araq2015-03-211-1/+2
* 'constructor' pragma for C++ supportAraq2015-03-181-3/+15
* don't generate memset calls for C++ objectsAraq2015-03-181-112/+115
* fixes #2199, fixes #2197Araq2015-02-241-1/+2
* fixes #2121Araq2015-02-141-1/+1
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-9/+0
* lots of C++ codegen improvementsAraq2015-02-071-9/+14
* C++ support: codegen generates C++'s references and avoids copiesAraq2015-02-041-1/+12
* nimsuggest improvementsAraq2015-01-301-0/+1
* asm stmt: don't quote what is already quotedAraq2015-01-291-1/+1
* fixes yet another GAS parsing bugAraq2015-01-291-2/+2
* fixes #1907Araq2015-01-111-2/+2
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* fixes #1742Araq2014-12-241-3/+5
* fixes #1181Araq2014-11-131-0/+11
* Merge branch 'devel' into bigbreakAraq2014-10-251-0/+1
|\
| * '.emit' pragma produces a trailing newlineAraq2014-10-251-0/+1
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-041-1/+12
|\|
| * Improve setjmp()/longjmp() performance.Reimer Behrends2014-09-251-1/+8
| * Avoid unnecessary #include triggered by importc vars.Reimer Behrends2014-09-191-0/+4
<vc@akkartik.com> 2018-07-27 13:26:12 -0700 committer Kartik Agaram <vc@akkartik.com> 2018-07-27 13:30:19 -0700 4445 - support labels' href='/akkartik/mu/commit/subx/026labels.cc?h=hlt&id=071afeff5d99732b2f50f2a5009dc6f2e8303909'>071afeff ^
6b64f800 ^






a6517ed8 ^

071afeff ^

a6517ed8 ^
071afeff ^


a6517ed8 ^

0828df68 ^
a6517ed8 ^

071afeff ^
a6517ed8 ^
071afeff ^
f75c7021 ^
a6517ed8 ^

071afeff ^
a6517ed8 ^
071afeff ^
0828df68 ^
a6517ed8 ^
071afeff ^










071afeff ^






6b64f800 ^

03e72be6 ^



6b64f800 ^







12adb3da ^


071afeff ^
d33fa1c5 ^
f3901d90 ^
071afeff ^
12adb3da ^
071afeff ^
f3901d90 ^
071afeff ^
f3901d90 ^
31338623 ^
f3901d90 ^
d33fa1c5 ^
f3901d90 ^
31338623 ^
071afeff ^



03e72be6 ^








420cb686 ^
f02ca8df ^








420cb686 ^







f3901d90 ^
420cb686 ^

87d5bdb9 ^
















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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245