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
/
README
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-05
tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
Emilio G. Cota
1
-0
/
+8
2017-01-10
tcg: Add clz and ctz opcodes
Richard Henderson
1
-0
/
+8
2017-01-10
tcg: Allow an operand to be matching or a constant
Richard Henderson
1
-4
/
+9
2017-01-10
tcg: Add field extraction primitives
Richard Henderson
1
-2
/
+18
2016-10-07
qemu-tech: move text from qemu-tech to tcg/README
Paolo Bonzini
1
-0
/
+5
2016-09-16
Introduce TCGOpcode for memory barrier
Pranith Kumar
1
-0
/
+17
2016-05-18
Fix some typos found by codespell
Stefan Weil
1
-1
/
+1
2016-02-23
tcg: Rename tcg-target.c to tcg-target.inc.c
Peter Maydell
1
-2
/
+3
2015-08-24
tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32
Richard Henderson
1
-4
/
+10
2015-08-24
tcg: update README about size changing ops
Aurelien Jarno
1
-3
/
+15
2015-08-24
tcg: rename trunc_shr_i32 into trunc_shr_i64_i32
Aurelien Jarno
1
-1
/
+1
2014-04-28
tcg: Add INDEX_op_trunc_shr_i32
Richard Henderson
1
-0
/
+5
2014-04-18
tcg: Use "unspecified behavior" for shifts
Richard Henderson
1
-5
/
+13
2013-10-10
tcg: Add qemu_ld_st_i32/64
Richard Henderson
1
-24
/
+19
2013-03-22
Use proper term in TCG README
陳韋任 (Wei-Ren Chen)
1
-5
/
+9
2013-02-23
tcg: Add signed multiword multiplication operations
Richard Henderson
1
-0
/
+4
2013-02-23
tcg: Add 64-bit multiword arithmetic operations
Richard Henderson
1
-12
/
+14
2012-10-28
tcg: rework TCG helper flags
Aurelien Jarno
1
-5
/
+14
2012-10-28
tcg: forbid ld/st function to modify globals
Aurelien Jarno
1
-0
/
+3
2012-10-06
tcg: remove obsolete jmp op
Aurelien Jarno
1
-6
/
+1
2012-09-26
tcg: Adjust descriptions of *cond opcodes
Richard Henderson
1
-5
/
+5
2012-09-22
tcg/README: document tcg_gen_goto_tb restrictions
Max Filippov
1
-1
/
+2
2012-09-21
tcg: Introduce movcond
Richard Henderson
1
-0
/
+6
2011-07-16
tcg/README: Expand advice on number of TCG ops per target insn
Peter Maydell
1
-1
/
+9
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
1
-0
/
+14
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
2010-04-10
tcg/README: improve description of bswap*
Aurelien Jarno
1
-4
/
+4
2010-03-26
tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.
Richard Henderson
1
-3
/
+7
2010-03-26
tcg: Allow target-specific implementation of EQV.
Richard Henderson
1
-1
/
+1
2010-03-13
tcg: update README with const and pure helpers
Aurelien Jarno
1
-4
/
+7
2010-02-06
tcg: generic support for conditional set
Richard Henderson
1
-0
/
+13
2010-02-06
tcg: document double-word support opcodes.
Richard Henderson
1
-0
/
+23
2009-03-28
tcg/README: fix description of bswap32_i32/i64
aurel32
1
-1
/
+1
2009-03-13
tcg: update README wrt recent bswap changes
aurel32
1
-6
/
+7
2009-01-03
TCG: Fix documentation of qemu_ld/st ops
aurel32
1
-11
/
+11
2008-12-07
Remove a few dyngen and dyngen related code
aurel32
1
-17
/
+4
2008-11-04
Mention output overlaps.
pbrook
1
-0
/
+5
2008-11-03
tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructions
aurel32
1
-1
/
+9
2008-10-21
TCG: add logical operations found on alpha and powerpc processors
aurel32
1
-0
/
+20
2008-09-21
Add concat32_i64 and concat_tl_i64 ops
blueswir1
1
-0
/
+4
2008-09-21
Add concat_i32_i64 op.
pbrook
1
-0
/
+4
2008-05-25
update
bellard
1
-62
/
+57
2008-05-19
ARM host support for TCG targets.
balrog
1
-1
/
+1
2008-05-11
Add TCG native negation op.
pbrook
1
-0
/
+4
2008-05-11
Add zero extension (pseudo-)ops.
pbrook
1
-1
/
+4
2008-03-12
TCG README fixes (Stuart Brady)
aurel32
1
-4
/
+2
2008-02-04
fixed sign extensions - added explicit side effect op flag - added discard in...
bellard
1
-0
/
+5
2008-02-01
typos
bellard
1
-4
/
+4
[next]