summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg-mips: Adjust qemu_ld/st for mips64Jin Guojie2017-01-061-57/+146
* tcg-mips: Adjust calling conventions for mips64Jin Guojie2017-01-062-10/+30
* tcg-mips: Add tcg unwind infoJin Guojie2017-01-061-0/+44
* tcg-mips: Adjust prologue for mips64Jin Guojie2017-01-061-29/+25Star
* tcg-mips: Adjust load/store functions for mips64Jin Guojie2017-01-061-3/+11
* tcg-mips: Adjust move functions for mips64Jin Guojie2017-01-061-9/+25
* tcg-mips: Add bswap32u and bswap64Jin Guojie2017-01-061-3/+99
* tcg-mips: Support 64-bit opcodesJin Guojie2017-01-062-10/+353
* tcg-mips: Add mips64 opcodesJin Guojie2017-01-061-75/+118
* tcg-mips: Move bswap code to a subroutineJin Guojie2017-01-062-70/+139
* tcg/s390: Remove 'R' constraintRichard Henderson2016-12-241-15/+10Star
* tcg/s390: Fix setcond expansionRichard Henderson2016-12-241-20/+30
* tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extensionJoseph Myers2016-11-011-1/+1
* tcg/tcg.h: Improve documentation of TCGv_i32 etc typesPeter Maydell2016-11-011-8/+30
* tcg: Add tcg_gen_mulsu2_{i32,i64,tl}Richard Henderson2016-11-012-0/+47
* log: Add locking to large logging blocksRichard Henderson2016-11-011-0/+8
* tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini2016-10-311-0/+2
* tcg: Emit barriers with parallel_cpusRichard Henderson2016-10-261-11/+1Star
* tcg: Add CONFIG_ATOMIC64Richard Henderson2016-10-263-13/+70
* tcg: Add atomic128 helpersRichard Henderson2016-10-261-1/+23
* tcg: Add atomic helpersRichard Henderson2016-10-264-0/+500
* tcg: Add EXCP_ATOMICRichard Henderson2016-10-261-0/+1
* tcg: try sti when moving a constant into a dead memory tempPaolo Bonzini2016-10-241-29/+27Star
* qemu-tech: move text from qemu-tech to tcg/READMEPaolo Bonzini2016-10-071-0/+5
* tcg/optimize: move default return out of if statementAlex Bennée2016-10-041-2/+1Star
* tcg/i386: Extend TARGET_PAGE_MASK to the proper typeRichard Henderson2016-09-201-1/+1
* tcg: Optimize fence instructionsPranith Kumar2016-09-161-0/+39
* tcg/tci: Add support for fencePranith Kumar2016-09-161-0/+3
* tcg/sparc: Add support for fencePranith Kumar2016-09-161-0/+13
* tcg/s390: Add support for fencePranith Kumar2016-09-161-0/+11
* tcg/ppc: Add support for fencePranith Kumar2016-09-161-0/+21
* tcg/mips: Add support for fencePranith Kumar2016-09-161-0/+30
* tcg/ia64: Add support for fencePranith Kumar2016-09-161-0/+5
* tcg/arm: Add support for fencePranith Kumar2016-09-161-0/+18
* tcg/aarch64: Add support for fencePranith Kumar2016-09-161-0/+22
* tcg/i386: Add support for fencePranith Kumar2016-09-161-0/+17
* Introduce TCGOpcode for memory barrierPranith Kumar2016-09-165-0/+55
* tcg: Support arbitrary size + alignmentRichard Henderson2016-09-169-104/+120
* Remove unused function declarationsLadi Prosek2016-09-151-2/+0Star
* tcg: Remove duplicate header includesThomas Huth2016-09-151-2/+0Star
* Remove remainders of HPPA backendThomas Huth2016-09-151-1/+1
* tcg: Lower indirect registers in a separate passRichard Henderson2016-08-053-82/+259
* tcg: Require liveness analysisRichard Henderson2016-08-051-21/+0Star
* tcg: Include liveness info in the dumpsRichard Henderson2016-08-051-21/+47
* tcg: Compress dead_temps and mem_temps into a single arrayRichard Henderson2016-08-051-59/+60
* tcg: Fold life data into TCGOpRichard Henderson2016-08-052-18/+17Star
* tcg: Reorg TCGOp chainingRichard Henderson2016-08-054-37/+30Star
* tcg: Compress liveness data to 16 bitsRichard Henderson2016-08-052-42/+32Star
* compiler: never omit assertions if using a static analysis toolPaolo Bonzini2016-07-171-1/+1
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-2/+1Star