aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
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-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
2017-01-06tcg-mips: Adjust qemu_ld/st for mips64Jin Guojie
2017-01-06tcg-mips: Adjust calling conventions for mips64Jin Guojie
2017-01-06tcg-mips: Add tcg unwind infoJin Guojie
2017-01-06tcg-mips: Adjust prologue for mips64Jin Guojie
2017-01-06tcg-mips: Adjust load/store functions for mips64Jin Guojie
2017-01-06tcg-mips: Adjust move functions for mips64Jin Guojie
2017-01-06tcg-mips: Add bswap32u and bswap64Jin Guojie
2017-01-06tcg-mips: Support 64-bit opcodesJin Guojie