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
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-17
tcg/arm: Fully convert tcg_target_op_def
Richard Henderson
1
-79
/
+107
2017-09-17
tcg: Remove tcg_regset_set32
Richard Henderson
1
-11
/
+12
2017-09-17
tcg: Remove tcg_regset_clear
Richard Henderson
1
-1
/
+1
2017-09-07
tcg/arm: Use constant pool for call
Richard Henderson
1
-6
/
+3
2017-09-07
tcg/arm: Use constant pool for movi
Richard Henderson
2
-18
/
+75
2017-09-07
tcg/arm: Extract INSN_NOP
Richard Henderson
1
-10
/
+11
2017-09-07
tcg/arm: Code rearrangement
Richard Henderson
1
-258
/
+257
2017-09-07
tcg/arm: Tighten tlb indexing offset test
Richard Henderson
1
-1
/
+3
2017-09-07
tcg/arm: Improve tlb load for armv7
Richard Henderson
1
-20
/
+52
2017-09-07
tcg: Rearrange ldst label tracking
Richard Henderson
2
-1
/
+6
2017-09-07
tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
Richard Henderson
1
-1
/
+5
2017-09-05
tcg: Add tcg target default memory ordering
Pranith Kumar
1
-0
/
+2
2017-08-03
tcg/arm: Fix runtime overalignment test
Richard Henderson
1
-1
/
+1
2017-06-19
tcg/arm: Use ldr (literal) for goto_tb
Richard Henderson
1
-5
/
+18
2017-06-19
tcg/arm: Try pc-relative addresses for movi
Richard Henderson
1
-13
/
+27
2017-06-19
tcg/arm: Use indirect branch for goto_tb
Richard Henderson
1
-15
/
+2
2017-06-05
tcg/arm: Implement goto_ptr
Richard Henderson
2
-5
/
+22
2017-06-05
tcg/arm: Clarify tcg_out_bx for arm4 host
Richard Henderson
1
-14
/
+15
2017-06-05
tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
Emilio G. Cota
1
-0
/
+1
2017-04-20
Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1
Peter Maydell
1
-7
/
+0
2017-01-10
tcg: Add opcode for ctpop
Richard Henderson
1
-0
/
+1
2017-01-10
tcg/arm: Handle ctz and clz opcodes
Richard Henderson
2
-2
/
+29
2017-01-10
tcg: Add clz and ctz opcodes
Richard Henderson
1
-0
/
+2
2017-01-10
tcg: Pass the opcode width to target_parse_constraint
Richard Henderson
1
-10
/
+5
2017-01-10
tcg: Transition flat op_defs array to a target callback
Richard Henderson
1
-2
/
+12
2017-01-10
tcg/arm: Implement field extraction opcodes
Richard Henderson
2
-2
/
+26
2017-01-10
tcg/arm: Move isa detection to tcg-target.h
Richard Henderson
2
-44
/
+33
2017-01-10
tcg: Add field extraction primitives
Richard Henderson
1
-0
/
+2
2016-09-16
tcg/arm: Add support for fence
Pranith Kumar
1
-0
/
+18
2016-09-16
tcg: Support arbitrary size + alignment
Richard Henderson
1
-7
/
+12
2016-07-12
tcg: Clean up tcg-target.h header guards
Markus Armbruster
1
-2
/
+3
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
-4
/
+4
2016-05-12
tcg/arm: Make direct jump patching thread-safe
Sergey Fedorov
1
-0
/
+18
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
-6
/
+6
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-24
linux-user: remove useless macros GUEST_BASE and RESERVED_VA
Laurent Vivier
1
-4
/
+4
2015-06-09
tcg: Mask TCGMemOp appropriately for indexing
Richard Henderson
1
-3
/
+3
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
-13
/
+14
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
-7
/
+7
2014-06-04
tcg: Remove TCG_TARGET_HAS_new_ldst
Richard Henderson
1
-2
/
+0
2014-05-28
tcg-arm: Make debug_frame const
Richard Henderson
1
-13
/
+9
2014-05-12
tcg: Remove unreachable code in tcg_out_op and op_defs
Richard Henderson
1
-29
/
+3
2014-05-12
tcg-arm: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2
-96
/
+55
2014-04-18
tcg: Use HOST_WORDS_BIGENDIAN
Richard Henderson
1
-1
/
+0
[next]