summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
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
2017-01-06tcg-mips: Add mips64 opcodesJin Guojie
2017-01-06tcg-mips: Move bswap code to a subroutineJin Guojie
2016-12-23tcg/s390: Remove 'R' constraintRichard Henderson
2016-12-23tcg/s390: Fix setcond expansionRichard Henderson
2016-11-01tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extensionJoseph Myers
2016-11-01tcg/tcg.h: Improve documentation of TCGv_i32 etc typesPeter Maydell
2016-11-01tcg: Add tcg_gen_mulsu2_{i32,i64,tl}Richard Henderson
2016-11-01log: Add locking to large logging blocksRichard Henderson
2016-10-31tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini
2016-10-26tcg: Emit barriers with parallel_cpusRichard Henderson
2016-10-26tcg: Add CONFIG_ATOMIC64Richard Henderson
2016-10-26tcg: Add atomic128 helpersRichard Henderson
2016-10-26tcg: Add atomic helpersRichard Henderson
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson
2016-10-24tcg: try sti when moving a constant into a dead memory tempPaolo Bonzini
2016-10-07qemu-tech: move text from qemu-tech to tcg/READMEPaolo Bonzini
2016-10-04tcg/optimize: move default return out of if statementAlex Bennée
2016-09-20tcg/i386: Extend TARGET_PAGE_MASK to the proper typeRichard Henderson
2016-09-16tcg: Optimize fence instructionsPranith Kumar