Age | Commit message (Expand) | Author | Files | Lines |
2024-09-20 | target/hexagon: Rename macros.inc -> macros.h.inc | Philippe Mathieu-Daudé | 2 | -2/+2 |
2024-08-07 | target/hexagon/idef-parser: Remove self-assignment | Anton Johansson | 1 | -1/+0 |
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-02-21 | hexagon: correct typos | Manos Pitsidianakis | 1 | -1/+1 |
2024-01-21 | Hexagon (target/hexagon) Clean up handling of modifier registers | Taylor Simpson | 1 | -5/+3 |
2023-11-28 | target/hexagon/idef-parser/prepare: use env to invoke bash | Samuel Tardieu | 1 | -1/+1 |
2023-10-03 | tcg: Rename cpu_env to tcg_env | Richard Henderson | 1 | -1/+1 |
2023-09-08 | hexagon: spelling fixes | Michael Tokarev | 3 | -5/+5 |
2023-06-05 | target/hexagon: Include helper-gen.h where needed | Richard Henderson | 1 | -1/+2 |
2023-05-18 | target/hexagon: fix = vs. == mishap | Paolo Bonzini | 2 | -3/+3 |
2023-05-18 | Hexagon (target/hexagon) Additional instructions handled by idef-parser | Taylor Simpson | 4 | -40/+62 |
2023-05-18 | Hexagon (target/hexagon) Move new_pred_value to DisasContext | Taylor Simpson | 1 | -1/+1 |
2023-05-18 | Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_write | Taylor Simpson | 1 | -1/+1 |
2023-05-05 | target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_* | Richard Henderson | 1 | -15/+13 |
2023-04-21 | Hexagon (target/hexagon) Updates to USR should use get_result_gpr | Taylor Simpson | 2 | -3/+4 |
2023-03-06 | Hexagon (target/hexagon) Reduce manipulation of slot_cancelled | Taylor Simpson | 3 | -6/+6 |
2023-03-06 | Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair] | Taylor Simpson | 1 | -3/+1 |
2023-03-06 | Hexagon (target/hexagon) Analyze packet before generating TCG | Taylor Simpson | 1 | -6/+1 |
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-05 | target/hexagon/idef-parser: Use gen_constant for gen_extend_tcg_width_op | Richard Henderson | 1 | -27/+3 |
2023-03-05 | target/hexagon/idef-parser: Use gen_tmp for gen_rvalue_pred | Richard Henderson | 1 | -1/+1 |
2023-03-05 | target/hexagon/idef-parser: Use gen_tmp for gen_pred_assign | Richard Henderson | 1 | -1/+1 |
2023-03-05 | target/hexagon/idef-parser: Use gen_tmp for LPCFG | Richard Henderson | 3 | -8/+2 |
2023-03-05 | target/hexagon: Use tcg_constant_* for gen_constant_from_imm | Richard Henderson | 1 | -8/+7 |
2023-03-05 | target/hexagon/idef-parser: Drop HexValue.is_manual | Richard Henderson | 3 | -18/+0 |
2023-03-05 | target/hexagon/idef-parser: Drop tcg_temp_free | Richard Henderson | 4 | -164/+0 |
2023-03-01 | target/hexagon/idef-parser: Drop gen_tmp_local | Richard Henderson | 1 | -22/+2 |
2023-03-01 | target/hexagon: Don't use tcg_temp_local_new_* | Richard Henderson | 2 | -4/+4 |
2023-01-05 | target/hexagon: suppress unused variable warning | Alessandro Di Federico | 1 | -0/+2 |
2023-01-05 | target/hexagon/idef-parser: fix two typos in README | Matheus Tavares Bernardino | 1 | -2/+2 |
2022-12-16 | target/hexagon: import parser for idef-parser | Anton Johansson | 3 | -0/+3701 |
2022-12-16 | target/hexagon: import lexer for idef-parser | Paolo Montesel | 2 | -0/+724 |
2022-12-16 | target/hexagon: prepare input for the idef-parser | Alessandro Di Federico | 2 | -0/+164 |
2022-12-16 | target/hexagon: import README for idef-parser | Alessandro Di Federico | 1 | -0/+722 |