Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MIPS: Compile math.sqrt() to sqrt.d instruction. | Mike Pall | 2012-10-15 | 1 | -0/+2 |
* | ARM, MIPS: Fix workaround for argument GPRs vs. FPR remat. | Mike Pall | 2012-10-15 | 1 | -1/+1 |
* | ARM, PPC, MIPS: Improve XLOAD operand fusion and register hinting. | Mike Pall | 2012-08-27 | 1 | -1/+1 |
* | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -1/+1 |
* | MIPS: Don't use argument GPRs to rematerialize FPR arguments. | Mike Pall | 2012-08-19 | 1 | -11/+20 |
* | MIPS: Fix calls to floor/ceil/trunc. | Mike Pall | 2012-08-19 | 1 | -7/+5 |
* | Remove unneeded snapshot preps for sunk stores. | Mike Pall | 2012-07-03 | 1 | -17/+5 |
* | Avoid pesky compiler warnings about C++ keywords (eh?). | Mike Pall | 2012-07-03 | 1 | -5/+5 |
* | Add allocation sinking and store sinking optimization. | Mike Pall | 2012-07-02 | 1 | -13/+30 |
* | Add explicit IR_GCSTEP instruction. | Mike Pall | 2012-07-02 | 1 | -1/+2 |
* | Use HIOP for XSTORE in SPLIT pass. | Mike Pall | 2012-07-02 | 1 | -14/+24 |
* | MIPS: Integrate and enable JIT compiler. | Mike Pall | 2012-03-30 | 1 | -0/+1949 |