index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tcg
/
tcg.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tcg: Allow constant pool entries in the prologue
Richard Henderson
2017-11-03
1
-7
/
+42
*
tcg: Initialize cpu_env generically
Richard Henderson
2017-10-24
1
-24
/
+8
*
tcg: enable multiple TCG contexts in softmmu
Emilio G. Cota
2017-10-24
1
-9
/
+137
*
tcg: introduce regions to split code_gen_buffer
Emilio G. Cota
2017-10-24
1
-2
/
+220
*
tcg: distribute profiling counters across TCGContext's
Emilio G. Cota
2017-10-24
1
-18
/
+92
*
tcg: introduce **tcg_ctxs to keep track of all TCGContext's
Emilio G. Cota
2017-10-24
1
-0
/
+5
*
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
2017-10-24
1
-10
/
+12
*
tcg: Remove GET_TCGV_* and MAKE_TCGV_*
Richard Henderson
2017-10-24
1
-1
/
+1
*
tcg: Introduce temp_tcgv_{i32,i64,ptr}
Richard Henderson
2017-10-24
1
-42
/
+32
*
tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}
Richard Henderson
2017-10-24
1
-25
/
+25
*
tcg: Push tcg_ctx into tcg_gen_callN
Richard Henderson
2017-10-24
1
-2
/
+2
*
tcg: Change temp_allocate_frame arg to TCGTemp
Richard Henderson
2017-10-24
1
-5
/
+3
*
tcg: Avoid loops against variable bounds
Richard Henderson
2017-10-24
1
-17
/
+10
*
tcg: Use per-temp state data in liveness
Richard Henderson
2017-10-24
1
-109
/
+116
*
tcg: Introduce temp_arg, export temp_idx
Richard Henderson
2017-10-24
1
-13
/
+6
*
tcg: Add temp_global bit to TCGTemp
Richard Henderson
2017-10-24
1
-3
/
+8
*
tcg: Introduce arg_temp
Richard Henderson
2017-10-24
1
-26
/
+25
*
tcg: Propagate TCGOp down to allocators
Richard Henderson
2017-10-24
1
-38
/
+37
*
tcg: Propagate args to op->args in tcg.c
Richard Henderson
2017-10-24
1
-63
/
+58
*
tcg: Merge opcode arguments into TCGOp
Richard Henderson
2017-10-24
1
-54
/
+44
*
tcg: define TCG_HIGHWATER
Emilio G. Cota
2017-10-10
1
-1
/
+3
*
tcg: take .helpers out of TCGContext
Emilio G. Cota
2017-10-10
1
-5
/
+5
*
exec-all: extract tb->tc_* into a separate struct tc_tb
Emilio G. Cota
2017-10-10
1
-2
/
+2
*
tcg: Remove tcg_regset_{or,and,andnot,not}
Richard Henderson
2017-09-17
1
-1
/
+1
*
tcg: Remove tcg_regset_set
Richard Henderson
2017-09-17
1
-4
/
+4
*
tcg: Remove tcg_regset_clear
Richard Henderson
2017-09-17
1
-3
/
+2
*
tcg: Add tcg_op_supported
Richard Henderson
2017-09-17
1
-3
/
+224
*
tcg: Infrastructure for managing constant pools
Richard Henderson
2017-09-07
1
-0
/
+9
*
tcg: Rearrange ldst label tracking
Richard Henderson
2017-09-07
1
-8
/
+9
*
tcg: allocate TB structs before the corresponding translated code
Emilio G. Cota
2017-06-19
1
-0
/
+20
*
tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
Emilio G. Cota
2017-06-05
1
-0
/
+5
*
tcg: Allow an operand to be matching or a constant
Richard Henderson
2017-01-10
1
-31
/
+32
*
tcg: Pass the opcode width to target_parse_constraint
Richard Henderson
2017-01-10
1
-4
/
+8
*
tcg: Transition flat op_defs array to a target callback
Richard Henderson
2017-01-10
1
-58
/
+28
*
tcg: Add markup for output requires new register
Richard Henderson
2017-01-10
1
-12
/
+22
*
log: Add locking to large logging blocks
Richard Henderson
2016-11-01
1
-0
/
+8
*
tcg: try sti when moving a constant into a dead memory temp
Paolo Bonzini
2016-10-24
1
-29
/
+27
*
tcg: Remove duplicate header includes
Thomas Huth
2016-09-15
1
-2
/
+0
*
tcg: Lower indirect registers in a separate pass
Richard Henderson
2016-08-05
1
-53
/
+253
*
tcg: Require liveness analysis
Richard Henderson
2016-08-05
1
-21
/
+0
*
tcg: Include liveness info in the dumps
Richard Henderson
2016-08-05
1
-21
/
+47
*
tcg: Compress dead_temps and mem_temps into a single array
Richard Henderson
2016-08-05
1
-59
/
+60
*
tcg: Fold life data into TCGOp
Richard Henderson
2016-08-05
1
-6
/
+3
*
tcg: Reorg TCGOp chaining
Richard Henderson
2016-08-05
1
-20
/
+15
*
tcg: Compress liveness data to 16 bits
Richard Henderson
2016-08-05
1
-36
/
+22
*
tcg: Improve the alignment check infrastructure
Sergey Sorokin
2016-07-05
1
-8
/
+18
*
tcg: Optimize spills of constants
Richard Henderson
2016-07-05
1
-74
/
+91
*
tcg: Fix name for high-half register
Richard Henderson
2016-07-05
1
-1
/
+1
*
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
1
-0
/
+5
*
tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG
Aurelien Jarno
2016-04-21
1
-7
/
+2
[prev]
[next]