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
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-02
target/mips: Extract nanoMIPS ISA translation routines
Philippe Mathieu-Daudé
2
-4922
/
+4924
2021-07-02
target/mips: Extract the microMIPS ISA translation routines
Philippe Mathieu-Daudé
2
-3225
/
+3237
2021-07-02
target/mips: Extract Code Compaction ASE translation routines
Philippe Mathieu-Daudé
2
-1117
/
+1129
2021-07-02
target/mips: Add declarations for generic TCG helpers
Philippe Mathieu-Daudé
2
-5
/
+9
2021-07-01
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210629' into...
Peter Maydell
11
-600
/
+584
2021-06-29
target/mips: Fix gen_mxu_s32ldd_s32lddr
Richard Henderson
1
-5
/
+1
2021-06-29
target/sh4: Improve swap.b translation
Richard Henderson
1
-2
/
+1
2021-06-29
target/i386: Improve bswap translation
Richard Henderson
1
-10
/
+4
2021-06-29
target/arm: Improve REVSH
Richard Henderson
1
-3
/
+1
2021-06-29
target/arm: Improve vector REV
Richard Henderson
1
-4
/
+2
2021-06-29
target/arm: Improve REV32
Richard Henderson
1
-13
/
+4
2021-06-29
tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
Richard Henderson
6
-11
/
+13
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
2021-06-29
target/nios2: Use global cpu_R
Richard Henderson
1
-39
/
+34
2021-06-29
target/nios2: Use global cpu_env
Richard Henderson
1
-6
/
+4
2021-06-29
target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURN
Richard Henderson
1
-5
/
+3
2021-06-29
Hexagon (target/hexagon) remove unused TCG variables
Taylor Simpson
2
-15
/
+2
2021-06-29
Hexagon (target/hexagon) cleanup gen_store_conditional[48] functions
Taylor Simpson
3
-16
/
+7
2021-06-29
Hexagon (target/hexagon) fix l2fetch instructions
Taylor Simpson
2
-0
/
+14
2021-06-29
Hexagon (target/hexagon) fix bug in fLSBNEW*
Taylor Simpson
2
-22
/
+10
2021-06-29
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-axp-20210628' into...
Peter Maydell
1
-0
/
+75
2021-06-28
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
3
-5
/
+10
2021-06-28
target/alpha: Honor the FEN bit
Richard Henderson
1
-0
/
+75
2021-06-28
Merge remote-tracking branch 'remotes/philmd/tags/mips-20210625' into staging
Peter Maydell
15
-70
/
+41
2021-06-25
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...
Peter Maydell
2
-2
/
+2
2021-06-25
target/i386: kvm: add support for TSC scaling
Paolo Bonzini
3
-5
/
+10
[next]