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
/
nios2
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-05
target/nios2: Drop tcg_temp_free
Richard Henderson
1
-15
/
+0
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
1
-1
/
+1
2023-02-08
Drop duplicate #include
Markus Armbruster
1
-2
/
+0
2022-10-26
target/nios2: Convert to tcg_ops restore_state_to_opc
Richard Henderson
1
-6
/
+0
2022-09-13
target/nios2: Honour -semihosting-config userspace=on
Peter Maydell
1
-1
/
+2
2022-09-13
semihosting: Allow optional use of semihosting from userspace
Peter Maydell
1
-1
/
+1
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
1
-2
/
+3
2022-04-26
target/nios2: Advance pc when raising exceptions
Richard Henderson
1
-3
/
+3
2022-04-26
target/nios2: Update helper_eret for shadow registers
Richard Henderson
1
-5
/
+8
2022-04-26
target/nios2: Implement rdprs, wrprs
Richard Henderson
1
-2
/
+55
2022-04-26
target/nios2: Introduce shadow register sets
Richard Henderson
1
-9
/
+52
2022-04-26
target/nios2: Implement Misaligned destination exception
Richard Henderson
1
-1
/
+14
2022-04-26
target/nios2: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
1
-2
/
+2
2022-04-26
target/nios2: Use gen_goto_tb for DISAS_TOO_MANY
Richard Henderson
1
-1
/
+4
2022-04-26
target/nios2: Hoist set of is_jmp into gen_goto_tb
Richard Henderson
1
-3
/
+1
2022-04-26
target/nios2: Create gen_jumpr
Richard Henderson
1
-14
/
+13
2022-04-26
target/nios2: Introduce dest_gpr
Richard Henderson
1
-95
/
+49
2022-04-26
target/nios2: Split out helpers for gen_rr_shift
Richard Henderson
1
-15
/
+20
2022-04-26
target/nios2: Split out helpers for gen_rr_mul_high
Richard Henderson
1
-13
/
+18
2022-04-26
target/nios2: Split out helpers for gen_r_math_logic
Richard Henderson
1
-18
/
+36
2022-04-26
target/nios2: Split out helpers for gen_i_math_logic
Richard Henderson
1
-23
/
+43
2022-04-26
target/nios2: Split out helpers for gen_i_cmpxx
Richard Henderson
1
-7
/
+27
2022-04-26
target/nios2: Split out named structs for [IRJ]_TYPE
Richard Henderson
1
-21
/
+27
2022-04-26
target/nios2: Use tcg_constant_tl
Richard Henderson
1
-24
/
+6
2022-04-26
target/nios2: Support division error exception
Richard Henderson
1
-40
/
+20
2022-04-26
target/nios2: Prevent writes to read-only or reserved control fields
Richard Henderson
1
-15
/
+63
2022-04-26
target/nios2: Create EXCP_SEMIHOST for semi-hosting
Richard Henderson
1
-1
/
+16
2022-04-26
target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
Richard Henderson
1
-1
/
+1
2022-04-26
target/nios2: Use hw/registerfields.h for CR_TLBADDR fields
Richard Henderson
1
-1
/
+1
2022-04-26
target/nios2: Clean up nios2_cpu_dump_state
Richard Henderson
1
-10
/
+9
2022-04-26
target/nios2: Split control registers away from general registers
Richard Henderson
1
-14
/
+21
2022-04-26
target/nios2: Do not create TCGv for control registers
Richard Henderson
1
-7
/
+26
2022-04-26
target/nios2: Fix BRET instruction
Richard Henderson
1
-3
/
+13
2022-04-26
target/nios2: Split out helper for eret instruction
Amir Gonnen
1
-4
/
+6
2022-04-26
target/nios2: Split PC out of env->regs[]
Richard Henderson
1
-14
/
+15
2022-04-26
target/nios2: Stop generating code if gen_check_supervisor fails
Richard Henderson
1
-5
/
+15
2022-04-26
target/nios2: Check supervisor on eret
Amir Gonnen
1
-0
/
+2
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
1
-3
/
+4
2022-03-03
target/nios2: Rewrite interrupt handling
Richard Henderson
1
-9
/
+5
2022-03-03
target/nios2: Special case ipending in rdctl and wrctl
Richard Henderson
1
-0
/
+14
2022-03-03
target/nios2: Split mmu_write
Richard Henderson
1
-12
/
+10
2022-03-03
target/nios2: Hoist R_ZERO check in rdctl
Richard Henderson
1
-3
/
+5
2022-03-03
target/nios2: Remove mmu_read_debug
Richard Henderson
1
-17
/
+0
2022-01-06
linux-user/nios2: Map a real kuser page
Richard Henderson
1
-9
/
+0
2022-01-06
linux-user/nios2: Properly emulate EXCP_TRAP
Richard Henderson
1
-1
/
+16
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
1
-27
/
+0
2021-07-09
target/nios2: Use translator_use_goto_tb
Richard Henderson
1
-14
/
+1
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
[next]