index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
/
ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-22
tcg/ppc: Optimize cmpsel with constant 0/-1 arguments
Richard Henderson
2
-12
/
+33
2024-09-22
tcg/ppc: Implement cmpsel_vec
Richard Henderson
3
-9
/
+54
2024-09-22
tcg/ppc: Do not expand cmp_vec early
Richard Henderson
1
-79
/
+90
2024-08-08
tcg/ppc: Sync tcg_out_test and constraints
Richard Henderson
1
-11
/
+10
2024-05-22
tcg: Introduce TCG_TARGET_HAS_tst_vec
Richard Henderson
1
-0
/
+1
2024-02-03
tcg/ppc: Support TCG_COND_TST{EQ,NE}
Richard Henderson
2
-9
/
+115
2024-02-03
tcg/ppc: Add TCG_CT_CONST_CMP
Richard Henderson
3
-10
/
+44
2024-02-03
tcg/ppc: Tidy up tcg_target_const_match
Richard Henderson
1
-11
/
+16
2024-02-03
tcg/ppc: Use cr0 in tcg_to_bc and tcg_to_isel
Richard Henderson
1
-34
/
+34
2024-02-03
tcg/ppc: Sink tcg_to_bc usage into tcg_out_bc
Richard Henderson
1
-11
/
+17
2024-02-03
tcg: Add TCGConst argument to tcg_target_const_match
Richard Henderson
1
-1
/
+2
2024-02-03
tcg: Introduce TCG_TARGET_HAS_tst
Richard Henderson
1
-0
/
+2
2024-01-11
tcg/ppc: Use new registers for LQ destination
Richard Henderson
2
-2
/
+3
2023-11-06
tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}
Richard Henderson
1
-2
/
+0
2023-11-06
tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}
Richard Henderson
1
-2
/
+0
2023-10-22
tcg/ppc: Use tcg_use_softmmu
Richard Henderson
1
-127
/
+129
2023-10-22
tcg/ppc: Disable TCG_REG_TB for Power9/Power10
Richard Henderson
1
-1
/
+1
2023-10-22
tcg/ppc: Use PLD in tcg_out_goto_tb
Richard Henderson
1
-0
/
+3
2023-10-22
tcg/ppc: Use prefixed instructions in tcg_out_dupi_vec
Richard Henderson
1
-0
/
+9
2023-10-22
tcg/ppc: Use PLD in tcg_out_movi for constant pool
Richard Henderson
1
-0
/
+24
2023-10-22
tcg/ppc: Use prefixed instructions in tcg_out_mem_long
Richard Henderson
1
-0
/
+66
2023-10-22
tcg/ppc: Use PADDI in tcg_out_movi
Richard Henderson
1
-0
/
+51
2023-10-22
tcg/ppc: Use ADDPCIS in tcg_out_goto_tb
Richard Henderson
1
-2
/
+9
2023-10-22
tcg/ppc: Use ADDPCIS for the constant pool
Richard Henderson
1
-0
/
+12
2023-10-22
tcg/ppc: Use ADDPCIS in tcg_out_movi_int
Richard Henderson
1
-0
/
+13
2023-10-22
tcg/ppc: Use ADDPCIS in tcg_out_tb_start
Richard Henderson
1
-3
/
+22
2023-10-22
tcg/ppc: Reinterpret tb-relative to TB+4
Richard Henderson
1
-5
/
+10
2023-10-22
tcg/ppc: Enable direct branching tcg_out_goto_tb with TCG_REG_TB
Jordan Niethe
1
-31
/
+17
2023-10-22
tcg/ppc: Untabify tcg-target.c.inc
Richard Henderson
1
-3
/
+3
2023-10-07
tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
Philippe Mathieu-Daudé
1
-2
/
+2
2023-09-16
tcg: Add tcg_out_tb_start backend hook
Richard Henderson
1
-0
/
+5
2023-09-15
tcg: pass vece to tcg_target_const_match()
Jiajie Chen
1
-1
/
+1
2023-08-24
tcg/ppc: Use the Set Boolean Extension
Richard Henderson
1
-0
/
+22
2023-08-24
tcg/ppc: Implement negsetcond_*
Richard Henderson
2
-49
/
+82
2023-08-24
tcg: Introduce negsetcond opcodes
Richard Henderson
1
-0
/
+2
2023-08-24
tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32
Richard Henderson
1
-2
/
+1
2023-07-23
tcg/ppc: Fix race in goto_tb implementation
Jordan Niethe
1
-4
/
+5
2023-07-08
util: Add cpuinfo-ppc.c
Richard Henderson
2
-51
/
+9
2023-06-20
tcg/ppc: Define _CALL_AIX for clang on ppc64(be)
Richard Henderson
1
-7
/
+16
2023-06-05
tcg: Split out tcg-target-reg-bits.h
Richard Henderson
2
-5
/
+16
2023-06-05
tcg: Add tlb_fast_offset to TCGContext
Richard Henderson
1
-3
/
+4
2023-06-05
tcg: Widen CPUTLBEntry comparators to 64-bits
Richard Henderson
1
-12
/
+16
2023-06-05
tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
1
-10
/
+11
2023-05-30
tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITS
Richard Henderson
1
-1
/
+0
2023-05-30
tcg/ppc: Support 128-bit load/store
Richard Henderson
4
-13
/
+101
2023-05-16
tcg: Add page_bits and page_mask to TCGContext
Richard Henderson
1
-7
/
+7
2023-05-16
tcg: Split INDEX_op_qemu_{ld,st}* for guest address size
Richard Henderson
1
-33
/
+46
2023-05-16
tcg/ppc: Use atom_and_align_for_opc
Richard Henderson
1
-1
/
+18
2023-05-16
tcg: Add INDEX_op_qemu_{ld,st}_i128
Richard Henderson
1
-0
/
+2
2023-05-16
tcg: Introduce tcg_target_has_memory_bswap
Richard Henderson
2
-1
/
+5
[next]