| Commit message (Expand) | Author | Files | Lines |
2011-01-18 | Fix for the fix for the trace flush logic. | Mike Pall | 1 | -5/+5 |
2011-01-18 | Cleanup and fix trace flush logic. | Mike Pall | 4 | -28/+29 |
2011-01-17 | FFI: Record 64 bit integer comparisons and pointer comparisons. | Mike Pall | 4 | -28/+49 |
2011-01-17 | FFI: Record conversions from bool ctype. | Mike Pall | 2 | -3/+8 |
2011-01-17 | Add trace recorder infrastructure for instruction post-processing. | Mike Pall | 3 | -1/+32 |
2011-01-17 | FFI: Don't swap operands for cdata __eq metamethod call. | Mike Pall | 1 | -7/+4 |
2011-01-16 | FFI: Record conversions to bool ctype. | Mike Pall | 1 | -9/+53 |
2011-01-16 | Fix assertion. | Mike Pall | 1 | -1/+4 |
2011-01-16 | FFI: Allow indexing a struct constructor to get constants. | Mike Pall | 2 | -1/+26 |
2011-01-13 | FFI: Record conversions from strings to enums or pointers. | Mike Pall | 1 | -3/+22 |
2011-01-13 | Add FOLD rule for CONV.num.u32 KINT. | Mike Pall | 1 | -0/+6 |
2011-01-13 | Fix recording of select() with multi-char string as 1st argument. | Mike Pall | 1 | -1/+1 |
2011-01-13 | FFI: Cleanup some type conversions. | Mike Pall | 2 | -33/+17 |
2011-01-13 | FFI: Add 64 bit integer comparisons and pointer comparisons. | Mike Pall | 11 | -3021/+3309 |
2011-01-12 | FFI: Simplify logic for pointer arithmetic. | Mike Pall | 1 | -13/+5 |
2011-01-12 | FFI: Rearrange code in lib_ffi.c. | Mike Pall | 1 | -48/+50 |
2011-01-12 | FFI: Untangle and fix calling convention definitions. | Mike Pall | 2 | -92/+129 |
2011-01-12 | Avoid compiler warnings. | Mike Pall | 1 | -1/+1 |
2011-01-11 | FFI: Fix C calls with complex values on x64. | Mike Pall | 1 | -13/+20 |
2011-01-11 | FFI: Lookup decorated name for fastcall/stdcall functions. | Mike Pall | 1 | -30/+63 |
2011-01-10 | FFI: Auto-detect __stdcall and fix up C function declarations. | Mike Pall | 7 | -1244/+1281 |
2011-01-10 | FFI: Add ffi.load() and ffi.C default namespace. | Mike Pall | 11 | -15/+435 |
2011-01-10 | FFI: Fix function pointer lookup for calls. | Mike Pall | 1 | -4/+5 |
2011-01-09 | FFI: Preserve stack top across implicit load of FFI library in lexer. | Mike Pall | 2 | -2/+4 |
2011-01-09 | Bump copyright date to 2011. | Mike Pall | 133 | -163/+163 |
2011-01-09 | FFI: Handle NYI cases for cdata call metamethod. | Mike Pall | 1 | -1/+3 |
2011-01-09 | FFI: Add missing GC steps for C function calls. | Mike Pall | 2 | -12/+24 |
2011-01-06 | Fix Windows/x86 build and update pregenerated files. | Mike Pall | 5 | -1573/+1619 |
2011-01-06 | FFI: Add support for calling C functions. | Mike Pall | 11 | -24/+617 |
2011-01-05 | Avoid compiler warnings. | Mike Pall | 1 | -1/+1 |
2011-01-05 | FFI: Add missing link to parameters for C function declaration. | Mike Pall | 1 | -1/+2 |
2011-01-05 | Fix handling of floats in x86/x64 backend. | Mike Pall | 3 | -13/+19 |
2011-01-05 | FFI: Force snapshot after store to cdata. | Mike Pall | 1 | -0/+1 |
2011-01-03 | FFI: Record 64 bit integer arithmetic. | Mike Pall | 3 | -8/+40 |
2011-01-03 | Add support for non-constant integer IR_MUL to backend. | Mike Pall | 2 | -28/+16 |
2011-01-03 | Add support for integer IR_NEG to backend. | Mike Pall | 1 | -4/+9 |
2011-01-03 | FFI: Record pointer arithmetic. | Mike Pall | 3 | -7/+114 |
2011-01-02 | FFI: Add support for cdata constants to IR. | Mike Pall | 2 | -13/+57 |
2011-01-02 | Use cdata to pass IR_KINT64 to -jdump. | Mike Pall | 4 | -3/+17 |
2011-01-02 | Improve uint64_t <-> FP conversions in x64 backend. | Mike Pall | 3 | -16/+21 |
2011-01-02 | FFI: Record tonumber() for boxed cdata. | Mike Pall | 4 | -2/+32 |
2011-01-02 | Add support for uint64_t <-> FP conversions to x64 backend. | Mike Pall | 2 | -17/+35 |
2010-12-31 | Add conversions for type mismatches in XSTORE forwarding. | Mike Pall | 1 | -7/+21 |
2010-12-31 | Add 8/16 to 32 bit sign/zero-extension variants to CONV. | Mike Pall | 1 | -1/+24 |
2010-12-31 | Fix register allocation for FP <- int conversion. | Mike Pall | 1 | -1/+1 |
2010-12-31 | Refactoring of conversion ops, part 5: drop TOINT/TOI64/TONUM. | Mike Pall | 4 | -186/+2 |
2010-12-31 | Refactoring of conversion ops, part 4: use CONV instead of TOINT/TONUM. | Mike Pall | 8 | -61/+89 |
2010-12-31 | Refactoring of conversion ops, part 3: add FOLD rules for IR_CONV. | Mike Pall | 2 | -35/+226 |
2010-12-31 | Copy destination type for CONV from ir->t to op2, too. | Mike Pall | 8 | -29/+49 |
2010-12-31 | Add lj_num2u64 for number to uint64_t conversion. | Mike Pall | 2 | -6/+12 |