| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Another go at changing compile-command, this time using RBUILD env var. | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| | | |||||
| * | Revert "Bulk-edit compile commands in emacs chatter to point to assumed ↵ | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| | | | | | | | build/ dir off src root." This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c. | ||||
| * | Bulk-edit compile commands in emacs chatter to point to assumed build/ dir ↵ | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| | | | | | off src root. | ||||
| * | Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup ↵ | Graydon Hoare | 2011-02-22 | 1 | -0/+2 |
| | | | | | so access to argv works. | ||||
| * | Update frame logic to be compatible with SysV x86 ABI. Improves diagnostics. | Graydon Hoare | 2010-11-16 | 1 | -49/+83 |
| | | |||||
| * | Fix horribly embarassing signedness bug in backend, plus related regressions. | Graydon Hoare | 2010-10-12 | 1 | -1/+4 |
| | | |||||
| * | Implement a -minimal mode prologue, cut 100kb from rustc. | Graydon Hoare | 2010-10-08 | 1 | -30/+76 |
| | | |||||
| * | Make minimal-mode slightly less aggressive. | Graydon Hoare | 2010-10-07 | 1 | -7/+3 |
| | | |||||
| * | Add -minimal mode to rustboot that skips emitting code that's broken or ↵ | Graydon Hoare | 2010-10-05 | 1 | -2/+6 |
| | | | | | unneeded for rustc. Shrink rustc by 300kb. Back under 1mb. | ||||
| * | Better backpointer logic. | Graydon Hoare | 2010-10-05 | 1 | -3/+3 |
| | | |||||
| * | Use hashtable rather than bitset for vreg constraints in ra; speeds compilation. | Graydon Hoare | 2010-09-09 | 1 | -3/+7 |
| | | |||||
| * | Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly ↵ | Graydon Hoare | 2010-09-09 | 1 | -4/+10 |
| | | | | | work, possibly a little bumpy. Changes a lot. | ||||
| * | Whitespace churn. | Graydon Hoare | 2010-08-31 | 1 | -1/+1 |
| | | |||||
| * | Janitorial work on obj box / body / field terminology, following froystig's ↵ | Graydon Hoare | 2010-08-25 | 1 | -2/+2 |
| | | | | | brave lead. | ||||
| * | Put out burning tinderbox on OSX. | Graydon Hoare | 2010-08-10 | 1 | -8/+19 |
| | | |||||
| * | Always bounce mul/div/mod ops. Closes #131 harder. | Graydon Hoare | 2010-08-10 | 1 | -23/+6 |
| | | |||||
| * | Get object's captured typarams when calculating sizes in the backend's ↵ | Roy Frostig | 2010-08-09 | 1 | -7/+54 |
| | | | | | fn-prologue-generation for object methods. | ||||
| * | Degrade emitter size cache to just a flat hashtable with regular flushes ↵ | Graydon Hoare | 2010-08-05 | 1 | -6/+36 |
| | | | | | (sigh) and re-introduce horrible bounce-off-spill hack for DIV, MUL, etc. | ||||
| * | Move 'as' precedence up to just above relational; support indexing str and ↵ | Graydon Hoare | 2010-08-05 | 1 | -7/+12 |
| | | | | | vec by all integral types. Closes #94. | ||||
| * | Kill the preallocator, install a sane replacement. Closes #131. And probably ↵ | Graydon Hoare | 2010-08-04 | 1 | -47/+93 |
| | | | | | a lot of others. | ||||
| * | Remove dead implicit-destinations logic from IL. | Graydon Hoare | 2010-08-03 | 1 | -4/+4 |
| | | |||||
| * | Patch up another place where the newly-expanded 'closure-ptr' implicit arg ↵ | Graydon Hoare | 2010-07-30 | 1 | -1/+2 |
| | | | | | needs to be passed. Amazingly, it mostly-worked without this. On some platforms. | ||||
| * | Don't write to NULL after calling C natives returning void. | Roy Frostig | 2010-07-25 | 1 | -3/+6 |
| | | |||||
| * | Clean up nomenclature in the Abi constants brigade. Purge magic GEP numbers ↵ | Roy Frostig | 2010-07-16 | 1 | -3/+3 |
| | | | | | in trans. Adjust obj_closure_rty (and its consumers) to be more explicit about the fact that it is a box. | ||||
| * | Make the x86 backend push an extra word as closure/obj arg when emitting any ↵ | Roy Frostig | 2010-07-15 | 1 | -2/+4 |
| | | | | | code that amounts to a glue or native call. | ||||
| * | Delete some dead code in x86. | Graydon Hoare | 2010-07-12 | 1 | -8/+0 |
| | | |||||
| * | Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ↵ | Graydon Hoare | 2010-06-30 | 1 | -4/+4 |
| | | | | | keep MEM_interior for describing interior-parts-of-allocations) | ||||
| * | Some fixme-to-issue housekeeping. | Graydon Hoare | 2010-06-28 | 1 | -2/+3 |
| | | |||||
| * | Fix register-use bugs in sweep pass, factor sweep pass out and call twice ↵ | Graydon Hoare | 2010-06-25 | 1 | -57/+73 |
| | | | | | for separate sever/free phases. | ||||
| * | Pass type parameters to free function called from sweep loop. | Graydon Hoare | 2010-06-25 | 1 | -9/+16 |
| | | |||||
| * | Fix bad register use in GC sweep pass. | Graydon Hoare | 2010-06-25 | 1 | -5/+9 |
| | | |||||
| * | Remove obsolete comment. | Graydon Hoare | 2010-06-25 | 1 | -1/+0 |
| | | |||||
| * | I hear actually loading the next pointer into the right register helps when ↵ | Graydon Hoare | 2010-06-25 | 1 | -8/+7 |
| | | | | | walking a list. | ||||
| * | Debug GC glue enough that marking passes. | Graydon Hoare | 2010-06-25 | 1 | -16/+33 |
| | | |||||
| * | Update comment to reflect slightly-improved GC situation. | Graydon Hoare | 2010-06-25 | 1 | -8/+2 |
| | | |||||
| * | Emit gc glue and rearrange crate glue offsets slightly to have a regular order. | Graydon Hoare | 2010-06-25 | 1 | -0/+1 |
| | | |||||
| * | Return at end of GC glue. | Graydon Hoare | 2010-06-25 | 1 | -0/+1 |
| | | |||||
| * | Sketch out gc glue. | Graydon Hoare | 2010-06-25 | 1 | -12/+111 |
| | | |||||
| * | Add fmt module, move out some common format helpers, add ↵ | Graydon Hoare | 2010-06-24 | 1 | -31/+55 |
| | | | | | instruction-selection tracing and make selection use queues rather than list refs. | ||||
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 1 | -0/+2205 |