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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-20
target/hexagon: Rename macros.inc -> macros.h.inc
Philippe Mathieu-Daudé
4
-4
/
+4
2024-08-13
target/hexagon: don't look for static glib
Alyssa Ross
1
-1
/
+1
2024-08-07
target/hexagon: switch to dc set_props() list
Brian Cain
1
-10
/
+8
2024-08-07
target/hexagon: define a v66 CPU
Brian Cain
2
-0
/
+3
2024-08-07
target/hexagon/idef-parser: Remove self-assignment
Anton Johansson
1
-1
/
+0
2024-08-07
Hexagon: lldb read/write predicate registers p0/p1/p2/p3
Taylor Simpson
1
-1
/
+18
2024-08-07
Hexagon: fix F2_conv_* instructions for negative zero
Matheus Tavares Bernardino
1
-9
/
+9
2024-07-17
target/hexagon/imported/mmvec: Fix superfluous trailing semicolon
Zhao Liu
1
-1
/
+1
2024-06-08
target/hexagon: idef-parser simplify predicate init
Anton Johansson
2
-14
/
+14
2024-06-08
target/hexagon: idef-parser fix leak of init_list
Anton Johansson
1
-1
/
+8
2024-06-08
target/hexagon: idef-parser remove undefined functions
Anton Johansson
1
-13
/
+0
2024-06-08
target/hexagon: idef-parser remove unused defines
Anton Johansson
1
-10
/
+0
2024-06-08
Hexagon: add PC alignment check and exception
Matheus Tavares Bernardino
4
-8
/
+15
2024-06-08
Hexagon: fix HVX store new
Matheus Tavares Bernardino
1
-3
/
+6
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-06
Merge tag 'accel-20240506' of https://github.com/philmd/qemu into staging
Richard Henderson
1
-1
/
+1
2024-05-06
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-05
Hexagon (target/hexagon) Remove hex_common.read_attribs_file
Taylor Simpson
11
-118
/
+52
2024-05-05
Hexagon (target/hexagon) Remove gen_shortcode.py
Taylor Simpson
4
-81
/
+0
2024-05-05
Hexagon (target/hexagon) Remove gen_op_regs.py
Taylor Simpson
3
-138
/
+2
2024-05-05
Hexagon (target/hexagon) Remove uses of op_regs_generated.h.inc
Taylor Simpson
4
-110
/
+13
2024-05-05
Hexagon (target/hexagon) Mark has_pred_dest in trans functions
Taylor Simpson
3
-0
/
+9
2024-05-05
Hexagon (target/hexagon) Mark dest_idx in trans functions
Taylor Simpson
4
-0
/
+11
2024-05-05
Hexagon (target/hexagon) Mark new_read_idx in trans functions
Taylor Simpson
4
-6
/
+16
2024-05-05
Hexagon (target/hexagon) Add is_old/is_new to Register class
Taylor Simpson
1
-0
/
+12
2024-05-05
Hexagon (target/hexagon) Only pass env to generated helper when needed
Taylor Simpson
3
-8
/
+32
2024-05-05
Hexagon (target/hexagon) Pass SP explicitly to helpers that need it
Taylor Simpson
3
-2
/
+14
2024-05-05
Hexagon (target/hexagon) Pass P0 explicitly to helpers that need it
Taylor Simpson
2
-2
/
+12
2024-05-05
Hexagon (target/hexagon) Enable more short-circuit packets (HVX)
Taylor Simpson
4
-95
/
+115
2024-05-05
Hexagon (target/hexagon) Enable more short-circuit packets (scalar core)
Taylor Simpson
2
-23
/
+11
2024-05-05
Hexagon (target/hexagon) Analyze reads before writes
Taylor Simpson
4
-49
/
+83
2024-04-26
accel: Include missing 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
1
-2
/
+2
2024-03-12
target/hexagon: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2
-23
/
+8
2024-03-12
target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
Philippe Mathieu-Daudé
1
-1
/
+1
2024-02-28
gdbstub: Infer number of core registers from XML
Akihiko Odaki
1
-1
/
+0
2024-02-28
gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
Akihiko Odaki
2
-4
/
+10
2024-02-28
gdbstub: Use GDBFeature for gdb_register_coprocessor
Akihiko Odaki
1
-2
/
+1
2024-02-21
hexagon: correct typos
Manos Pitsidianakis
1
-1
/
+1
2024-02-03
include/exec: Implement cpu_mmu_index generically
Richard Henderson
1
-9
/
+0
2024-01-29
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
1
-1
/
+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
target/hexagon: reduce scope of def_regnum, remove dead assignment
Brian Cain
1
-3
/
+1
2024-01-21
Hexagon (target/hexagon) Remove old dectree.py
Taylor Simpson
6
-839
/
+0
2024-01-21
Hexagon (target/hexagon) Use QEMU decodetree (16-bit instructions)
Taylor Simpson
5
-12
/
+188
2024-01-21
Hexagon (target/hexagon) Use QEMU decodetree (32-bit instructions)
Taylor Simpson
7
-14
/
+439
2024-01-21
Hexagon (target/hexagon) Remove dead functions from hex_common.py
Taylor Simpson
1
-51
/
+0
[next]