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
/
tcg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-29
Fix alignment of 64bit args
malc
1
-1
/
+2
2008-11-18
Preliminary AIX support
malc
1
-0
/
+3
2008-11-17
TCG variable type checking.
pbrook
1
-115
/
+158
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
1
-2
/
+2
2008-10-21
TCG: add tcg_const_local_tl()
aurel32
1
-0
/
+16
2008-09-14
Display TCGCond name in tcg dumper (original patch by Tristan Gingold)
blueswir1
1
-1
/
+30
2008-08-17
Fix some warnings that would be generated by gcc -Wmissing-prototypes
blueswir1
1
-15
/
+2
2008-06-11
Allocate register pair for 64-bit registers on 32-bit host.
ths
1
-2
/
+2
2008-06-07
Allocate a register pair instead of a single register.
ths
1
-1
/
+1
2008-06-03
Spelling fixes, by Stefan Weil.
ths
1
-1
/
+1
2008-05-25
suppressed unused macro handling
bellard
1
-94
/
+2
2008-05-25
added local temporaries
bellard
1
-39
/
+87
2008-05-23
added tcg_temp_free() and improved the handling of constants
bellard
1
-191
/
+259
2008-05-23
compilation fix
bellard
1
-2
/
+2
2008-05-23
profiler clean up
bellard
1
-13
/
+72
2008-05-22
added debug_insn_start debug instruction
bellard
1
-3
/
+26
2008-05-22
debug output: write helper names
bellard
1
-14
/
+34
2008-05-22
more generic call codegen
bellard
1
-42
/
+69
2008-05-22
fixed zero shifts (64 bit case)
bellard
1
-3
/
+4
2008-05-21
fixed dead global variable update
bellard
1
-20
/
+18
2008-05-17
added 'pure' function attribute - fixed indirect function calls
bellard
1
-23
/
+42
2008-05-12
temporary hack to handle register shortage with dyngen for qemu_st64()
bellard
1
-0
/
+39
2008-05-10
Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negatives
blueswir1
1
-1
/
+1
2008-05-10
fixed global variable handling with qemu load/stores - initial global prologu...
bellard
1
-54
/
+95
2008-04-12
HPPA (PA-RISC) host support
aurel32
1
-7
/
+23
2008-04-11
Remove osdep.c/qemu-img code duplication
aurel32
1
-31
/
+1
2008-03-21
Prepare for op.c removal and zero legacy ops
blueswir1
1
-0
/
+3
2008-03-13
Fix i32 memory backed variables on 64-bit host
blueswir1
1
-9
/
+9
2008-03-11
Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady)
blueswir1
1
-2
/
+2
2008-03-08
Add function prologue, fix pointer load on Sparc64 host
blueswir1
1
-0
/
+5
2008-02-17
Fix typo
blueswir1
1
-1
/
+1
2008-02-10
Simplify TCG relocation bugfix.
pbrook
1
-13
/
+8
2008-02-10
Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME for
pbrook
1
-17
/
+22
2008-02-04
win32: suppress alloca() warning
bellard
1
-0
/
+3
2008-02-04
fixed sign extensions - added explicit side effect op flag - added discard in...
bellard
1
-17
/
+42
2008-02-03
Add TCG variable opaque type.
pbrook
1
-54
/
+65
2008-02-01
TCG code generator
bellard
1
-0
/
+1781