about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 224Kartik K. Agaram2014-11-041-7/+9
|
* 223Kartik K. Agaram2014-11-042-2/+12
|
* 222 - trace cleanupKartik K. Agaram2014-11-041-13/+35
|
* 221Kartik K. Agaram2014-11-042-0/+34
|
* 220 - stop creating empty tracesKartik K. Agaram2014-11-041-10/+10
|
* 219Kartik K. Agaram2014-11-032-3/+13
|
* 218Kartik K. Agaram2014-11-031-0/+3
|
* 217Kartik K. Agaram2014-11-031-1/+1
|
* 216Kartik K. Agaram2014-11-031-5/+5
|
* 215 - allow record fields to be namedKartik K. Agaram2014-11-032-6/+40
|
* 214Kartik K. Agaram2014-11-031-11/+11
|
* 213 - bring back the fork exampleKartik K. Agaram2014-11-014-2/+42
|
* 212 - initial flowKartik K. Agaram2014-11-012-5/+32
| | | | Bring back the example program.
* 211 - update html for readingKartik K. Agaram2014-11-012-282/+601
|
* 210 - go over mu.arc.t narrativeKartik K. Agaram2014-11-013-44/+78
|
* 209Kartik K. Agaram2014-11-011-2/+19
|
* 208Kartik K. Agaram2014-11-011-42/+42
|
* 207Kartik K. Agaram2014-11-011-139/+137
|
* 206Kartik K. Agaram2014-11-011-5/+5
|
* 206Kartik K. Agaram2014-11-011-4/+4
|
* 205Kartik K. Agaram2014-11-011-2/+2
|
* 204Kartik K. Agaram2014-11-011-2/+2
| | | | Make 'idiv' test easier to read.
* 203Kartik K. Agaram2014-11-011-2/+6
|
* 202 - variable names for edit.muKartik K. Agaram2014-11-012-22/+13
|
* 201Kartik K. Agaram2014-11-011-15/+9
|
* 199 - fix 'index' like 'get' in 190Kartik K. Agaram2014-11-012-33/+101
|
* 198Kartik K. Agaram2014-11-011-2/+2
|
* 197 - length of array pointerKartik K. Agaram2014-11-012-5/+23
|
* 196Kartik K. Agaram2014-10-311-2/+2
|
* 195 - more cleanupKartik K. Agaram2014-10-312-5/+8
| | | | | All test functions in mu.arc.t now passing cleanly through convert-names. edit.arc.t is still an open sore.
* 194 - cleanup: 'get', 'get-address'Kartik K. Agaram2014-10-311-27/+21
|
* 193Kartik K. Agaram2014-10-311-2/+2
|
* 192 - cleanupKartik K. Agaram2014-10-311-51/+44
| | | | | Decent messages for all assertion failures. Not actually tested though..
* 191Kartik K. Agaram2014-10-311-1/+1
|
* 190 - finally, variable names againKartik K. Agaram2014-10-312-70/+88
| | | | 32 commits and 3 days later.
* 189Kartik K. Agaram2014-10-311-10/+9
|
* 188 - new op: 'prepare-reply'Kartik K. Agaram2014-10-312-4/+31
| | | | | It's needed to allow 'defer' to execute statements on 'reply' without touching the results.
* 187 - return function results by valueKartik K. Agaram2014-10-311-12/+21
|
* 187Kartik K. Agaram2014-10-311-3/+0
|
* 186 - per-call default scopeKartik K. Agaram2014-10-311-2/+2
| | | | | We can't free memory yet, but at least this way we stop using stale scopes by default.
* 185 - make sure functions call by valueKartik K. Agaram2014-10-312-8/+24
| | | | This becomes important in the presence of scopes.
* 184Kartik K. Agaram2014-10-302-1/+13
|
* 183 - global variablesKartik K. Agaram2014-10-302-4/+19
| | | | If an operand has metadata 'global', it isn't offset off default-scope.
* 182Kartik K. Agaram2014-10-302-1/+24
|
* 181 - fix inconsistent metadataKartik K. Agaram2014-10-303-14/+15
| | | | | We have cases where 'type' is stored in memory, so it can't be a literal type like 'offset'.
* 180Kartik K. Agaram2014-10-302-1/+16
|
* 179Kartik K. Agaram2014-10-302-3/+18
|
* 178Kartik K. Agaram2014-10-301-2/+2
|
* 177 - more robust 'die'Kartik K. Agaram2014-10-301-5/+12
|
* 176Kartik K. Agaram2014-10-291-3/+3
|