about summary refs log tree commit diff stats
path: root/cpp/010vm
Commit message (Collapse)AuthorAgeFilesLines
* 949 - paving the way for jumps to labelsKartik K. Agaram2015-03-171-3/+2
| | | | Addresses for reagents are now computed after all transforms.
* 946 - selectively run just some testsKartik K. Agaram2015-03-171-7/+0
|
* 940 - c++: some changes to instruction modelKartik K. Agaram2015-03-161-16/+32
|
* 934 - extensible transform framework for mu's lightweight toolsKartik K. Agaram2015-03-161-0/+1
|
* 932 - clean up comments in the tangled c++Kartik K. Agaram2015-03-161-4/+6
|
* 917Kartik K. Agaram2015-03-141-0/+6
|
* 901Kartik K. Agaram2015-03-131-1/+4
|
* 832 - call-stack for C++ versionKartik K. Agaram2015-02-251-0/+1
| | | | | | | | | | 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?
* 821Kartik K. Agaram2015-02-221-6/+2
|
* 815Kartik K. Agaram2015-02-221-4/+1
|
* 814Kartik K. Agaram2015-02-221-0/+4
|
* 810Kartik K. Agaram2015-02-211-1/+2
|
* 806 - start parsing reagent metadataKartik K. Agaram2015-02-211-2/+18
|
* 804 - reagent can have multiple typesKartik K. Agaram2015-02-201-10/+18
|
* 798 - start of record supportKartik K. Agaram2015-02-191-2/+9
|
* 789Kartik K. Agaram2015-02-191-6/+7
|
* 787 - arithmetic operationsKartik K. Agaram2015-02-191-4/+4
| | | | Lots of duplication here; we'll clean it up later.
* 783Kartik K. Agaram2015-02-191-2/+8
|
* 782 - promote literate version to canonical C++ versionKartik K. Agaram2015-02-181-0/+145