| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tcg: Add output_pref to TCGOp | Richard Henderson | 2018-12-25 | 1 | -7/+11 |
* | tcg: Add preferred_reg argument to tcg_reg_alloc_do_movi | Richard Henderson | 2018-12-25 | 1 | -4/+5 |
* | tcg: Add preferred_reg argument to temp_sync | Richard Henderson | 2018-12-25 | 1 | -8/+8 |
* | tcg: Add preferred_reg argument to temp_load | Richard Henderson | 2018-12-25 | 1 | -9/+9 |
* | tcg: Add preferred_reg argument to tcg_reg_alloc | Richard Henderson | 2018-12-25 | 1 | -22/+81 |
* | tcg: Add reachable_code_pass | Richard Henderson | 2018-12-25 | 1 | -0/+76 |
* | tcg: Reference count labels | Richard Henderson | 2018-12-25 | 1 | -0/+20 |
* | tcg: Drop nargs from tcg_op_insert_{before,after} | Emilio G. Cota | 2018-12-17 | 1 | -6/+4 |
* | tcg: Return success from patch_reloc | Richard Henderson | 2018-12-17 | 1 | -3/+5 |
* | tcg: distribute tcg_time into TCG contexts | Emilio G. Cota | 2018-10-19 | 1 | -0/+23 |
* | tcg: fix use of uninitialized variable under CONFIG_PROFILER | Emilio G. Cota | 2018-10-19 | 1 | -1/+1 |
* | tcg: Reduce max TB opcode count | Richard Henderson | 2018-06-15 | 1 | -1/+12 |
* | tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctx | Emilio G. Cota | 2018-06-15 | 1 | -0/+14 |
* | tcg: track TBs with per-region BST's | Emilio G. Cota | 2018-06-15 | 1 | -0/+191 |
* | tcg: Limit the number of ops in a TB | Richard Henderson | 2018-05-09 | 1 | -0/+3 |
* | tcg: workaround branch instruction overflow in tcg_out_qemu_ld/st | Laurent Vivier | 2018-05-01 | 1 | -1/+1 |
* | tcg: Improve TCGv_ptr support | Richard Henderson | 2018-05-01 | 1 | -29/+2 |
* | tcg: Add generic vector ops for multiplication | Richard Henderson | 2018-02-08 | 1 | -0/+2 |
* | tcg: Add generic vector ops for comparisons | Richard Henderson | 2018-02-08 | 1 | -0/+2 |
* | tcg: Add generic vector ops for constant shifts | Richard Henderson | 2018-02-08 | 1 | -0/+12 |
* | tcg: Add generic vector expanders | Richard Henderson | 2018-02-08 | 1 | -3/+10 |
* | tcg: Add types and basic operations for host vectors | Richard Henderson | 2018-02-08 | 1 | -4/+92 |
* | tcg: Generalize TCGOp parameters | Richard Henderson | 2017-12-29 | 1 | -11/+11 |
* | tcg: Dynamically allocate TCGOps | Richard Henderson | 2017-12-29 | 1 | -78/+45 |
* | tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED* | Richard Henderson | 2017-12-29 | 1 | -2/+2 |
* | tcg: Allow constant pool entries in the prologue | Richard Henderson | 2017-11-03 | 1 | -7/+42 |
* | tcg: Initialize cpu_env generically | Richard Henderson | 2017-10-24 | 1 | -24/+8 |
* | tcg: enable multiple TCG contexts in softmmu | Emilio G. Cota | 2017-10-24 | 1 | -9/+137 |
* | tcg: introduce regions to split code_gen_buffer | Emilio G. Cota | 2017-10-24 | 1 | -2/+220 |
* | tcg: distribute profiling counters across TCGContext's | Emilio G. Cota | 2017-10-24 | 1 | -18/+92 |
* | tcg: introduce **tcg_ctxs to keep track of all TCGContext's | Emilio G. Cota | 2017-10-24 | 1 | -0/+5 |
* | tcg: define tcg_init_ctx and make tcg_ctx a pointer | Emilio G. Cota | 2017-10-24 | 1 | -10/+12 |
* | tcg: Remove GET_TCGV_* and MAKE_TCGV_* | Richard Henderson | 2017-10-24 | 1 | -1/+1 |
* | tcg: Introduce temp_tcgv_{i32,i64,ptr} | Richard Henderson | 2017-10-24 | 1 | -42/+32 |
* | tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp} | Richard Henderson | 2017-10-24 | 1 | -25/+25 |
* | tcg: Push tcg_ctx into tcg_gen_callN | Richard Henderson | 2017-10-24 | 1 | -2/+2 |
* | tcg: Change temp_allocate_frame arg to TCGTemp | Richard Henderson | 2017-10-24 | 1 | -5/+3 |
* | tcg: Avoid loops against variable bounds | Richard Henderson | 2017-10-24 | 1 | -17/+10 |
* | tcg: Use per-temp state data in liveness | Richard Henderson | 2017-10-24 | 1 | -109/+116 |
* | tcg: Introduce temp_arg, export temp_idx | Richard Henderson | 2017-10-24 | 1 | -13/+6 |
* | tcg: Add temp_global bit to TCGTemp | Richard Henderson | 2017-10-24 | 1 | -3/+8 |
* | tcg: Introduce arg_temp | Richard Henderson | 2017-10-24 | 1 | -26/+25 |
* | tcg: Propagate TCGOp down to allocators | Richard Henderson | 2017-10-24 | 1 | -38/+37 |
* | tcg: Propagate args to op->args in tcg.c | Richard Henderson | 2017-10-24 | 1 | -63/+58 |
* | tcg: Merge opcode arguments into TCGOp | Richard Henderson | 2017-10-24 | 1 | -54/+44 |
* | tcg: define TCG_HIGHWATER | Emilio G. Cota | 2017-10-10 | 1 | -1/+3 |
* | tcg: take .helpers out of TCGContext | Emilio G. Cota | 2017-10-10 | 1 | -5/+5 |
* | exec-all: extract tb->tc_* into a separate struct tc_tb | Emilio G. Cota | 2017-10-10 | 1 | -2/+2 |
* | tcg: Remove tcg_regset_{or,and,andnot,not} | Richard Henderson | 2017-09-17 | 1 | -1/+1 |
* | tcg: Remove tcg_regset_set | Richard Henderson | 2017-09-17 | 1 | -4/+4 |