summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2017-01-06tcg-mips: Adjust prologue for mips64Jin Guojie1-29/+25
2017-01-06tcg-mips: Adjust load/store functions for mips64Jin Guojie1-3/+11
2017-01-06tcg-mips: Adjust move functions for mips64Jin Guojie1-9/+25
2017-01-06tcg-mips: Add bswap32u and bswap64Jin Guojie1-3/+99
2017-01-06tcg-mips: Support 64-bit opcodesJin Guojie2-10/+353
2017-01-06tcg-mips: Add mips64 opcodesJin Guojie1-75/+118
2017-01-06tcg-mips: Move bswap code to a subroutineJin Guojie2-70/+139
2016-12-23tcg/s390: Remove 'R' constraintRichard Henderson1-15/+10
2016-12-23tcg/s390: Fix setcond expansionRichard Henderson1-20/+30
2016-11-01tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extensionJoseph Myers1-1/+1
2016-11-01tcg/tcg.h: Improve documentation of TCGv_i32 etc typesPeter Maydell1-8/+30
2016-11-01tcg: Add tcg_gen_mulsu2_{i32,i64,tl}Richard Henderson2-0/+47
2016-11-01log: Add locking to large logging blocksRichard Henderson1-0/+8
2016-10-31tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini1-0/+2
2016-10-26tcg: Emit barriers with parallel_cpusRichard Henderson1-11/+1
2016-10-26tcg: Add CONFIG_ATOMIC64Richard Henderson3-13/+70
2016-10-26tcg: Add atomic128 helpersRichard Henderson1-1/+23
2016-10-26tcg: Add atomic helpersRichard Henderson4-0/+500
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson1-0/+1
2016-10-24tcg: try sti when moving a constant into a dead memory tempPaolo Bonzini1-29/+27
2016-10-07qemu-tech: move text from qemu-tech to tcg/READMEPaolo Bonzini1-0/+5
2016-10-04tcg/optimize: move default return out of if statementAlex Bennée1-2/+1
2016-09-20tcg/i386: Extend TARGET_PAGE_MASK to the proper typeRichard Henderson1-1/+1
2016-09-16tcg: Optimize fence instructionsPranith Kumar1-0/+39
2016-09-16tcg/tci: Add support for fencePranith Kumar1-0/+3
2016-09-16tcg/sparc: Add support for fencePranith Kumar1-0/+13
2016-09-16tcg/s390: Add support for fencePranith Kumar1-0/+11
2016-09-16tcg/ppc: Add support for fencePranith Kumar1-0/+21
2016-09-16tcg/mips: Add support for fencePranith Kumar1-0/+30
2016-09-16tcg/ia64: Add support for fencePranith Kumar1-0/+5
2016-09-16tcg/arm: Add support for fencePranith Kumar1-0/+18
2016-09-16tcg/aarch64: Add support for fencePranith Kumar1-0/+22
2016-09-16tcg/i386: Add support for fencePranith Kumar1-0/+17
2016-09-16Introduce TCGOpcode for memory barrierPranith Kumar5-0/+55
2016-09-16tcg: Support arbitrary size + alignmentRichard Henderson9-104/+120
2016-09-15Remove unused function declarationsLadi Prosek1-2/+0
2016-09-15tcg: Remove duplicate header includesThomas Huth1-2/+0
2016-09-15Remove remainders of HPPA backendThomas Huth1-1/+1
2016-08-05tcg: Lower indirect registers in a separate passRichard Henderson3-82/+259
2016-08-05tcg: Require liveness analysisRichard Henderson1-21/+0
2016-08-05tcg: Include liveness info in the dumpsRichard Henderson1-21/+47
2016-08-05tcg: Compress dead_temps and mem_temps into a single arrayRichard Henderson1-59/+60
2016-08-05tcg: Fold life data into TCGOpRichard Henderson2-18/+17
2016-08-05tcg: Reorg TCGOp chainingRichard Henderson4-37/+30
2016-08-05tcg: Compress liveness data to 16 bitsRichard Henderson2-42/+32
2016-07-17compiler: never omit assertions if using a static analysis toolPaolo Bonzini1-1/+1
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-2/+1
2016-07-12tcg: Clean up tcg-target.h header guardsMarkus Armbruster8-17/+24
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin7-40/+123
2016-07-05tcg: Optimize spills of constantsRichard Henderson10-81/+169