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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-18
Hexagon (target/hexagon) Make special new_value for USR
Taylor Simpson
8
-12
/
+27
2023-05-18
Hexagon (target/hexagon) Add overrides for disabled idef-parser insns
Taylor Simpson
2
-0
/
+117
2023-05-18
Hexagon (target/hexagon) Short-circuit more HVX single instruction packets
Taylor Simpson
4
-2
/
+44
2023-05-18
Hexagon (target/hexagon) Short-circuit packet HVX writes
Taylor Simpson
2
-2
/
+50
2023-05-18
Hexagon (target/hexagon) Short-circuit packet predicate writes
Taylor Simpson
3
-6
/
+24
2023-05-18
Hexagon (target/hexagon) Short-circuit packet register writes
Taylor Simpson
16
-30
/
+128
2023-05-18
Hexagon (target/hexagon) Mark registers as read during packet analysis
Taylor Simpson
5
-15
/
+97
2023-05-18
Hexagon (target/hexagon) Don't overlap dest writes with source reads
Taylor Simpson
1
-16
/
+29
2023-05-18
Hexagon (target/hexagon) Clean up pred_written usage
Taylor Simpson
2
-46
/
+23
2023-05-18
Hexagon (target/hexagon) Eliminate uses of log_pred_write function
Taylor Simpson
5
-19
/
+104
2023-05-18
Hexagon (target/hexagon) Remove log_reg_write from op_helper.[ch]
Taylor Simpson
3
-35
/
+0
2023-05-18
Hexagon (target/hexagon) Add overrides for clr[tf]new
Taylor Simpson
2
-4
/
+16
2023-05-18
Hexagon (target/hexagon) Add overrides for allocframe/deallocframe
Taylor Simpson
2
-0
/
+79
2023-05-18
Hexagon (target/hexagon) Add overrides for loop setup instructions
Taylor Simpson
2
-0
/
+65
2023-05-18
Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_write
Taylor Simpson
6
-12
/
+14
2023-05-18
Hexagon (target/hexagon) Add v73 scalar instructions
Taylor Simpson
4
-1
/
+13
2023-05-18
Hexagon (target/hexagon) Add v69 HVX instructions
Taylor Simpson
4
-0
/
+68
2023-05-18
Hexagon (target/hexagon) Add v68 HVX instructions
Taylor Simpson
3
-3
/
+295
2023-05-18
Hexagon (target/hexagon) Add v68 scalar instructions
Taylor Simpson
6
-6
/
+63
2023-05-18
Hexagon (target/hexagon) Add support for v68/v69/v71/v73
Taylor Simpson
3
-8
/
+18
2023-05-05
target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*
Richard Henderson
4
-42
/
+40
2023-04-21
Hexagon (target/hexagon) Add overrides for cache/sync/barrier instructions
Taylor Simpson
2
-14
/
+28
2023-04-21
Hexagon (target/hexagon) Remove unused slot variable in helpers
Taylor Simpson
4
-11
/
+9
2023-04-21
Hexagon (target/hexagon) Updates to USR should use get_result_gpr
Taylor Simpson
6
-44
/
+34
2023-04-21
Hexagon (target/hexagon) Add overrides for count trailing zeros/ones
Taylor Simpson
1
-0
/
+24
2023-04-21
Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_stores
Taylor Simpson
4
-9
/
+10
2023-04-21
Hexagon (target/hexagon) Remove redundant/unused macros
Taylor Simpson
1
-43
/
+22
2023-04-21
Use black code style for python scripts
Marco Liebel
13
-911
/
+1191
2023-04-21
Use f-strings in python scripts
Marco Liebel
12
-306
/
+250
2023-04-21
Hexagon (translate.c): avoid redundant PC updates on COF
Matheus Tavares Bernardino
1
-8
/
+13
2023-03-13
target/hexagon: Remove `NB_MMU_MODES` define
Anton Johansson
1
-2
/
+0
2023-03-10
Merge tag 'pull-hex-20230306' of https://github.com/quic/qemu into staging
Peter Maydell
22
-580
/
+891
2023-03-09
Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...
Peter Maydell
1
-1
/
+1
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
1
-1
/
+1
2023-03-07
Hexagon (meson.build): define min bison version
Matheus Tavares Bernardino
1
-1
/
+1
2023-03-06
Hexagon (target/hexagon) Improve code gen for predicated HVX instructions
Taylor Simpson
8
-168
/
+34
2023-03-06
Hexagon (target/hexagon) Reduce manipulation of slot_cancelled
Taylor Simpson
8
-30
/
+71
2023-03-06
Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]
Taylor Simpson
8
-152
/
+110
2023-03-06
Hexagon (target/hexagon) Change subtract from zero to change sign
Taylor Simpson
1
-1
/
+1
2023-03-06
Hexagon (target/hexagon) Analyze packet for HVX
Taylor Simpson
4
-27
/
+52
2023-03-06
Hexagon (target/hexagon) Don't set pkt_has_store_s1 when not needed
Taylor Simpson
5
-1
/
+13
2023-03-06
Hexagon (target/hexagon) Analyze packet before generating TCG
Taylor Simpson
8
-118
/
+383
2023-03-06
Hexagon (target/hexagon) Add overrides for dealloc-return instructions
Taylor Simpson
3
-25
/
+131
2023-03-06
Hexagon (target/hexagon) Add overrides for endloop1/endloop01
Taylor Simpson
2
-0
/
+82
2023-03-06
Hexagon (target/hexagon) Add overrides for callr
Taylor Simpson
3
-11
/
+25
2023-03-06
Hexagon (target/hexagon) Add overrides for jumpr31 instructions
Taylor Simpson
2
-2
/
+22
2023-03-06
target/hexagon/idef-parser: Remove unused code paths
Anton Johansson
5
-80
/
+4
2023-03-06
target/hexagon/idef-parser: Elide mov in gen_pred_assign
Richard Henderson
1
-3
/
+1
2023-03-06
Hexagon (target/hexagon) Restore --disable-hexagon-idef-parser build
Taylor Simpson
1
-4
/
+4
2023-03-05
target/hexagon/idef-parser: Use gen_constant for gen_extend_tcg_width_op
Richard Henderson
1
-27
/
+3
[next]