Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
* | ARM64: Fuse BOR/BXOR and BNOT into ORN/EON. | Mike Pall | 2016-12-15 | 1 | -17/+35 |
* | ARM64: Use the correct FUSE check. | Mike Pall | 2016-12-09 | 1 | -8/+9 |
* | ARM64: Fuse BOR(BSHL, BSHR) into EXTR/ROR. | Mike Pall | 2016-12-09 | 1 | -1/+35 |
* | ARM64: Fix code generation for S19 offsets. | Mike Pall | 2016-12-08 | 1 | -1/+1 |
* | ARM64: Fuse various BAND/BSHL/BSHR/BSAR combinations. | Mike Pall | 2016-12-08 | 1 | -6/+54 |
* | ARM64: Fuse FP multiply-add/sub. | Mike Pall | 2016-12-08 | 1 | -2/+25 |
* | ARM64: Fuse XLOAD/XSTORE with STRREF/ADD/BSHL/CONV. | Mike Pall | 2016-12-07 | 1 | -6/+47 |
* | ARM64: Reorganize operand extension definitions. | Mike Pall | 2016-12-07 | 1 | -4/+4 |
* | ARM64: Make use of tbz/tbnz and cbz/cbnz. | Mike Pall | 2016-11-29 | 1 | -17/+66 |
* | ARM64: Emit more efficient trace exits. | Mike Pall | 2016-11-24 | 1 | -39/+32 |
* | ARM64: Add JIT compiler backend. | Mike Pall | 2016-11-20 | 1 | -0/+1823 |