about summary refs log tree commit diff stats
path: root/057static_dispatch.cc
Commit message (Expand)AuthorAgeFilesLines
* 2646 - redo static dispatch algorithmKartik K. Agaram2016-02-111-79/+145
* 2644Kartik K. Agaram2016-02-101-3/+6
* 2642Kartik K. Agaram2016-02-091-1/+1
* 2641Kartik K. Agaram2016-02-081-1/+1
* 2636Kartik K. Agaram2016-02-061-4/+5
* 2617 - better error messagesKartik K. Agaram2016-01-301-0/+45
* 2616Kartik K. Agaram2016-01-301-0/+1
* 2603 - bugfix: defining main with commandline argsKartik K. Agaram2016-01-251-1/+1
* 2576 - distinguish allocated addresses from othersKartik K. Agaram2016-01-191-4/+4
* 2564Kartik K. Agaram2016-01-181-2/+0
* 2561Kartik K. Agaram2016-01-171-0/+5
* 2559 - stop using 'next-ingredient' explicitlyKartik K. Agaram2016-01-121-14/+4
* 2557 - type-check most ingredients ahead of timeKartik K. Agaram2016-01-121-38/+1
* 2553 - keep failed specializations from generating spurious errorsKartik K. Agaram2015-12-281-6/+0
* 2546 - another phase-ordering constraintKartik K. Agaram2015-12-191-1/+19
* three bugs fixedKartik K. Agaram2015-12-151-13/+48
* bugfix: phase orderingKartik K. Agaram2015-12-151-0/+43
* layer 3 of edit/ now workingKartik K. Agaram2015-12-151-0/+21
* 2610Kartik K. Agaram2015-11-291-5/+5
* 2608 - improve errors when static dispatch failsKartik K. Agaram2015-11-291-0/+50
* 2607 - resolve some edge cases in static dispatchKartik K. Agaram2015-11-291-6/+70
* 2499 - done reorganizing transformsKartik K. Agaram2015-11-281-2/+1
* 2487Kartik K. Agaram2015-11-271-4/+17
* 2483 - to-text can now handle listsKartik K. Agaram2015-11-271-5/+31
* 2482 - better choice between valid variantsKartik K. Agaram2015-11-271-2/+31
* 2481Kartik K. Agaram2015-11-271-2/+1
* 2472Kartik K. Agaram2015-11-221-2/+0
* 2470 - allow overloading primitive operationsKartik K. Agaram2015-11-221-3/+28
* 2445 - dispatch between shape-shifting variantsKartik K. Agaram2015-11-151-2/+8
* 2438 - specialize inside header-less recipesKartik K. Agaram2015-11-141-1/+0
* 2436Kartik K. Agaram2015-11-141-2/+2
* 2435Kartik K. Agaram2015-11-131-2/+2
* 2421 - 'generic' => 'shape-shifting'Kartik K. Agaram2015-11-101-1/+1
* 2418 - start raising errors on generic callsKartik K. Agaram2015-11-101-6/+7
* 2406Kartik K. Agaram2015-11-081-4/+2
* 2397Kartik K. Agaram2015-11-081-1/+3
* 2394 - clean up outputKartik K. Agaram2015-11-071-1/+0
* 2393 - redo 2391Kartik K. Agaram2015-11-071-1/+1
* 2392 - undo 2391Kartik K. Agaram2015-11-071-1/+1
* 2391Kartik K. Agaram2015-11-071-1/+1
* 2387 - edit/ passing except that final undo layerKartik K. Agaram2015-11-071-0/+2
* 2386 - core tests passing againKartik K. Agaram2015-11-071-2/+2
* 2383 - new concern: idempotence of transformsKartik K. Agaram2015-11-061-1/+1
* 2382Kartik K. Agaram2015-11-061-0/+1
* 2380 - done loading mu codeKartik K. Agaram2015-11-061-7/+7
* 2379 - further improvements to map operationsKartik K. Agaram2015-11-061-2/+2
* 2377 - stop using operator[] in mapKartik K. Agaram2015-11-061-18/+18
* 2366 - disallow static dispatch inside header-less recipesKartik K. Agaram2015-11-051-0/+1
* 2361Kartik K. Agaram2015-11-041-1/+2
* 2358 - starting to tackle the phase ordering problemKartik K. Agaram2015-11-041-2/+2