index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tcg
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some missing static and const qualifiers, reg_names only used if NDEBUG set
blueswir1
2008-10-05
7
-15
/
+32
*
Optimize 64 bit bswap
malc
2008-10-02
1
-5
/
+5
*
Fix tcg_gen_concat32_i64 on 64-bit hosts.
pbrook
2008-09-23
1
-1
/
+2
*
Avoid clobbering input register in qemu_ld64+bswap+useronly case
malc
2008-09-22
1
-13
/
+6
*
Add concat32_i64 and concat_tl_i64 ops
blueswir1
2008-09-21
2
-0
/
+18
*
Add concat_i32_i64 op.
pbrook
2008-09-21
2
-0
/
+21
*
Display TCGCond name in tcg dumper (original patch by Tristan Gingold)
blueswir1
2008-09-14
1
-1
/
+30
*
Use 64 bit loads for tlb addend only if addend size is 64 bits
blueswir1
2008-09-13
1
-2
/
+8
*
Fix stack alignment on Sparc32 host
blueswir1
2008-09-13
1
-1
/
+2
*
TCG: Use x86-64 zero extension instructions.
pbrook
2008-09-07
1
-0
/
+15
*
Implement TCG sign extension ops for x86-64.
pbrook
2008-09-07
2
-0
/
+27
*
Revert "TCG: enable debug"
aurel32
2008-09-05
1
-1
/
+1
*
TCG: enable debug
aurel32
2008-09-05
1
-1
/
+1
*
Fix some warnings that would be generated by gcc -Wredundant-decls
blueswir1
2008-08-30
7
-63
/
+12
*
Relax qemu_ld/st constraints for !SOFTMMU case
malc
2008-08-21
1
-1
/
+14
*
Relax qemu_ld/st constraints for !SOFTMMU case
malc
2008-08-20
1
-2
/
+6
*
Avoid clobbering input/aliased registers in !SOFTMMU+64bit+bswap case
malc
2008-08-20
1
-9
/
+10
*
Clear the upper 32 bits of addr_reg in TARGET_LONG_BITS == 32 case
malc
2008-08-20
1
-0
/
+6
*
Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block to avoid compiler warning
malc
2008-08-20
1
-1
/
+1
*
Fix some warnings that would be generated by gcc -Wmissing-prototypes
blueswir1
2008-08-17
2
-17
/
+4
*
Fix 64 bit constant generation
blueswir1
2008-08-17
1
-5
/
+12
*
Fix 32 bit address overflow
blueswir1
2008-08-17
1
-0
/
+19
*
Restore AREG0 after calls
blueswir1
2008-08-17
1
-73
/
+64
*
Sparc code generator update (fix qemu_ld & qemu_st)
blueswir1
2008-08-16
1
-129
/
+101
*
Sparc code generator update
blueswir1
2008-08-15
2
-96
/
+149
*
Account for MacOS X ABI reserved space in linkage area (Andreas Faerber)
malc
2008-08-03
2
-2
/
+2
*
Preliminary MacOS X on PPC32 support
malc
2008-08-03
2
-10
/
+41
*
On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64
malc
2008-07-29
1
-0
/
+31
*
Immediate versions of some operations
malc
2008-07-28
1
-27
/
+57
*
Do not try handle "special" arguments of and/or/xor/shl/shr, upper level does it
malc
2008-07-28
2
-128
/
+76
*
Set the L field of CMP[L][I] when dealing with 64 bit quantities
malc
2008-07-28
1
-7
/
+12
*
Fix preprocessor guard condition
malc
2008-07-28
1
-1
/
+1
*
Remove leftover from previous way to load 64 bit constants
malc
2008-07-28
1
-1
/
+1
*
Special-case some paths inside tcg_out_tlb_read
malc
2008-07-27
1
-6
/
+30
*
Fix the opcode value of LWA
malc
2008-07-27
1
-1
/
+1
*
Try to avoid glibc global register mangling, again
blueswir1
2008-07-26
2
-20
/
+38
*
Relax memory operations constraints
malc
2008-07-26
1
-17
/
+5
*
Fix qemu_ld64 constraint list
malc
2008-07-26
1
-1
/
+1
*
Use proper offset for LR save slot
malc
2008-07-26
1
-2
/
+2
*
Reduce amount of space reserved for tb jump
malc
2008-07-26
1
-1
/
+1
*
Fix and improve 64 bit immediate loading
malc
2008-07-26
1
-4
/
+7
*
Fix EXTSW arguments
malc
2008-07-26
1
-1
/
+1
*
Use proper value for TCG_TARGET_CALL_STACK_OFFSET
malc
2008-07-24
1
-1
/
+1
*
Emit and use adhoc function descriptor for code_gen_prologue on PPC64
malc
2008-07-24
2
-18
/
+10
*
Remove neg_i32 debugging leftover
malc
2008-07-23
1
-2
/
+0
*
Provide extNs_M instructions
malc
2008-07-23
4
-0
/
+40
*
Remove stray "i" from mul_i64
malc
2008-07-23
1
-1
/
+1
*
Preliminary PPC64/Linux host support
malc
2008-07-23
3
-0
/
+1550
*
64 bit signed comparison fix (Juergen Lock)
bellard
2008-07-07
1
-4
/
+4
*
Fix 64 bit constant generation
blueswir1
2008-07-07
1
-4
/
+6
[next]