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
/
hexagon
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-15
target/hexagon: Use translator_ldl in pkt_crosses_page
Richard Henderson
1
-2
/
+1
2024-05-15
accel/tcg: Provide default implementation of disas_log
Richard Henderson
1
-9
/
+0
2024-05-15
accel/tcg: Use vaddr in translator_ld*
Richard Henderson
1
-0
/
+1
2024-05-05
Hexagon (target/hexagon) Enable more short-circuit packets (HVX)
Taylor Simpson
1
-54
/
+4
2024-05-05
Hexagon (target/hexagon) Enable more short-circuit packets (scalar core)
Taylor Simpson
1
-17
/
+4
2024-04-26
accel: Include missing 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-01-29
include/exec: Use vaddr in DisasContextBase for virtual addresses
Anton Johansson
1
-1
/
+2
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
1
-1
/
+1
2024-01-21
Hexagon (target/hexagon) Use QEMU decodetree (32-bit instructions)
Taylor Simpson
1
-2
/
+2
2023-10-18
target/hexagon: fix some occurrences of -Wshadow=local
Brian Cain
1
-5
/
+5
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
1
-2
/
+2
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
1
-24
/
+24
2023-08-31
target/translate: Remove unnecessary 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-06-05
target/*: Add missing includes of exec/translation-block.h
Richard Henderson
1
-0
/
+1
2023-06-05
tcg: Split helper-proto.h
Richard Henderson
1
-0
/
+1
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
1
-0
/
+4
2023-06-05
target/hexagon: Include helper-gen.h where needed
Richard Henderson
1
-0
/
+1
2023-05-26
Hexagon: fix outdated `hex_new_*` comments
Matheus Tavares Bernardino
1
-1
/
+1
2023-05-18
Hexagon (target/hexagon) Move items to DisasContext
Taylor Simpson
1
-16
/
+7
2023-05-18
Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContext
Taylor Simpson
1
-7
/
+0
2023-05-18
Hexagon (target/hexagon) Move pred_written to DisasContext
Taylor Simpson
1
-5
/
+4
2023-05-18
Hexagon (target/hexagon) Move new_pred_value to DisasContext
Taylor Simpson
1
-10
/
+6
2023-05-18
Hexagon (target/hexagon) Move new_value to DisasContext
Taylor Simpson
1
-11
/
+3
2023-05-18
Hexagon (target/hexagon) Make special new_value for USR
Taylor Simpson
1
-7
/
+15
2023-05-18
Hexagon (target/hexagon) Short-circuit more HVX single instruction packets
Taylor Simpson
1
-2
/
+15
2023-05-18
Hexagon (target/hexagon) Short-circuit packet HVX writes
Taylor Simpson
1
-1
/
+45
2023-05-18
Hexagon (target/hexagon) Short-circuit packet predicate writes
Taylor Simpson
1
-3
/
+11
2023-05-18
Hexagon (target/hexagon) Short-circuit packet register writes
Taylor Simpson
1
-2
/
+65
2023-05-18
Hexagon (target/hexagon) Mark registers as read during packet analysis
Taylor Simpson
1
-0
/
+20
2023-05-18
Hexagon (target/hexagon) Clean up pred_written usage
Taylor Simpson
1
-37
/
+16
2023-05-18
Hexagon (target/hexagon) Add v68 scalar instructions
Taylor Simpson
1
-0
/
+3
2023-05-05
target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*
Richard Henderson
1
-16
/
+16
2023-04-21
Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_stores
Taylor Simpson
1
-5
/
+5
2023-04-21
Hexagon (translate.c): avoid redundant PC updates on COF
Matheus Tavares Bernardino
1
-8
/
+13
2023-03-06
Hexagon (target/hexagon) Improve code gen for predicated HVX instructions
Taylor Simpson
1
-52
/
+6
2023-03-06
Hexagon (target/hexagon) Reduce manipulation of slot_cancelled
Taylor Simpson
1
-6
/
+36
2023-03-06
Hexagon (target/hexagon) Analyze packet for HVX
Taylor Simpson
1
-0
/
+30
2023-03-06
Hexagon (target/hexagon) Don't set pkt_has_store_s1 when not needed
Taylor Simpson
1
-1
/
+5
2023-03-06
Hexagon (target/hexagon) Analyze packet before generating TCG
Taylor Simpson
1
-63
/
+99
2023-03-05
target/hexagon: Drop tcg_temp_free from C code
Richard Henderson
1
-7
/
+0
2023-03-01
target/hexagon: Don't use tcg_temp_local_new_*
Richard Henderson
1
-1
/
+1
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
1
-1
/
+1
2022-12-16
Hexagon (target/hexagon) Use direct block chaining for tight loops
Taylor Simpson
1
-0
/
+33
2022-12-16
Hexagon (target/hexagon) Use direct block chaining for direct jump/branch
Taylor Simpson
1
-1
/
+33
2022-12-16
Hexagon (target/hexagon) Remove next_PC from runtime state
Taylor Simpson
1
-6
/
+23
2022-12-16
Hexagon (target/hexagon) Remove PC from the runtime state
Taylor Simpson
1
-8
/
+1
2022-12-16
Hexagon (target/hexagon) Only use branch_taken when packet has multi cof
Taylor Simpson
1
-1
/
+3
2022-12-16
Hexagon (target/hexagon) Add pkt and insn to DisasContext
Taylor Simpson
1
-57
/
+63
2022-09-30
Hexagon (target/hexagon) move store size tracking to translation
Taylor Simpson
1
-0
/
+25
2022-09-30
Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]
Taylor Simpson
1
-4
/
+6
[next]