2018-01-16 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth/tags/pull... |
tree | commitdiff |
2018-01-16 |
Richard Henderson | tcg/ppc: Allow a 32-bit offset to the constant pool |
tree | commitdiff |
2018-01-16 |
Richard Henderson | tcg/ppc: Support tlb offsets larger than 64k |
tree | commitdiff |
2018-01-16 |
Richard Henderson | tcg/arm: Support tlb offsets larger than 64k |
tree | commitdiff |
2018-01-16 |
Richard Henderson | tcg/arm: Fix double-word comparisons |
tree | commitdiff |
2018-01-11 |
Michael S. Tsirkin | Merge remote-tracking branch 'origin/master' into HEAD |
tree | commitdiff |
2018-01-09 |
Peter Maydell | Merge remote-tracking branch 'remotes/xtensa/tags/20180... |
tree | commitdiff |
2018-01-09 |
Peter Maydell | Merge remote-tracking branch 'remotes/ericb/tags/pull... |
tree | commitdiff |
2018-01-08 |
Peter Maydell | Merge remote-tracking branch 'remotes/gkurz/tags/for... |
tree | commitdiff |
2018-01-08 |
Peter Maydell | Merge remote-tracking branch 'remotes/vivier/tags/m68k... |
tree | commitdiff |
2018-01-08 |
Peter Maydell | Merge remote-tracking branch 'remotes/elmarco/tags... |
tree | commitdiff |
2018-01-08 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth/tags/pull... |
tree | commitdiff |
2017-12-29 |
Richard Henderson | tcg: Allow 6 arguments to TCG helpers |
tree | commitdiff |
2017-12-29 |
Richard Henderson | tcg: Add tcg_signed_cond |
tree | commitdiff |
2017-12-29 |
Richard Henderson | tcg: Generalize TCGOp parameters |
tree | commitdiff |
2017-12-29 |
Richard Henderson | tcg: Dynamically allocate TCGOps |
tree | commitdiff |
2017-12-29 |
Richard Henderson | tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED* |
tree | commitdiff |
2017-11-03 |
Peter Maydell | Merge remote-tracking branch 'remotes/stsquad/tags... |
tree | commitdiff |
2017-11-03 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth/tags/pull... |
tree | commitdiff |
2017-11-03 |
Richard Henderson | tcg/s390x: Use constant pool for prologue |
tree | commitdiff |
2017-11-03 |
Richard Henderson | tcg: Allow constant pool entries in the prologue |
tree | commitdiff |
2017-10-27 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth/tags/pull... |
tree | commitdiff |
2017-10-26 |
Peter Maydell | Merge remote-tracking branch 'remotes/stefanberger... |
tree | commitdiff |
2017-10-25 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth/tags/pull... |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Initialize cpu_env generically |
tree | commitdiff |
2017-10-24 |
Emilio G. Cota | tcg: enable multiple TCG contexts in softmmu |
tree | commitdiff |
2017-10-24 |
Emilio G. Cota | tcg: introduce regions to split code_gen_buffer |
tree | commitdiff |
2017-10-24 |
Emilio G. Cota | tcg: allocate optimizer temps with tcg_malloc |
tree | commitdiff |
2017-10-24 |
Emilio G. Cota | tcg: distribute profiling counters across TCGContext's |
tree | commitdiff |
2017-10-24 |
Emilio G. Cota | tcg: introduce **tcg_ctxs to keep track of all TCGContext's |
tree | commitdiff |
2017-10-24 |
Emilio G. Cota | gen-icount: fold exitreq_label into TCGContext |
tree | commitdiff |
2017-10-24 |
Emilio G. Cota | tcg: define tcg_init_ctx and make tcg_ctx a pointer |
tree | commitdiff |
2017-10-24 |
Emilio G. Cota | tcg: take tb_ctx out of TCGContext |
tree | commitdiff |
2017-10-24 |
Emilio G. Cota | tcg: check CF_PARALLEL instead of parallel_cpus |
tree | commitdiff |
2017-10-24 |
Emilio G. Cota | tcg: define CF_PARALLEL and use it for TB hashing along... |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Use offsets not indices for TCGv_* |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Remove TCGV_EQUAL* |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Remove GET_TCGV_* and MAKE_TCGV_* |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Introduce temp_tcgv_{i32,i64,ptr} |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp} |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Push tcg_ctx into tcg_gen_callN |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Push tcg_ctx into generator functions |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Use per-temp state data in optimize |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Remove unused TCG_CALL_DUMMY_TCGV |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Change temp_allocate_frame arg to TCGTemp |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Avoid loops against variable bounds |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Use per-temp state data in liveness |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Introduce temp_arg, export temp_idx |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Return NULL temp for TCG_CALL_DUMMY_ARG |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Add temp_global bit to TCGTemp |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Introduce arg_temp |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Propagate TCGOp down to allocators |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Propagate args to op->args in tcg.c |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Propagate args to op->args in optimizer |
tree | commitdiff |
2017-10-24 |
Richard Henderson | tcg: Merge opcode arguments into TCGOp |
tree | commitdiff |
2017-10-11 |
Peter Maydell | Merge remote-tracking branch 'remotes/elmarco/tags... |
tree | commitdiff |
2017-10-11 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth/tags/pull... |
tree | commitdiff |
2017-10-10 |
Jiang Biao | tcg/mips: delete commented out extern keyword. |
tree | commitdiff |
2017-10-10 |
Emilio G. Cota | tcg: define TCG_HIGHWATER |
tree | commitdiff |
2017-10-10 |
Emilio G. Cota | tcg: take .helpers out of TCGContext |
tree | commitdiff |
2017-10-10 |
Emilio G. Cota | tci: move tci_regs to tcg_qemu_tb_exec's stack |
tree | commitdiff |
2017-10-10 |
Emilio G. Cota | exec-all: extract tb->tc_* into a separate struct tc_tb |
tree | commitdiff |
2017-10-10 |
Emilio G. Cota | tcg: remove addr argument from lookup_tb_ptr |
tree | commitdiff |
2017-10-10 |
Emilio G. Cota | tcg/mips: constify tcg_target_callee_save_regs |
tree | commitdiff |
2017-10-10 |
Emilio G. Cota | tcg/i386: constify tcg_target_callee_save_regs |
tree | commitdiff |
2017-09-17 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth/tags/pull... |
tree | commitdiff |
2017-09-17 |
Richard Henderson | tcg/mips: Fully convert tcg_target_op_def |
tree | commitdiff |
2017-09-17 |
Richard Henderson | tcg/sparc: Fully convert tcg_target_op_def |
tree | commitdiff |
2017-09-17 |
Richard Henderson | tcg/ppc: Fully convert tcg_target_op_def |
tree | commitdiff |
2017-09-17 |
Richard Henderson | tcg/arm: Fully convert tcg_target_op_def |
tree | commitdiff |
2017-09-17 |
Richard Henderson | tcg/aarch64: Fully convert tcg_target_op_def |
tree | commitdiff |
2017-09-17 |
Richard Henderson | tcg: Fix types in tcg_regset_{set,reset}_reg |
tree | commitdiff |
2017-09-17 |
Richard Henderson | tcg: Remove tcg_regset_set32 |
tree | commitdiff |
2017-09-17 |
Richard Henderson | tcg: Remove tcg_regset_{or,and,andnot,not} |
tree | commitdiff |
2017-09-17 |
Richard Henderson | tcg: Remove tcg_regset_set |
tree | commitdiff |
2017-09-17 |
Richard Henderson | tcg: Remove tcg_regset_clear |
tree | commitdiff |
2017-09-17 |
Richard Henderson | tcg: Add tcg_op_supported |
tree | commitdiff |
2017-09-17 |
Philippe Mathieu... | accel/tcg: move tcg-runtime to accel/tcg/ |
tree | commitdiff |
2017-09-17 |
Philippe Mathieu... | tcg/ppc: disable atomic write check on ppc32 |
tree | commitdiff |
2017-09-14 |
Peter Maydell | Merge remote-tracking branch 'remotes/kraxel/tags/usb... |
tree | commitdiff |
2017-09-14 |
Peter Maydell | Merge remote-tracking branch 'remotes/kraxel/tags/ui... |
tree | commitdiff |
2017-09-14 |
Peter Maydell | Merge remote-tracking branch 'remotes/kraxel/tags/vga... |
tree | commitdiff |
2017-09-11 |
Philippe Mathieu... | tcg/tci: do not use ldst label (never implemented) |
tree | commitdiff |
2017-09-08 |
Peter Maydell | Merge remote-tracking branch 'remotes/dgibson/tags... |
tree | commitdiff |
2017-09-08 |
Peter Maydell | Merge remote-tracking branch 'remotes/jasowang/tags... |
tree | commitdiff |
2017-09-08 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth/tags/pull... |
tree | commitdiff |
2017-09-07 |
Richard Henderson | tcg/ppc: Use constant pool for movi |
tree | commitdiff |
2017-09-07 |
Richard Henderson | tcg/ppc: Look for shifted constants |
tree | commitdiff |
2017-09-07 |
Richard Henderson | tcg/ppc: Change TCG_REG_RA to TCG_REG_TB |
tree | commitdiff |
2017-09-07 |
Richard Henderson | tcg/arm: Use constant pool for call |
tree | commitdiff |
2017-09-07 |
Richard Henderson | tcg/arm: Use constant pool for movi |
tree | commitdiff |
2017-09-07 |
Richard Henderson | tcg/arm: Extract INSN_NOP |
tree | commitdiff |
2017-09-07 |
Richard Henderson | tcg/arm: Code rearrangement |
tree | commitdiff |
2017-09-07 |
Richard Henderson | tcg/arm: Tighten tlb indexing offset test |
tree | commitdiff |
2017-09-07 |
Richard Henderson | tcg/arm: Improve tlb load for armv7 |
tree | commitdiff |
2017-09-07 |
Richard Henderson | tcg/sparc: Use constant pool for movi |
tree | commitdiff |
2017-09-07 |
Richard Henderson | tcg/sparc: Introduce TCG_REG_TB |
tree | commitdiff |
2017-09-07 |
Richard Henderson | tcg/aarch64: Use constant pool for movi |
tree | commitdiff |
2017-09-07 |
Richard Henderson | tcg/s390: Use constant pool for cmpi |
tree | commitdiff |
2017-09-07 |
Richard Henderson | tcg/s390: Use constant pool for xori |
tree | commitdiff |
next |