index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
hexagon
/
genptr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-10-03
1
-18
/
+18
*
target/hexagon: Include helper-gen.h where needed
Richard Henderson
2023-06-05
1
-0
/
+1
*
Hexagon: fix outdated `hex_new_*` comments
Matheus Tavares Bernardino
2023-05-26
1
-14
/
+12
*
Hexagon (target/hexagon) Move items to DisasContext
Taylor Simpson
2023-05-18
1
-3
/
+3
*
Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContext
Taylor Simpson
2023-05-18
1
-0
/
+8
*
Hexagon (target/hexagon) Move pred_written to DisasContext
Taylor Simpson
2023-05-18
1
-1
/
+1
*
Hexagon (target/hexagon) Move new_pred_value to DisasContext
Taylor Simpson
2023-05-18
1
-3
/
+7
*
Hexagon (target/hexagon) Move new_value to DisasContext
Taylor Simpson
2023-05-18
1
-1
/
+5
*
Hexagon (target/hexagon) Make special new_value for USR
Taylor Simpson
2023-05-18
1
-2
/
+6
*
Hexagon (target/hexagon) Add overrides for disabled idef-parser insns
Taylor Simpson
2023-05-18
1
-0
/
+99
*
Hexagon (target/hexagon) Short-circuit packet HVX writes
Taylor Simpson
2023-05-18
1
-1
/
+5
*
Hexagon (target/hexagon) Short-circuit packet predicate writes
Taylor Simpson
2023-05-18
1
-3
/
+12
*
Hexagon (target/hexagon) Short-circuit packet register writes
Taylor Simpson
2023-05-18
1
-19
/
+11
*
Hexagon (target/hexagon) Don't overlap dest writes with source reads
Taylor Simpson
2023-05-18
1
-16
/
+29
*
Hexagon (target/hexagon) Clean up pred_written usage
Taylor Simpson
2023-05-18
1
-9
/
+7
*
Hexagon (target/hexagon) Eliminate uses of log_pred_write function
Taylor Simpson
2023-05-18
1
-0
/
+5
*
Hexagon (target/hexagon) Add overrides for allocframe/deallocframe
Taylor Simpson
2023-05-18
1
-0
/
+47
*
Hexagon (target/hexagon) Add overrides for loop setup instructions
Taylor Simpson
2023-05-18
1
-0
/
+44
*
Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_write
Taylor Simpson
2023-05-18
1
-5
/
+5
*
target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*
Richard Henderson
2023-05-05
1
-4
/
+4
*
Hexagon (target/hexagon) Updates to USR should use get_result_gpr
Taylor Simpson
2023-04-21
1
-26
/
+23
*
Hexagon (target/hexagon) Improve code gen for predicated HVX instructions
Taylor Simpson
2023-03-06
1
-42
/
+6
*
Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]
Taylor Simpson
2023-03-06
1
-91
/
+30
*
Hexagon (target/hexagon) Analyze packet before generating TCG
Taylor Simpson
2023-03-06
1
-4
/
+1
*
Hexagon (target/hexagon) Add overrides for dealloc-return instructions
Taylor Simpson
2023-03-06
1
-0
/
+77
*
Hexagon (target/hexagon) Add overrides for endloop1/endloop01
Taylor Simpson
2023-03-06
1
-0
/
+78
*
Hexagon (target/hexagon) Add overrides for callr
Taylor Simpson
2023-03-06
1
-0
/
+18
*
Hexagon (target/hexagon) Add overrides for jumpr31 instructions
Taylor Simpson
2023-03-06
1
-1
/
+8
*
target/hexagon: Drop tcg_temp_free from C code
Richard Henderson
2023-03-05
1
-58
/
+0
*
target/hexagon: Don't use tcg_temp_local_new_*
Richard Henderson
2023-03-01
1
-8
/
+8
*
Hexagon (target/hexagon) implement mutability mask for GPRs
Marco Liebel
2023-01-05
1
-2
/
+42
*
target/hexagon: rename aliased register HEX_REG_P3_0
Mukilan Thiyagarajan
2023-01-05
1
-6
/
+6
*
target/hexagon: introduce new helper functions
Niccolò Izzo
2022-12-16
1
-2
/
+144
*
target/hexagon: make helper functions non-static
Paolo Montesel
2022-12-16
1
-19
/
+26
*
target/hexagon: make slot number an unsigned
Paolo Montesel
2022-12-16
1
-11
/
+13
*
Hexagon (target/hexagon) Use direct block chaining for tight loops
Taylor Simpson
2022-12-16
1
-0
/
+84
*
Hexagon (target/hexagon) Use direct block chaining for direct jump/branch
Taylor Simpson
2022-12-16
1
-1
/
+11
*
Hexagon (target/hexagon) Add overrides for various forms of jump
Taylor Simpson
2022-12-16
1
-0
/
+43
*
Hexagon (target/hexagon) Add overrides for compound compare and jump
Taylor Simpson
2022-12-16
1
-0
/
+90
*
Hexagon (target/hexagon) Add overrides for direct call instructions
Taylor Simpson
2022-12-16
1
-0
/
+55
*
Hexagon (target/hexagon) Add overrides for S2_asr_r_r_sat/S2_asl_r_r_sat
Taylor Simpson
2022-12-16
1
-0
/
+104
*
Hexagon (target/hexagon) Add pkt and insn to DisasContext
Taylor Simpson
2022-12-16
1
-3
/
+3
*
Hexagon (target/hexagon) move store size tracking to translation
Taylor Simpson
2022-09-30
1
-24
/
+12
*
Hexagon (target/hexagon) fix bug in mem_noshuf load exception
Taylor Simpson
2022-07-19
1
-0
/
+7
*
Hexagon (target/hexagon) assignment to c4 should wait until packet commit
Taylor Simpson
2022-03-12
1
-5
/
+9
*
Hexagon HVX (target/hexagon) import semantics
Taylor Simpson
2021-11-03
1
-0
/
+172
*
Hexagon HVX (target/hexagon) helper overrides infrastructure
Taylor Simpson
2021-11-03
1
-0
/
+1
*
Hexagon HVX (target/hexagon) TCG generation
Taylor Simpson
2021-11-03
1
-0
/
+15
*
target/hexagon: Use tcg_constant_*
Philippe Mathieu-Daudé
2021-10-06
1
-26
/
+13
*
Hexagon (target/hexagon) remove unused TCG variables
Taylor Simpson
2021-06-29
1
-6
/
+0
[next]