summary refs log tree commit diff stats
path: root/compiler/jsgen.nim
Commit message (Expand)AuthorAgeFilesLines
...
* clean up tyMutable remnantsJacek Sieka2016-10-241-3/+2
* clean up tyConst remnantsJacek Sieka2016-10-241-2/+2
* clean up tyBigNum remnantsJacek Sieka2016-10-241-4/+3
* remove remnants of tyIterJacek Sieka2016-10-241-1/+2
* JS: Fixed ICE on ptr assignmentYuriy Glukhov2016-09-201-6/+14
* fixes #4673Andreas Rumpf2016-09-011-1/+1
* Fixed codegen for asmNoStackFrame pragma. More bulletproof frame restoration.Yuriy Glukhov2016-08-271-6/+8
* Restore framePtr after exceptionsYuriy Glukhov2016-08-271-4/+10
* Fixed js codegen issue for uncaught exceptions.Yuriy Glukhov2016-08-271-1/+2
* minor thingsAndreas Rumpf2016-08-241-1/+1
* fixes #4632Andreas Rumpf2016-08-231-8/+9
* Fix using ptr to seq in js backend.Hans Raaf2016-08-071-2/+9
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-1/+1
* fixes #4496Andreas Rumpf2016-07-181-1/+1
* added system.newSeqOfCap for improved efficiencyAndreas Rumpf2016-07-151-0/+1
* fixes #3706Andreas Rumpf2016-07-131-1/+10
* fixes #4471Andreas Rumpf2016-07-121-3/+15
* fixes a critical JS codegen bug which caused 'importcpp' statements not to be...Andreas Rumpf2016-07-111-0/+1
* fixes a strange JS codegen bugAndreas Rumpf2016-07-111-0/+2
* undocumented feature: JS backend: unit and group separators generate hash and...Andreas Rumpf2016-07-091-1/+9
* Fixes a critical JS codegen bug about @ in call patternAndreas Rumpf2016-07-081-0/+1
* fixes #4371Andreas Rumpf2016-07-081-1/+1
* Repr now works in js for enums starting with non-zero.Yuriy Glukhov2016-07-051-1/+9
* PHP codegen: code works with PHP 5.3 (with some luck)Andreas Rumpf2016-06-231-1/+23
* PHP backend: proper setLen implementationAndreas Rumpf2016-06-211-2/+3
* system. for cstrings uses value comparisons, not reference comparisonsAndreas Rumpf2016-06-021-1/+1
* Fixes #4222Yuriy Glukhov2016-05-261-4/+4
* PHP codegen improvementsAndreas Rumpf2016-05-131-1/+1
* JS target improvementsAndreas Rumpf2016-04-291-2/+5
* fixes a critical PHP codegen bugAndreas Rumpf2016-04-291-8/+11
* Fix PHP and JS codegen to not escape single quotes in strings anymore.Hans Raaf2016-03-141-1/+0
* Merge pull request #3949 from oderwat/hara-php-addrAndreas Rumpf2016-03-101-1/+10
|\
| * Try to fix addr() ref and pointer for PHPHans Raaf2016-03-081-1/+10
* | Fix für PHP codegen integer modulo calculation.Hans Raaf2016-03-071-0/+8
|/
* Fix for integer division in PHP codegen.Hans Raaf2016-03-061-0/+8
* Fix for PHP function pointer implementation.Hans Raaf2016-03-061-0/+1
* PHP codegen: function pointers workAndreas Rumpf2016-03-051-3/+11
* Merge pull request #3934 from oderwat/php-fix-deferAndreas Rumpf2016-03-051-7/+12
|\
| * Partial fix for defer in PHP Codegen.Hans Raaf2016-03-041-7/+12
* | PHP codegen: use nimAt for PHP 5.3 compatibilityAndreas Rumpf2016-03-041-2/+11
|/
* Fixed bad JS codegen for new json with tables. Added json to JS tests.Yuriy Glukhov2016-02-291-1/+3
* no name mangling for PHP fieldsAndreas Rumpf2016-02-291-1/+1
* php codegen: name mangling bugfixAndreas Rumpf2016-02-261-2/+3
* PHP codegen generates reliable filenamesAndreas Rumpf2016-02-261-2/+6
* PHP codegen can generate foo->bar accessesAndreas Rumpf2016-02-081-1/+10
* makes tints.nim test compileAndreas Rumpf2016-02-081-0/+3
* Made the test tints.nim work for the PHP codegen (uint shifts andHans Raaf2016-02-071-1/+5
* Corrected (unsigned) shr for PHP CodegenHans Raaf2016-02-071-3/+12
* Better code and fix for JS regression.Hans Raaf2016-02-071-9/+9
* Fix für Char to String in PHP.Hans Raaf2016-02-071-0/+4
m <vc@akkartik.com> 2018-07-20 22:23:00 -0700 4384 - opcodes all documented' href='/akkartik/mu/commit/subx/017jump_relative.cc?h=hlt&id=82a24dfc1fabc29d553de1e7be4c946a4ab7c459'>82a24dfc ^
3f4bbe9e ^
82a24dfc ^
fc455c96 ^


1f56ac64 ^
fc455c96 ^












069ed1c8 ^
fc455c96 ^







1f56ac64 ^
fc455c96 ^










82a24dfc ^
3f4bbe9e ^
82a24dfc ^
fc455c96 ^



1f56ac64 ^
fc455c96 ^












069ed1c8 ^
fc455c96 ^








1f56ac64 ^
fc455c96 ^










82a24dfc ^
3f4bbe9e ^
82a24dfc ^
fc455c96 ^



1f56ac64 ^
fc455c96 ^












1f56ac64 ^
fc455c96 ^












069ed1c8 ^
fc455c96 ^








1f56ac64 ^
fc455c96 ^







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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293