Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix MSVC build. | Mike Pall | 2013-04-26 | 2 | -3/+3 |
| | |||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2013-04-26 | 1 | -5/+7 |
|\ | |||||
| * | Tighten requirements for non-default optimization flags. | Mike Pall | 2013-04-26 | 1 | -5/+7 |
| | | | | | | | | FOLD is required for FWD/DSE optimizations. | ||||
* | | Compile string.reverse(), string.lower(), string.upper(). | Mike Pall | 2013-04-26 | 5 | -8/+42 |
| | | |||||
* | | Refactor string.reverse(), string.lower(), string.upper(). | Mike Pall | 2013-04-26 | 10 | -216/+137 |
| | | |||||
* | | Fix FOLD rules for appending to string buffers. | Mike Pall | 2013-04-26 | 1 | -6/+21 |
| | | |||||
* | | Fix os.date() broken by d38d10a3. | Mike Pall | 2013-04-24 | 1 | -3/+3 |
| | | |||||
* | | Compile string.char(). | Mike Pall | 2013-04-23 | 3 | -2/+33 |
| | | |||||
* | | Use explicit conversion type for IR_TOSTR. Add char conversion. | Mike Pall | 2013-04-23 | 10 | -20/+47 |
| | | |||||
* | | Fuse string creation into concats. Optimize single-char concats. | Mike Pall | 2013-04-23 | 4 | -8/+37 |
| | | |||||
* | | Always emit TOSTR for non-string CAT operands. Fuse in backend. | Mike Pall | 2013-04-23 | 3 | -32/+35 |
| | | |||||
* | | Fix PHI barrier in BUFPUT FOLD rule. | Mike Pall | 2013-04-22 | 1 | -2/+2 |
| | | |||||
* | | Combine IR instruction dispatch for all assembler backends. | Mike Pall | 2013-04-22 | 5 | -654/+454 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-04-22 | 1 | -3/+8 |
|\| | |||||
| * | Fix compiler warning. | Mike Pall | 2013-04-22 | 1 | -3/+8 |
| | | |||||
* | | Use same HREF+EQ/NE optimization in all assembler backends. | Mike Pall | 2013-04-22 | 2 | -47/+47 |
| | | |||||
* | | Reorganize generic operations common to all assembler backends. | Mike Pall | 2013-04-22 | 5 | -461/+219 |
| | | |||||
* | | Compile string concatenations (BC_CAT). | Mike Pall | 2013-04-21 | 18 | -16/+279 |
| | | |||||
* | | Move buffer shrinking to atomic GC phase. | Mike Pall | 2013-04-21 | 1 | -9/+4 |
| | | |||||
* | | Add generic load/store with offset to assembler backends. | Mike Pall | 2013-04-21 | 6 | -32/+39 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-04-09 | 1 | -1/+1 |
|\| | |||||
| * | Inhibit DSE for implicit loads via calls. | Mike Pall | 2013-04-09 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-04-05 | 1 | -1/+2 |
|\| | |||||
| * | Fix jump-range constrained mcode allocation. | Mike Pall | 2013-04-05 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-04-04 | 4 | -8/+33 |
|\| | |||||
| * | Fix spurious red zone overflows in machine code generation. | Mike Pall | 2013-04-04 | 4 | -2/+31 |
| | | |||||
| * | FFI/x86: Fix register allocation for 64 bit comparisons. | Mike Pall | 2013-04-04 | 1 | -6/+2 |
| | | |||||
* | | Tune string concatenation. | Mike Pall | 2013-03-25 | 1 | -36/+22 |
| | | |||||
* | | Optimize and refactor printing of numbers to buffers. | Mike Pall | 2013-03-25 | 5 | -63/+70 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-03-23 | 1 | -19/+27 |
|\| | |||||
| * | FFI: Fix snapshot substitution in SPLIT pass. | Mike Pall | 2013-03-23 | 1 | -19/+27 |
| | | |||||
* | | Use string buffer for string.format(). | Mike Pall | 2013-03-21 | 3 | -104/+117 |
| | | |||||
* | | Use string buffer for string.dump(). | Mike Pall | 2013-03-20 | 1 | -6/+8 |
| | | |||||
* | | Use string buffer for os.date(). | Mike Pall | 2013-03-20 | 2 | -16/+21 |
| | | |||||
* | | Use string buffer for table.concat(). | Mike Pall | 2013-03-20 | 2 | -11/+18 |
| | | |||||
* | | Clean up TValue to buffer conversions. | Mike Pall | 2013-03-18 | 6 | -39/+43 |
| | | |||||
* | | FFI: Add 64 bit bitwise operations. | Mike Pall | 2013-03-14 | 10 | -59/+476 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-03-13 | 1 | -2/+2 |
|\| | |||||
| * | Fix rotate definitions for variable shifts. | Mike Pall | 2013-03-13 | 1 | -2/+2 |
| | | |||||
* | | ARM: Rearrange global_State to satisfy imm12 encoding constraints. | Mike Pall | 2013-03-13 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-03-04 | 1 | -0/+4 |
|\| | |||||
| * | Add missing GC steps for io.* functions. | Mike Pall | 2013-03-03 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-02-28 | 2 | -0/+2 |
|\| | |||||
| * | MIPS: Fix cache flush/sync for JIT-compiled code jump area. | Mike Pall | 2013-02-28 | 1 | -0/+1 |
| | | |||||
| * | ARM: Fix cache flush/sync for exit stubs of JIT-compiled code. | Mike Pall | 2013-02-28 | 1 | -0/+1 |
| | | |||||
* | | String buffer refactoring, part 4. | Mike Pall | 2013-02-28 | 11 | -62/+68 |
| | | | | | | | | Add lua_State pointer to SBuf for buffer resizing. | ||||
* | | String buffer refactoring, part 3. | Mike Pall | 2013-02-28 | 4 | -62/+50 |
| | | | | | | | | Switch to pointers for start/end of buffer in lexer. | ||||
* | | Cleanup lexer source code. | Mike Pall | 2013-02-28 | 5 | -204/+218 |
| | | |||||
* | | String buffer refactoring, part 2. | Mike Pall | 2013-02-27 | 18 | -336/+334 |
| | | | | | | | | | | Switch to pointers for start/pos/end of buffer. Abstract out some buffer writers. | ||||
* | | String buffer refactoring, part 1. | Mike Pall | 2013-02-27 | 22 | -184/+197 |
| | | | | | | | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function. |