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
/
s390
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-05
tcg/s390: Implement goto_ptr
Richard Henderson
2
-4
/
+22
2017-06-05
tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
Emilio G. Cota
1
-0
/
+1
2017-01-13
tcg/s390: Fix merge error with facilities
Richard Henderson
1
-1
/
+1
2017-01-10
tcg: Add opcode for ctpop
Richard Henderson
1
-0
/
+2
2017-01-10
tcg/s390: Handle clz opcode
Richard Henderson
2
-2
/
+36
2017-01-10
tcg: Add clz and ctz opcodes
Richard Henderson
1
-0
/
+4
2017-01-10
tcg: Pass the opcode width to target_parse_constraint
Richard Henderson
1
-9
/
+5
2017-01-10
tcg: Transition flat op_defs array to a target callback
Richard Henderson
1
-2
/
+12
2017-01-10
tcg/s390: Support deposit into zero
Richard Henderson
1
-4
/
+26
2017-01-10
tcg/s390: Implement field extraction opcodes
Richard Henderson
2
-2
/
+13
2017-01-10
tcg/s390: Expose host facilities to tcg-target.h
Richard Henderson
2
-104
/
+96
2017-01-10
tcg: Add field extraction primitives
Richard Henderson
1
-0
/
+4
2016-12-23
tcg/s390: Remove 'R' constraint
Richard Henderson
1
-15
/
+10
2016-12-23
tcg/s390: Fix setcond expansion
Richard Henderson
1
-20
/
+30
2016-09-16
tcg/s390: Add support for fence
Pranith Kumar
1
-0
/
+11
2016-09-16
tcg: Support arbitrary size + alignment
Richard Henderson
1
-9
/
+6
2016-07-12
tcg: Clean up tcg-target.h header guards
Markus Armbruster
1
-2
/
+3
2016-07-05
tcg: Improve the alignment check infrastructure
Sergey Sorokin
1
-4
/
+5
2016-07-05
tcg: Optimize spills of constants
Richard Henderson
1
-0
/
+6
2016-05-12
tcg: Clean up direct block chaining data fields
Sergey Fedorov
1
-5
/
+6
2016-05-12
tcg/s390: Make direct jump patching thread-safe
Sergey Fedorov
1
-0
/
+8
2016-04-21
tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG
Aurelien Jarno
1
-1
/
+1
2016-04-21
tcg: use tcg_debug_assert instead of assert (fix performance regression)
Aurelien Jarno
1
-3
/
+3
2016-02-23
tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c
Peter Maydell
1
-1
/
+0
2016-02-23
tcg: Rename tcg-target.c to tcg-target.inc.c
Peter Maydell
1
-0
/
+0
2016-01-29
tcg: Clean up includes
Peter Maydell
1
-0
/
+1
2015-08-28
s390: fix softmmu compilation
Laurent Vivier
1
-2
/
+2
2015-08-24
linux-user: remove useless macros GUEST_BASE and RESERVED_VA
Laurent Vivier
1
-9
/
+4
2015-08-24
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
1
-1
/
+1
2015-08-24
tcg/s390: Use softmmu fast path for unaligned accesses
Richard Henderson
1
-5
/
+21
2015-08-24
tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32
Richard Henderson
1
-1
/
+2
2015-08-24
tcg: implement real ext_i32_i64 and extu_i32_i64 ops
Aurelien Jarno
1
-0
/
+5
2015-08-24
tcg: rename trunc_shr_i32 into trunc_shr_i64_i32
Aurelien Jarno
1
-1
/
+1
2015-08-01
tcg/s390x: Mask TCGMemOp appropriately for indexing
Aurelien Jarno
1
-2
/
+2
2015-07-07
tcg/s390: fix branch target change during code retranslation
Aurelien Jarno
1
-4
/
+8
2015-06-09
tcg: Mask TCGMemOp appropriately for indexing
Richard Henderson
1
-2
/
+2
2015-06-03
tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITS
Paolo Bonzini
1
-0
/
+1
2015-05-14
tcg: Push merged memop+mmu_idx parameter to softmmu routines
Richard Henderson
1
-12
/
+11
2015-05-14
tcg: Merge memop and mmu_idx parameters to qemu_ld/st
Richard Henderson
1
-4
/
+8
2015-03-13
tcg: Change generator-side labels to a pointer
Richard Henderson
1
-17
/
+14
2014-06-04
tcg: Remove TCG_TARGET_HAS_new_ldst
Richard Henderson
1
-2
/
+0
2014-05-28
tcg-s390: Make debug_frame const
Richard Henderson
1
-13
/
+9
2014-05-15
tcg-s390: Implement direct chaining of TBs
Richard Henderson
1
-1
/
+3
2014-05-15
tcg-s390: Improve setcond
Richard Henderson
1
-6
/
+91
2014-05-15
tcg-s390: Allow immediate operands to add2 and sub2
Richard Henderson
1
-12
/
+52
2014-05-15
tcg-s390: Implement tcg_register_jit
Richard Henderson
1
-7
/
+55
2014-05-15
tcg-s390: Use more risbg in the tlb sequence
Richard Henderson
1
-21
/
+28
2014-05-15
tcg-s390: Move ldst helpers out of line
Richard Henderson
1
-92
/
+118
2014-05-15
tcg-s390: Convert to new ldst opcodes
Richard Henderson
2
-116
/
+56
2014-05-15
tcg-s390: Integrate endianness into TCGMemOp
Richard Henderson
1
-64
/
+60
[next]