Age | Commit message (Expand) | Author |
2022-05-11 | Clean up decorations and whitespace around header guards | Markus Armbruster |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster |
2022-04-21 | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau |
2022-04-20 | exec/translator: Pass the locked filepointer to disas_log hook | Richard Henderson |
2022-04-20 | target/hexagon: Remove qemu_set_log in hexagon_translate_init | Richard Henderson |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-03-12 | target/hexagon: remove unused variable | Zongyuan Li |
2022-03-12 | Hexagon (target/hexagon) assignment to c4 should wait until packet commit | Taylor Simpson |
2022-03-12 | Hexagon (target/hexagon) fix bug in conv_df2uw_chop | Taylor Simpson |
2022-03-12 | Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmax | Taylor Simpson |
2022-03-12 | Hexagon (target/hexagon) properly handle denorm in arch_sf_recip_common | Taylor Simpson |
2022-03-12 | Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo | Taylor Simpson |
2022-03-12 | Hexagon HVX (target/hexagon) fix bug in HVX saturate instructions | Taylor Simpson |
2022-03-12 | Hexagon (target/hexagon) fix bug in circular addressing | Michael Lambert |
2022-03-06 | target: Use ArchCPU as interface to target CPU | Philippe Mathieu-Daudé |
2022-03-06 | target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro | Philippe Mathieu-Daudé |
2022-03-06 | target: Use CPUArchState as interface to target-specific CPU state | Philippe Mathieu-Daudé |
2022-03-06 | target/hexagon: Add missing 'hw/core/cpu.h' include | Philippe Mathieu-Daudé |
2022-03-06 | Hexagon (target/hexagon) convert to OBJECT_DECLARE_TYPE | Taylor Simpson |
2022-02-21 | exec/exec-all: Move 'qemu/log.h' include in units requiring it | Philippe Mathieu-Daudé |
2021-12-15 | target/hexagon/cpu.h: don't include qemu-common.h | Peter Maydell |
2021-11-04 | Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20211103' into staging | Richard Henderson |
2021-11-03 | Hexagon HVX (target/hexagon) import instruction encodings | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) instruction decoding | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) import semantics | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) helper overrides - vector stores | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) helper overrides - vector loads | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) helper overrides - vector splat and abs | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) helper overrides - vector compares | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) helper overrides - vector logical ops | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) helper overrides - vector max/min | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) helper overrides - vector shifts | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) helper overrides - vector add & sub | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) helper overrides - vector assign & cmov | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) helper overrides for histogram instructions | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) helper overrides infrastructure | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) TCG generation | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) helper functions | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) instruction utility functions | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) C preprocessor for decode tree | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) semantics generator - part 2 | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) semantics generator | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) import macro definitions | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) macros | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) instruction attributes | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) register names | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to core | Taylor Simpson |
2021-11-03 | Hexagon HVX (target/hexagon) README | Taylor Simpson |
2021-11-02 | target/hexagon: Remove hexagon_cpu_tlb_fill | Richard Henderson |
2021-10-28 | Hexagon (target/hexagon) put writes to USR into temp until commit | Taylor Simpson |