Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | FFI: Fix auto-deref of pointers to structs. | Mike Pall | 2010-12-15 | 1 | -2/+10 | |
* | FOLD (base+k)+(idx*sz)+ofs ==> (base+idx*sz)+(ofs+k). | Mike Pall | 2010-12-12 | 1 | -15/+23 | |
* | FFI: Don't use KNULL for arbitrary NULL pointers. | Mike Pall | 2010-12-11 | 1 | -1/+1 | |
* | FFI: Add IR_CNEW/IR_CNEWI to allocate/init cdata objects. | Mike Pall | 2010-12-11 | 1 | -4/+5 | |
* | FFI: Always specialize to the field name for struct access. | Mike Pall | 2010-12-09 | 1 | -0/+2 | |
* | Strength-reduce 32 to 64 bit widening using scalar evolution analysis. | Mike Pall | 2010-12-09 | 1 | -4/+6 | |
* | FOLD (base+(idx+k)*sz)+ofs ==> (base+idx*sz)+(ofs+k*sz). | Mike Pall | 2010-12-08 | 1 | -3/+15 | |
* | FFI: Record cdata index operations (preliminary, lots of NYI cases). | Mike Pall | 2010-12-08 | 1 | -0/+391 |