Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-01-30 | tcg: Fix LGPL version number | Thomas Huth | 1 | -1/+1 |
2019-01-28 | tcg: Add opcodes for vector minmax arithmetic | Richard Henderson | 1 | -0/+20 |
2019-01-28 | tcg: Add opcodes for vector saturated arithmetic | Richard Henderson | 1 | -4/+30 |
2019-01-28 | tcg: Add gvec expanders for nand, nor, eqv | Richard Henderson | 1 | -0/+21 |
2018-06-01 | target: Do not include "exec/exec-all.h" if it is not necessary | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-05-01 | tcg: Allow wider vectors for cmp and mul | Richard Henderson | 1 | -4/+4 |
2018-02-08 | tcg: Add generic vector ops for multiplication | Richard Henderson | 1 | -0/+22 |
2018-02-08 | tcg: Add generic vector ops for comparisons | Richard Henderson | 1 | -0/+23 |
2018-02-08 | tcg: Add generic vector ops for constant shifts | Richard Henderson | 1 | -0/+45 |
2018-02-08 | tcg: Add generic vector expanders | Richard Henderson | 1 | -13/+20 |
2018-02-08 | tcg: Add types and basic operations for host vectors | Richard Henderson | 1 | -0/+292 |