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
/
ppc64
Commit message (
Expand
)
Author
Age
Files
Lines
*
PPC 32/64 GUEST_BASE support
malc
2009-07-18
2
-20
/
+62
*
Fix LHZX opcode value
malc
2009-07-18
1
-1
/
+1
*
Remove reserved registers from tcg_target_reg_alloc_order
malc
2009-04-11
1
-4
/
+0
*
Whack [LS]MW
malc
2009-04-11
1
-3
/
+0
*
Prune unused TCG_AREGs
blueswir1
2009-03-08
1
-1
/
+0
*
Add missing r24..r26 to callee save registers
malc
2009-02-11
1
-0
/
+5
*
Use the ARRAY_SIZE() macro where appropriate.
malc
2008-12-22
1
-1
/
+1
*
Introduce and use cache-utils.[ch]
malc
2008-12-10
1
-21
/
+0
*
Avoid compiler warning
malc
2008-11-12
1
-1
/
+1
*
Fix alignment problem with some 64bit load/store instructions
malc
2008-11-11
1
-5
/
+16
*
Add some missing static and const qualifiers, reg_names only used if NDEBUG set
blueswir1
2008-10-05
1
-0
/
+2
*
Optimize 64 bit bswap
malc
2008-10-02
1
-5
/
+5
*
Fix some warnings that would be generated by gcc -Wredundant-decls
blueswir1
2008-08-30
1
-9
/
+2
*
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
*
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
1
-64
/
+38
*
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
*
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
1
-2
/
+9
*
Remove neg_i32 debugging leftover
malc
2008-07-23
1
-2
/
+0
*
Provide extNs_M instructions
malc
2008-07-23
2
-0
/
+28
*
Remove stray "i" from mul_i64
malc
2008-07-23
1
-1
/
+1
*
Preliminary PPC64/Linux host support
malc
2008-07-23
2
-0
/
+1535