Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 988 - those replace{} directives were a bad idea | Kartik K. Agaram | 2015-03-27 | 1 | -5/+7 |
| | |||||
* | 983 - arc 'integer-array' => c++ 'array:integer' | Kartik K. Agaram | 2015-03-26 | 1 | -3/+3 |
| | |||||
* | 982 | Kartik K. Agaram | 2015-03-26 | 1 | -47/+54 |
| | |||||
* | 979 | Kartik K. Agaram | 2015-03-26 | 1 | -9/+3 |
| | |||||
* | 978 | Kartik K. Agaram | 2015-03-26 | 1 | -0/+20 |
| | |||||
* | 973 | Kartik K. Agaram | 2015-03-26 | 1 | -4/+2 |
| | |||||
* | 971 | Kartik K. Agaram | 2015-03-25 | 1 | -3/+8 |
| | |||||
* | 969 | Kartik K. Agaram | 2015-03-24 | 1 | -1/+1 |
| | |||||
* | 968 | Kartik K. Agaram | 2015-03-24 | 1 | -5/+5 |
| | |||||
* | 966 - c++: starting on default-space | Kartik K. Agaram | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | 961 - done converting names? | Kartik K. Agaram | 2015-03-20 | 1 | -0/+2 |
| | | | | | | | | | | | 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. | ||||
* | 953 - bugfix in intermediate layer | Kartik K. Agaram | 2015-03-18 | 1 | -4/+2 |
| | |||||
* | 949 - paving the way for jumps to labels | Kartik K. Agaram | 2015-03-17 | 1 | -4/+5 |
| | | | | Addresses for reagents are now computed after all transforms. | ||||
* | 945 - move 'transform' layer to before 'run' | Kartik K. Agaram | 2015-03-17 | 1 | -0/+142 |