aboutsummaryrefslogtreecommitdiff
path: root/src/boot/be/x86.ml
Commit message (Expand)AuthorAgeFilesLines
* Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare2011-03-251-1/+1
* Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...Graydon Hoare2011-03-251-1/+1
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare2011-03-251-1/+1
* Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup ...Graydon Hoare2011-02-221-0/+2
* Update frame logic to be compatible with SysV x86 ABI. Improves diagnostics.Graydon Hoare2010-11-161-49/+83
* Fix horribly embarassing signedness bug in backend, plus related regressions.Graydon Hoare2010-10-121-1/+4
* Implement a -minimal mode prologue, cut 100kb from rustc.Graydon Hoare2010-10-081-30/+76
* Make minimal-mode slightly less aggressive.Graydon Hoare2010-10-071-7/+3
* Add -minimal mode to rustboot that skips emitting code that's broken or unnee...Graydon Hoare2010-10-051-2/+6
* Better backpointer logic.Graydon Hoare2010-10-051-3/+3
* Use hashtable rather than bitset for vreg constraints in ra; speeds compilation.Graydon Hoare2010-09-091-3/+7
* Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo...Graydon Hoare2010-09-091-4/+10
* Whitespace churn.Graydon Hoare2010-08-311-1/+1
* Janitorial work on obj box / body / field terminology, following froystig's b...Graydon Hoare2010-08-251-2/+2
* Put out burning tinderbox on OSX.Graydon Hoare2010-08-101-8/+19
* Always bounce mul/div/mod ops. Closes #131 harder.Graydon Hoare2010-08-101-23/+6
* Get object's captured typarams when calculating sizes in the backend's fn-pro...Roy Frostig2010-08-091-7/+54
* Degrade emitter size cache to just a flat hashtable with regular flushes (sig...Graydon Hoare2010-08-051-6/+36
* Move 'as' precedence up to just above relational; support indexing str and ve...Graydon Hoare2010-08-051-7/+12
* Kill the preallocator, install a sane replacement. Closes #131. And probably ...Graydon Hoare2010-08-041-47/+93
* Remove dead implicit-destinations logic from IL.Graydon Hoare2010-08-031-4/+4
* Patch up another place where the newly-expanded 'closure-ptr' implicit arg ne...Graydon Hoare2010-07-301-1/+2
* Don't write to NULL after calling C natives returning void.Roy Frostig2010-07-251-3/+6
* Clean up nomenclature in the Abi constants brigade. Purge magic GEP numbers ...Roy Frostig2010-07-161-3/+3
* Make the x86 backend push an extra word as closure/obj arg when emitting any ...Roy Frostig2010-07-151-2/+4
* Delete some dead code in x86.Graydon Hoare2010-07-121-8/+0
* Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ke...Graydon Hoare2010-06-301-4/+4
* Some fixme-to-issue housekeeping.Graydon Hoare2010-06-281-2/+3
* Fix register-use bugs in sweep pass, factor sweep pass out and call twice for...Graydon Hoare2010-06-251-57/+73
* Pass type parameters to free function called from sweep loop.Graydon Hoare2010-06-251-9/+16
* Fix bad register use in GC sweep pass.Graydon Hoare2010-06-251-5/+9
* Remove obsolete comment.Graydon Hoare2010-06-251-1/+0
* I hear actually loading the next pointer into the right register helps when w...Graydon Hoare2010-06-251-8/+7
* Debug GC glue enough that marking passes.Graydon Hoare2010-06-251-16/+33
* Update comment to reflect slightly-improved GC situation.Graydon Hoare2010-06-251-8/+2
* Emit gc glue and rearrange crate glue offsets slightly to have a regular order.Graydon Hoare2010-06-251-0/+1
* Return at end of GC glue.Graydon Hoare2010-06-251-0/+1
* Sketch out gc glue.Graydon Hoare2010-06-251-12/+111
* Add fmt module, move out some common format helpers, add instruction-selectio...Graydon Hoare2010-06-241-31/+55
* Populate tree.Graydon Hoare2010-06-231-0/+2205