Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1010 | Kartik K. Agaram | 2015-04-03 | 1 | -11/+31 |
| | |||||
* | 1008 | Kartik K. Agaram | 2015-04-03 | 1 | -0/+1 |
| | |||||
* | 989 | Kartik K. Agaram | 2015-03-28 | 1 | -0/+12 |
| | |||||
* | 983 - arc 'integer-array' => c++ 'array:integer' | Kartik K. Agaram | 2015-03-26 | 1 | -49/+48 |
| | |||||
* | 979 | Kartik K. Agaram | 2015-03-26 | 1 | -15/+8 |
| | |||||
* | 976 | Kartik K. Agaram | 2015-03-26 | 1 | -0/+4 |
| | |||||
* | 971 | Kartik K. Agaram | 2015-03-25 | 1 | -4/+10 |
| | |||||
* | 968 | Kartik K. Agaram | 2015-03-24 | 1 | -6/+6 |
| | |||||
* | 966 - c++: starting on default-space | Kartik K. Agaram | 2015-03-21 | 1 | -2/+2 |
| | |||||
* | 961 - done converting names? | Kartik K. Agaram | 2015-03-20 | 1 | -0/+1 |
| | | | | | | | | | | | I'm making two changes to how I compute field offsets: a) I just replace offset names up front, before I even manage field names. I don't bother disallowing x:integer and x:offset in the same function. Let's see if that leads us astray. Certainly saves code. b) I don't bother canonizing the first arg of a get since we know it has to have a type that is some number of 'address' followed by a record. Just assume that we have the right number of 'deref's. | ||||
* | 949 - paving the way for jumps to labels | Kartik K. Agaram | 2015-03-17 | 1 | -14/+9 |
| | | | | Addresses for reagents are now computed after all transforms. | ||||
* | 948 | Kartik K. Agaram | 2015-03-17 | 1 | -26/+10 |
| | |||||
* | 945 - move 'transform' layer to before 'run' | Kartik K. Agaram | 2015-03-17 | 1 | -0/+142 |