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-op.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-25
tcg: save vaddr temp for plugin usage
Alex Bennée
1
-3
/
+20
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
1
-3
/
+3
2019-10-28
tcg: let plugins instrument virtual memory accesses
Emilio G. Cota
1
-9
/
+31
2019-10-28
trace: add mmu_index to mem_info
Alex Bennée
1
-4
/
+4
2019-09-03
tcg: TCGMemOp is now accelerator independent MemOp
Tony Nguyen
1
-19
/
+19
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-05-13
tcg: Add support for integer absolute value
Richard Henderson
1
-0
/
+20
2019-04-24
tcg: Use extract2 in tcg_gen_deposit_{i32,i64}
Richard Henderson
1
-4
/
+30
2019-04-24
tcg: Use deposit and extract2 in tcg_gen_shifti_i64
Richard Henderson
1
-21
/
+22
2019-04-24
tcg: Add INDEX_op_extract2_{i32,i64}
Richard Henderson
1
-0
/
+4
2019-04-24
tcg: Implement tcg_gen_extract2_{i32,i64}
David Hildenbrand
1
-0
/
+44
2018-12-26
tcg: Reference count labels
Richard Henderson
1
-0
/
+2
2018-12-17
tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP
Richard Henderson
1
-2
/
+116
2018-12-17
tcg: Clean up generic bswap64
Richard Henderson
1
-27
/
+20
2018-12-17
tcg: Clean up generic bswap32
Richard Henderson
1
-27
/
+27
2018-10-18
tcg: Implement CPU_LOG_TB_NOCHAIN during expansion
Richard Henderson
1
-1
/
+8
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
1
-2
/
+22
2018-05-10
tcg: Introduce atomic helpers for integer min/max
Richard Henderson
1
-0
/
+8
2018-05-10
tcg: Introduce helpers for integer min/max
Richard Henderson
1
-0
/
+40
2018-03-16
tcg: Improve tcg_gen_muli_i32/i64
Richard Henderson
1
-6
/
+18
2018-02-08
tcg: Standardize integral arguments to expanders
Richard Henderson
1
-21
/
+21
2017-12-29
tcg: Dynamically allocate TCGOps
Richard Henderson
1
-24
/
+0
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
1
-15
/
+15
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
1
-23
/
+23
2017-10-24
tcg: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
1
-5
/
+5
2017-10-24
tcg: Remove GET_TCGV_* and MAKE_TCGV_*
Richard Henderson
1
-2
/
+2
2017-10-24
tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}
Richard Henderson
1
-7
/
+7
2017-10-24
tcg: Push tcg_ctx into generator functions
Richard Henderson
1
-24
/
+23
2017-10-24
tcg: Merge opcode arguments into TCGOp
Richard Henderson
1
-64
/
+35
2017-10-10
tcg: remove addr argument from lookup_tb_ptr
Emilio G. Cota
1
-2
/
+2
2017-09-05
tcg: Implement implicit ordering semantics
Pranith Kumar
1
-0
/
+16
2017-06-05
tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
Emilio G. Cota
1
-0
/
+12
2017-04-26
tcg: Initialize return value after exit_atomic
Richard Henderson
1
-0
/
+6
2017-01-10
tcg: Use ctpop to generate ctz if needed
Richard Henderson
1
-40
/
+60
2017-01-10
tcg: Add opcode for ctpop
Richard Henderson
1
-0
/
+29
2017-01-10
tcg: Add helpers for clrsb
Richard Henderson
1
-0
/
+28
2017-01-10
tcg: Add clz and ctz opcodes
Richard Henderson
1
-0
/
+143
2017-01-10
tcg: Add deposit_z expander
Richard Henderson
1
-0
/
+143
2017-01-10
tcg: Minor adjustments to deposit expanders
Richard Henderson
1
-2
/
+4
2017-01-10
tcg: Add field extraction primitives
Richard Henderson
1
-0
/
+323
2016-11-01
tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extension
Joseph Myers
1
-1
/
+1
2016-11-01
tcg: Add tcg_gen_mulsu2_{i32,i64,tl}
Richard Henderson
1
-0
/
+43
2016-10-26
tcg: Emit barriers with parallel_cpus
Richard Henderson
1
-11
/
+1
2016-10-26
tcg: Add CONFIG_ATOMIC64
Richard Henderson
1
-4
/
+18
2016-10-26
tcg: Add atomic helpers
Richard Henderson
1
-0
/
+328
2016-09-16
Introduce TCGOpcode for memory barrier
Pranith Kumar
1
-0
/
+17
2016-08-05
tcg: Reorg TCGOp chaining
Richard Henderson
1
-1
/
+1
2016-07-05
tcg: Improve the alignment check infrastructure
Sergey Sorokin
1
-0
/
+3
2016-06-20
trace: [all] Add "guest_mem_before" event
Lluís Vilanova
1
-0
/
+10
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
1
-0
/
+1
[next]