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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-29
tcg: Make use of bswap flags in tcg_gen_qemu_ld_*
Richard Henderson
1
-14
/
+10
2021-06-29
tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
Richard Henderson
8
-55
/
+100
2021-06-29
tcg: Handle new bswap flags during optimize
Richard Henderson
1
-5
/
+51
2021-06-29
tcg/tci: Support bswap flags
Richard Henderson
2
-4
/
+22
2021-06-29
tcg/mips: Support bswap flags in tcg_out_bswap32
Richard Henderson
1
-23
/
+16
2021-06-29
tcg/mips: Support bswap flags in tcg_out_bswap16
Richard Henderson
1
-33
/
+30
2021-06-29
tcg/s390: Support bswap flags
Richard Henderson
1
-6
/
+28
2021-06-29
tcg/ppc: Use power10 byte-reverse instructions
Richard Henderson
1
-0
/
+34
2021-06-29
tcg/ppc: Support bswap flags
Richard Henderson
1
-6
/
+16
2021-06-29
tcg/ppc: Split out tcg_out_bswap64
Richard Henderson
1
-30
/
+34
2021-06-29
tcg/ppc: Split out tcg_out_bswap32
Richard Henderson
1
-16
/
+22
2021-06-29
tcg/ppc: Split out tcg_out_bswap16
Richard Henderson
1
-15
/
+19
2021-06-29
tcg/ppc: Split out tcg_out_sari{32,64}
Richard Henderson
1
-4
/
+13
2021-06-29
tcg/ppc: Split out tcg_out_ext{8,16,32}s
Richard Henderson
1
-10
/
+21
2021-06-29
tcg/arm: Support bswap flags
Richard Henderson
1
-38
/
+63
2021-06-29
tcg/aarch64: Support bswap flags
Richard Henderson
1
-0
/
+12
2021-06-29
tcg/aarch64: Merge tcg_out_rev{16,32,64}
Richard Henderson
1
-26
/
+16
2021-06-29
tcg/i386: Support bswap flags
Richard Henderson
1
-1
/
+19
2021-06-29
tcg: Add flags argument to bswap opcodes
Richard Henderson
5
-18
/
+67
2021-06-29
tcg: Use correct trap number for page faults on *BSD systems
Warner Losh
1
-2
/
+18
2021-06-29
tcg: Implement tcg_gen_vec_add{sub}32_tl
LIU Zhiwei
1
-0
/
+4
2021-06-29
tcg: Add tcg_gen_vec_shl{shr}{sar}8i_i32
LIU Zhiwei
2
-0
/
+38
2021-06-29
tcg: Add tcg_gen_vec_shl{shr}{sar}16i_i32
LIU Zhiwei
2
-0
/
+38
2021-06-29
tcg: Add tcg_gen_vec_add{sub}8_i32
LIU Zhiwei
2
-0
/
+44
2021-06-29
tcg: Add tcg_gen_vec_add{sub}16_i32
LIU Zhiwei
2
-0
/
+41
2021-06-29
target/cris: Do not exit tb for X_FLAG changes
Richard Henderson
1
-3
/
+0
2021-06-29
target/cris: Remove dc->flagx_known
Richard Henderson
2
-81
/
+24
2021-06-29
target/cris: Improve JMP_INDIRECT
Richard Henderson
1
-12
/
+10
2021-06-29
target/cris: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
1
-1
/
+3
2021-06-29
target/cris: Add DISAS_DBRANCH
Richard Henderson
1
-40
/
+56
2021-06-29
target/cris: Add DISAS_UPDATE_NEXT
Richard Henderson
1
-5
/
+15
2021-06-29
target/cris: Set cpustate_changed for rfe/rfn
Richard Henderson
1
-0
/
+2
2021-06-29
target/cris: Fold unhandled X_FLAG changes into cpustate_changed
Richard Henderson
1
-7
/
+6
2021-06-29
target/cris: Mark static arrays const
Richard Henderson
2
-12
/
+13
2021-06-29
target/cris: Mark helper_raise_exception noreturn
Richard Henderson
1
-1
/
+1
2021-06-29
target/cris: Convert to TranslatorOps
Richard Henderson
1
-138
/
+169
2021-06-29
target/cris: Fix use_goto_tb
Richard Henderson
1
-7
/
+2
2021-06-29
target/cris: Mark exceptions as DISAS_NORETURN
Richard Henderson
2
-3
/
+5
2021-06-29
target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURN
Richard Henderson
1
-4
/
+3
2021-06-29
target/cris: Remove DISAS_SWI
Richard Henderson
1
-2
/
+0
2021-06-29
target/cris: Add DisasContextBase to DisasContext
Richard Henderson
2
-26
/
+27
2021-06-29
target/avr: Convert to TranslatorOps
Richard Henderson
1
-104
/
+126
2021-06-29
target/avr: Change ctx to DisasContext* in gen_intermediate_code
Richard Henderson
1
-41
/
+43
2021-06-29
target/avr: Add DisasContextBase to DisasContext
Richard Henderson
1
-29
/
+29
2021-06-29
target/nios2: Use pc_next for pc + 4
Richard Henderson
1
-6
/
+6
2021-06-29
target/nios2: Inline handle_instruction
Richard Henderson
1
-35
/
+31
2021-06-29
target/nios2: Clean up goto in handle_instruction
Richard Henderson
1
-6
/
+2
2021-06-29
target/nios2: Remove assignment to env in handle_instruction
Richard Henderson
1
-1
/
+2
2021-06-29
target/nios2: Convert to TranslatorOps
Richard Henderson
1
-65
/
+67
2021-06-29
target/nios2: Add DisasContextBase to DisasContext
Richard Henderson
1
-34
/
+36
[next]