about summary refs log tree commit diff
path: root/src/boot/be/il.ml
AgeCommit message (Expand)AuthorLines
2011-05-13Remove rustboot from the repository.Graydon Hoare-937/+0
2011-03-25Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare-1/+1
2011-03-25Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...Graydon Hoare-1/+1
2011-03-25Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare-1/+1
2010-10-12Fix horribly embarassing signedness bug in backend, plus related regressions.Graydon Hoare-0/+6
2010-10-05Better backpointer logic.Graydon Hoare-1/+12
2010-09-20Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate...Graydon Hoare-1/+3
2010-08-09Get object's captured typarams when calculating sizes in the backend's fn-pro...Roy Frostig-0/+7
2010-08-05Degrade emitter size cache to just a flat hashtable with regular flushes (sig...Graydon Hoare-2/+2
2010-08-04Kill the preallocator, install a sane replacement. Closes #131. And probably ...Graydon Hoare-212/+21
2010-08-03Factor append_quad out of IL.emit_full, for use elsewhere.Graydon Hoare-4/+12
2010-08-03Remove dead implicit-destinations logic from IL.Graydon Hoare-7/+1
2010-06-24Add fmt module, move out some common format helpers, add instruction-selectio...Graydon Hoare-40/+5
2010-06-23Populate tree.Graydon Hoare-0/+1135