aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2017-05-06tcg/mips: fix field extraction opcodeAurelien Jarno
2017-04-26tcg: Initialize return value after exit_atomicRichard Henderson
2017-04-20Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1Peter Maydell
2017-04-03tcg/sparc: Zero extend address argument to ld/st helpersPeter Maydell
2017-04-03tcg/sparc: Zero extend data argument to store helpersPeter Maydell
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini
2017-03-01aarch64: Change ext type to TCGType to fix warningsPranith Kumar
2017-02-24tcg: enable MTTCG by default for ARM on x86 hostsAlex Bennée
2017-02-24tcg: add options for enabling MTTCGKONRAD Frederic
2017-02-24tcg: move TCG_MO/BAR types into own fileAlex Bennée
2017-02-22cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini
2017-02-03tci: Remove invalid assertionsStefan Weil
2017-01-17tcg/i386: Always use TZCNT when availableRichard Henderson
2017-01-17Revert "tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR"Richard Henderson
2017-01-13tcg/aarch64: Fix tcg_out_moviRichard Henderson
2017-01-13tcg/aarch64: Fix addsub2 for 0+CRichard Henderson
2017-01-13tcg/s390: Fix merge error with facilitiesRichard Henderson
2017-01-10tcg/i386: Handle ctpop opcodeRichard Henderson
2017-01-10tcg/ppc: Handle ctpop opcodeRichard Henderson
2017-01-10tcg: Use ctpop to generate ctz if neededRichard Henderson
2017-01-10tcg: Add opcode for ctpopRichard Henderson
2017-01-10tcg: Add helpers for clrsbRichard Henderson
2017-01-10tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSRRichard Henderson
2017-01-10tcg/i386: Handle ctz and clz opcodesRichard Henderson
2017-01-10tcg/i386: Allow bmi2 shiftx to have non-matching operandsRichard Henderson
2017-01-10tcg/i386: Hoist common arguments in tcg_out_opRichard Henderson
2017-01-10tcg/i386: Fuly convert tcg_target_op_defRichard Henderson
2017-01-10tcg/s390: Handle clz opcodeRichard Henderson
2017-01-10tcg/mips: Handle clz opcodeRichard Henderson
2017-01-10tcg/arm: Handle ctz and clz opcodesRichard Henderson
2017-01-10tcg/aarch64: Handle ctz and clz opcodesRichard Henderson
2017-01-10tcg/ppc: Handle ctz and clz opcodesRichard Henderson
2017-01-10tcg: Add clz and ctz opcodesRichard Henderson
2017-01-10tcg: Allow an operand to be matching or a constantRichard Henderson
2017-01-10tcg: Pass the opcode width to target_parse_constraintRichard Henderson
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson
2017-01-10tcg: Add markup for output requires new registerRichard Henderson
2017-01-10tcg/optimize: Fold movcond 0/1 into setcondRichard Henderson
2017-01-10tcg/s390: Support deposit into zeroRichard Henderson
2017-01-10tcg/s390: Implement field extraction opcodesRichard Henderson
2017-01-10tcg/s390: Expose host facilities to tcg-target.hRichard Henderson
2017-01-10tcg/ppc: Implement field extraction opcodesRichard Henderson
2017-01-10tcg/mips: Implement field extraction opcodesRichard Henderson
2017-01-10tcg/i386: Implement field extraction opcodesRichard Henderson
2017-01-10tcg/arm: Implement field extraction opcodesRichard Henderson
2017-01-10tcg/arm: Move isa detection to tcg-target.hRichard Henderson
2017-01-10tcg/aarch64: Implement field extraction opcodesRichard Henderson
2017-01-10tcg: Add deposit_z expanderRichard Henderson
2017-01-10tcg: Minor adjustments to deposit expandersRichard Henderson
2017-01-10tcg: Add field extraction primitivesRichard Henderson