| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into staging | Peter Maydell | 2019-05-16 | 4 | -38/+18 |
|\ |
|
| * | tcg: Use CPUClass::tlb_fill in cputlb.c | Richard Henderson | 2019-05-10 | 1 | -6/+0 |
| * | target/tricore: Convert to CPUClass::tlb_fill | Richard Henderson | 2019-05-10 | 4 | -37/+23 |
* | | target/tricore: Use tcg_gen_abs_tl | Philippe Mathieu-Daudé | 2019-05-14 | 1 | -22/+5 |
|/ |
|
* | tcg: Hoist max_insns computation to tb_gen_code | Richard Henderson | 2019-04-24 | 1 | -14/+2 |
* | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster | 2019-04-18 | 2 | -15/+14 |
* | target: Simplify how the TARGET_cpu_list() print | Markus Armbruster | 2019-04-18 | 2 | -11/+6 |
* | tricore: fixed RCR_CADDN instruction | David Brenken | 2019-03-08 | 1 | -2/+2 |
* | tricore: fixed RCR_CADD instruction | David Brenken | 2019-03-08 | 1 | -2/+2 |
* | target/tricore: Fix LGPL version number | Thomas Huth | 2019-01-30 | 10 | -10/+10 |
* | target/tricore: use float32_is_denormal | Emilio G. Cota | 2018-12-17 | 1 | -7/+2 |
* | tcg: Pass tb and index to tcg_gen_exit_tb separately | Richard Henderson | 2018-06-02 | 1 | -10/+10 |
* | icount: fix cpu_restore_state_from_tb for non-tb-exit cases | Pavel Dovgalyuk | 2018-04-11 | 1 | -1/+1 |
* | cpu: get rid of unused cpu_init() defines | Igor Mammedov | 2018-03-19 | 1 | -2/+0 |
* | cpu: add CPU_RESOLVING_TYPE macro | Igor Mammedov | 2018-03-19 | 1 | -0/+1 |
* | qom: introduce object_class_get_list_sorted | Paolo Bonzini | 2018-03-12 | 1 | -1/+1 |
* | tricore: renamed masking of PIE | David Brenken | 2018-03-02 | 2 | -9/+10 |
* | tricore: renamed masking of IE | David Brenken | 2018-03-02 | 3 | -11/+13 |
* | tricore: added CORE_ID | David Brenken | 2018-03-02 | 2 | -0/+2 |
* | tricore: added some missing cpu instructions | David Brenken | 2018-03-02 | 2 | -0/+30 |
* | target/*/cpu.h: remove softfloat.h | Alex Bennée | 2018-02-21 | 3 | -1/+2 |
* | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé | 2018-02-05 | 1 | -2/+2 |
* | accel/tcg: add size paremeter in tlb_fill() | Laurent Vivier | 2018-01-25 | 1 | -2/+2 |
* | target/*helper: don't check retaddr before calling cpu_restore_state | Alex Bennée | 2017-12-28 | 1 | -10/+3 |
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ... | Peter Maydell | 2017-10-30 | 2 | -48/+22 |
|\ |
|
| * | tricore: cleanup cpu type name composition | Igor Mammedov | 2017-10-27 | 2 | -48/+22 |
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging | Peter Maydell | 2017-10-27 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | disas: Remove unused flags arguments | Richard Henderson | 2017-10-25 | 1 | -1/+1 |
* | | tcg: Initialize cpu_env generically | Richard Henderson | 2017-10-24 | 1 | -4/+0 |
* | | tcg: define tcg_init_ctx and make tcg_ctx a pointer | Emilio G. Cota | 2017-10-24 | 1 | -1/+1 |
* | | tcg: convert tb->cflags reads to tb_cflags(tb) | Emilio G. Cota | 2017-10-24 | 1 | -1/+1 |
* | | qom: Introduce CPUClass.tcg_initialize | Richard Henderson | 2017-10-24 | 2 | -8/+2 |
|/ |
|
* | qom/cpu: move cpu_model null check to cpu_class_by_name() | Philippe Mathieu-Daudé | 2017-10-10 | 1 | -4/+0 |
* | tricore: replace cpu_tricore_init() with cpu_generic_init() | Igor Mammedov | 2017-09-01 | 2 | -8/+1 |
* | qemu-system-tricore: segfault when entering "x 0" on the monitor | Eduardo Otubo | 2017-07-31 | 1 | -0/+10 |
* | tcg: Pass generic CPUState to gen_intermediate_code() | Lluís Vilanova | 2017-07-19 | 1 | -3/+2 |
* | qom/cpu: move tlb_flush to cpu_common_reset | Alex Bennée | 2017-01-13 | 1 | -2/+0 |
* | Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2017-01-1... | Peter Maydell | 2017-01-12 | 4 | -1/+188 |
|\ |
|
| * | target-tricore: Add updfl instruction | Bastian Koppelmann | 2017-01-11 | 3 | -0/+18 |
| * | target-tricore: Added new JNE instruction variant | Peer Adelt | 2017-01-11 | 2 | -0/+20 |
| * | target-tricore: Added new MOV instruction variant | Peer Adelt | 2017-01-11 | 2 | -0/+17 |
| * | target-tricore: Added MADD.F and MSUB.F instructions | Bastian Koppelmann | 2017-01-11 | 3 | -1/+102 |
| * | target-tricore: Added FTOUZ instruction | Bastian Koppelmann | 2017-01-11 | 3 | -0/+31 |
* | | target-tricore: Use clrsb helper | Richard Henderson | 2017-01-10 | 3 | -7/+1 |
* | | target-tricore: Use clz opcode | Richard Henderson | 2017-01-10 | 3 | -14/+3 |
|/ |
|
* | Move target-* CPU file into a target/ folder | Thomas Huth | 2016-12-20 | 12 | -0/+14529 |