about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 997Kartik K. Agaram2015-03-3092-528/+528
|
* 996 - string literalsKartik K. Agaram2015-03-308-5/+57
|
* 995Kartik K. Agaram2015-03-301-1/+1
|
* 994 - spaces now check boundsKartik K. Agaram2015-03-295-10/+39
| | | | I'm not testing for bounds-check errors yet, though.
* 993Kartik K. Agaram2015-03-291-1/+1
|
* 992 - c++ chain spaces for lexical scopeKartik K. Agaram2015-03-283-1/+76
|
* 991Kartik K. Agaram2015-03-282-6/+13
|
* 990Kartik K. Agaram2015-03-282-1/+45
|
* 989Kartik K. Agaram2015-03-282-0/+62
|
* 988 - those replace{} directives were a bad ideaKartik K. Agaram2015-03-274-56/+11
|
* 987 - c++: memory allocatorKartik K. Agaram2015-03-273-2/+84
|
* 986Kartik K. Agaram2015-03-2718-42/+44
|
* 985Kartik K. Agaram2015-03-271-13/+16
|
* 984Kartik K. Agaram2015-03-271-2/+2
|
* 983 - arc 'integer-array' => c++ 'array:integer'Kartik K. Agaram2015-03-2618-76/+74
|
* 982Kartik K. Agaram2015-03-262-48/+54
|
* 981Kartik K. Agaram2015-03-261-1/+1
|
* 980Kartik K. Agaram2015-03-262-6/+3
|
* 979Kartik K. Agaram2015-03-264-32/+18
|
* 978Kartik K. Agaram2015-03-262-0/+54
|
* 977Kartik K. Agaram2015-03-261-1/+0
|
* 976Kartik K. Agaram2015-03-262-31/+8
|
* 975Kartik K. Agaram2015-03-261-4/+5
|
* 974Kartik K. Agaram2015-03-261-1/+0
|
* 973Kartik K. Agaram2015-03-265-19/+17
|
* 972Kartik K. Agaram2015-03-262-2/+4
|
* 971Kartik K. Agaram2015-03-257-24/+37
|
* 970Kartik K. Agaram2015-03-251-1/+1
|
* 969Kartik K. Agaram2015-03-242-1/+1
|
* 968Kartik K. Agaram2015-03-2464-208/+208
|
* 967Kartik K. Agaram2015-03-221-0/+0
|
* 966 - c++: starting on default-spaceKartik K. Agaram2015-03-2110-24/+84
|
* 965Kartik K. Agaram2015-03-212-4/+52
|
* 964Kartik K. Agaram2015-03-211-2/+6
|
* 963Kartik K. Agaram2015-03-202-1/+22
| | | | Amazing how easy that was.
* 962 - no, not quiteKartik K. Agaram2015-03-202-3/+26
| | | | A big one left: tracking the size of reagents.
* 961 - done converting names?Kartik K. Agaram2015-03-205-2/+85
| | | | | | | | | | | 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.
* 960Kartik K. Agaram2015-03-202-2/+21
|
* 959Kartik K. Agaram2015-03-206-4/+46
|
* 958Kartik K. Agaram2015-03-191-3/+3
|
* 957 - starting to do name translationKartik K. Agaram2015-03-182-0/+65
|
* 956Kartik K. Agaram2015-03-183-9/+11
| | | | Cleaner way to signal that a reagent's value has been computed.
* 955Kartik K. Agaram2015-03-181-0/+13
|
* 954Kartik K. Agaram2015-03-181-0/+2
|
* 953 - bugfix in intermediate layerKartik K. Agaram2015-03-181-4/+2
|
* 952Kartik K. Agaram2015-03-184-4/+0
|
* 951 - done with break/loopKartik K. Agaram2015-03-1820-123/+273
|
* 950Kartik K. Agaram2015-03-173-0/+124
|
* 949 - paving the way for jumps to labelsKartik K. Agaram2015-03-1778-409/+433
| | | | Addresses for reagents are now computed after all transforms.
* 948Kartik K. Agaram2015-03-172-28/+12
|