index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-07
TCG: fix copy propagation
Blue Swirl
2
-6
/
+14
2011-07-30
TCG: fix breakage by previous patch
Blue Swirl
1
-7
/
+12
2011-07-30
TCG: fix breakage on some RISC hosts
Blue Swirl
1
-13
/
+115
2011-07-30
Do constant folding for unary operations.
Kirill Batuzov
1
-0
/
+59
2011-07-30
Do constant folding for shift operations.
Kirill Batuzov
1
-0
/
+72
2011-07-30
Do constant folding for boolean operations.
Kirill Batuzov
1
-0
/
+37
2011-07-30
Do constant folding for basic arithmetic operations.
Kirill Batuzov
1
-0
/
+125
2011-07-30
Add copy and constant propagation.
Kirill Batuzov
1
-2
/
+180
2011-07-30
Add TCG optimizations stub
Kirill Batuzov
3
-0
/
+106
2011-07-20
tcg/mips: Fix regression caused by typo (copy + paste bug)
Stefan Weil
1
-1
/
+1
2011-07-16
tcg/README: Expand advice on number of TCG ops per target insn
Peter Maydell
1
-1
/
+9
2011-07-02
TCG/PPC: use stack for TCG temps
Blue Swirl
2
-4
/
+10
2011-07-01
tcg-hppa: Support deposit opcode.
Richard Henderson
2
-4
/
+21
2011-07-01
TCG/HPPA: use stack for TCG temps
Blue Swirl
1
-2
/
+7
2011-07-01
TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SP
Blue Swirl
1
-14
/
+16
2011-06-28
tcg/ppc64: Remove tcg_out_addi
malc
1
-5
/
+0
2011-06-28
tcg/ppc: Remove tcg_out_addi
malc
1
-5
/
+0
2011-06-26
TCG/Sparc64: use stack for TCG temps
Blue Swirl
2
-3
/
+6
2011-06-26
TCG/x86: use stack for TCG temps
Blue Swirl
1
-10
/
+12
2011-06-26
TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESP
Blue Swirl
1
-4
/
+4
2011-06-26
TCG: remove broken stack allocation for call arguments
Blue Swirl
1
-6
/
+3
2011-06-26
TCG: fix negative frame offset calculations
Blue Swirl
1
-3
/
+7
2011-06-26
Delegate setup of TCG temporaries to targets
Blue Swirl
9
-0
/
+18
2011-06-26
cpu-exec.c: avoid AREG0 use
Blue Swirl
10
-32
/
+40
2011-06-26
Remove exec-all.h include directives
Blue Swirl
1
-1
/
+0
2011-06-03
tcg: Fix unused-but-set-variable warning
Christophe Fergeau
1
-2
/
+2
2011-06-03
tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64
Peter Maydell
2
-28
/
+50
2011-06-03
tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hosts
Peter Maydell
1
-11
/
+11
2011-06-03
Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.
Brad
1
-0
/
+4
2011-05-29
Fix spelling in comment (additon -> addition)
Stefan Weil
1
-1
/
+1
2011-05-23
tcg: don't keep dead outputs in registers
Aurelien Jarno
1
-10
/
+18
2011-05-23
tcg: mark dead output argument in op_dead_args
Aurelien Jarno
1
-2
/
+8
2011-05-23
tcg: replace op_dead_iargs by op_dead_args
Aurelien Jarno
2
-37
/
+38
2011-05-08
Fix typos in comments (accross -> across)
Stefan Weil
1
-2
/
+2
2011-03-24
tcg/arm: Support host code being compiled for Thumb
Peter Maydell
1
-9
/
+26
2011-03-07
tcg: Add support for debugging leakage of temporaries
Peter Maydell
2
-0
/
+49
2011-01-20
tcg: README, name deposit second argument len/LEN
Edgar E. Iglesias
1
-2
/
+2
2011-01-20
tcg: Define "deposit" as an optional operation.
Richard Henderson
3
-0
/
+84
2011-01-12
tcg arm/mips/ia64: add a comment about retranslation and caches
Aurelien Jarno
3
-1
/
+9
2011-01-10
tcg/arm: improve constant loading
Aurelien Jarno
1
-18
/
+21
2011-01-10
tcg/ia64: remove an unnecessary stop bit
Aurelien Jarno
1
-1
/
+1
2011-01-09
tcg: fix typo in readme
Mike Frysinger
1
-1
/
+1
2011-01-09
tcg/README: Spelling fixes
Stefan Weil
1
-4
/
+4
2011-01-08
tcg/mips: fix branch target change during code retranslation
Aurelien Jarno
1
-1
/
+1
2011-01-08
tcg/arm: fix qemu_st64 for big endian targets
Aurelien Jarno
1
-1
/
+1
2011-01-08
tcg/arm: fix branch target change during code retranslation
Aurelien Jarno
1
-8
/
+20
2010-12-01
tcg-ia64: Fix warning in qemu_ld.
Richard Henderson
1
-2
/
+1
2010-12-01
tcg-ia64: Fix address compilation in qemu_st.
Richard Henderson
1
-1
/
+1
2010-12-01
tcg-ia64: Fix tlb read error for 32-bit targets.
Richard Henderson
1
-1
/
+3
2010-12-01
tcg-ia64: Implement qemu_ld32.
Richard Henderson
1
-0
/
+1
[next]