Age | Commit message (Expand) | Author |
2016-03-16 | target-arm: Implement MRS (banked) and MSR (banked) instructions | Peter Maydell |
2016-03-04 | target-arm: implement setend | Paolo Bonzini |
2016-02-26 | target-arm: Give CPSR setting on 32-bit exception return its own helper | Peter Maydell |
2016-02-11 | target-arm: Add isread parameter to CPAccessFns | Peter Maydell |
2015-10-16 | target-arm: Fix CPU breakpoint handling | Sergey Fedorov |
2015-07-06 | target-arm: Split DISAS_YIELD from DISAS_WFE | Peter Maydell |
2015-05-29 | target-arm: Add exception target el infrastructure | Greg Bellows |
2014-09-29 | target-arm: A64: Emulate the SMC insn | Edgar E. Iglesias |
2014-09-29 | target-arm: A64: Emulate the HVC insn | Edgar E. Iglesias |
2014-08-19 | target-arm: Implement ARMv8 single-step handling for A64 code | Peter Maydell |
2014-06-09 | target-arm: Delete unused iwmmxt_msadb helper | Peter Maydell |
2014-06-09 | target-arm: add support for v8 VMULL.P64 instruction | Peter Maydell |
2014-06-09 | target-arm: add support for v8 SHA1 and SHA256 instructions | Ard Biesheuvel |
2014-05-28 | tcg: Invert the inclusion of helper.h | Richard Henderson |
2014-04-17 | target-arm: Implement AArch64 EL1 exception handling | Rob Herring |
2014-04-17 | target-arm: A64: Implement DC ZVA | Peter Maydell |
2014-04-17 | target-arm: Add support for generating exceptions with syndrome information | Peter Maydell |
2014-04-17 | target-arm: Provide correct syndrome information for cpreg access traps | Peter Maydell |
2014-03-18 | target-arm: A64: Add saturating accumulate ops (USQADD/SUQADD) | Alex Bennée |
2014-03-18 | target-arm: A64: Add saturating int ops (SQNEG/SQABS) | Alex Bennée |
2014-03-17 | target-arm: A64: Add [UF]RSQRTE (reciprocal root estimate) | Alex Bennée |
2014-03-17 | target-arm: A64: Implement AdvSIMD reciprocal estimate insns URECPE, FRECPE | Alex Bennée |
2014-03-10 | target-arm: Implement WFE as a yield operation | Peter Maydell |
2014-02-26 | target-arm: Add support for AArch32 ARMv8 CRC32 instructions | Will Newton |
2014-02-26 | target-arm: A64: Implement MSR (immediate) instructions | Peter Maydell |
2014-02-20 | target-arm: Split cpreg access checks out from read/write functions | Peter Maydell |
2014-02-20 | target-arm: A64: Implement remaining 3-same instructions | Peter Maydell |
2014-02-08 | target-arm: A64: Implement 2-reg-misc CNT, NOT and RBIT | Peter Maydell |
2014-01-31 | target-arm: Add set_neon_rmode helper | Will Newton |
2014-01-08 | target-arm: A64: Add support for FCVT between half, single and double | Peter Maydell |
2014-01-08 | target-arm: A64: Add 1-source 32-to-32 and 64-to-64 FP instructions | Peter Maydell |
2014-01-08 | target-arm: A64: Add floating-point<->fixed-point instructions | Alexander Graf |
2014-01-08 | target-arm: A64: Add extra VFP fixed point conversion helpers | Will Newton |
2014-01-08 | target-arm: Rename A32 VFP conversion helpers | Will Newton |
2014-01-08 | target-arm: Use VFP_BINOP macro for min, max, minnum, maxnum | Peter Maydell |
2013-12-17 | target-arm: A64: add stubs for a64 specific helpers | Alexander Graf |
2013-12-17 | target-arm: add support for v8 AES instructions | Ard Biesheuvel |
2013-12-10 | target-arm: Implement ARMv8 FP VMAXNM and VMINNM instructions. | Will Newton |
2013-10-10 | tcg: Remove stray semi-colons from target-*/helper.h | Richard Henderson |
2013-02-23 | target-arm: Implement sbc_cc inline | Richard Henderson |
2013-02-23 | target-arm: Implement adc_cc inline | Richard Henderson |
2013-02-23 | target-arm: Use mul[us]2 and add2 in umlal et al | Richard Henderson |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-10-28 | target-arm: rename helper flags | Aurelien Jarno |
2012-10-24 | target-arm: Implement abs_i32 inline rather than as a helper | Peter Maydell |
2012-10-24 | target-arm: Use TCG operation for Neon 64 bit negation | Peter Maydell |
2012-10-05 | target-arm: mark a few integer helpers const and pure | Aurelien Jarno |
2012-10-05 | target-arm: convert sar, shl and shr helpers to TCG | Aurelien Jarno |
2012-10-05 | target-arm: convert add_cc and sub_cc helpers to TCG | Aurelien Jarno |
2012-09-15 | target-arm: convert remaining helpers | Blue Swirl |