about summary refs log tree commit diff stats
path: root/cpp/.traces/store_indirect
Commit message (Collapse)AuthorAgeFilesLines
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-20/+0
| | | | I've tried to update the Readme, but there are at least a couple of issues.
* 1246Kartik K. Agaram2015-05-031-2/+2
|
* 1225Kartik K. Agaram2015-04-291-0/+2
| | | | Finally start tracing the actual instructions as they run.
* 1223 - more stable traces for parse scenariosKartik K. Agaram2015-04-291-2/+2
|
* 1194Kartik K. Agaram2015-04-241-0/+1
|
* 1184 - finally, concurrencyKartik K. Agaram2015-04-241-0/+1
|
* 997Kartik K. Agaram2015-03-301-4/+4
|
* 968Kartik K. Agaram2015-03-241-2/+2
|
* 949 - paving the way for jumps to labelsKartik K. Agaram2015-03-171-4/+4
| | | | Addresses for reagents are now computed after all transforms.
* 941 - c++: basic break/loop conversionKartik K. Agaram2015-03-161-0/+3
|
* 940 - c++: some changes to instruction modelKartik K. Agaram2015-03-161-4/+4
|
* 832 - call-stack for C++ versionKartik K. Agaram2015-02-251-2/+2
| | | | | | | | | | These #defines and references now span many different layers. Let's see if the lack of encapsulation causes problems. Also interesting to run into a case where I need to modify a foundational layer and touch every single scenario/trace. Only alternative was to duplicate all the different layers that add instructions. Sign of problems with this model?
* 808Kartik K. Agaram2015-02-211-0/+13
>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 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326