]> git.proxmox.com Git - mirror_qemu.git/commit
Merge branch 'tcg-ppc64' of git://github.com/rth7680/qemu
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 15 Apr 2013 20:51:32 +0000 (22:51 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 15 Apr 2013 20:51:32 +0000 (22:51 +0200)
commite0e367bad7170e264916cdcba4306f79f47bb95c
tree96274959ec204bdc7ebb0cb64bec01bd774612a0
parente6b636779b51c97e67694be740ee972c52460c59
parent39dc85b98561ea3de2b029f43a3a2db95c57afa3
Merge branch 'tcg-ppc64' of git://github.com/rth7680/qemu

* 'tcg-ppc64' of git://github.com/rth7680/qemu: (33 commits)
  tcg-ppc64: Handle deposit of zero
  tcg-ppc64: Implement mulu2/muls2_i64
  tcg-ppc64: Implement add2/sub2_i64
  tcg-ppc64: Use getauxval for ISA detection
  tcg-ppc64: Implement movcond
  tcg-ppc64: Use ISEL for setcond
  tcg-ppc64: Use MFOCRF instead of MFCR
  tcg-ppc64: Cleanup i32 constants to tcg_out_cmp
  tcg-ppc64: Use TCGType throughout compares
  tcg-ppc64: Use I constraint for mul
  tcg-ppc64: Implement deposit
  tcg-ppc64: Handle constant inputs for some compound logicals
  tcg-ppc64: Implement compound logicals
  tcg-ppc64: Implement bswap64
  tcg-ppc64: Implement bswap16 and bswap32
  tcg-ppc64: Implement rotates
  tcg-ppc64: Streamline qemu_ld/st insn selection
  tcg-ppc64: Use automatic implementation of ext32u_i64
  tcg-ppc64: Improve and_i64 with constant
  tcg-ppc64: Improve and_i32 with constant
  ...