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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
aarch64
/
tcg-target.inc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-22
tcg/aarch64: Build vector immediates with two insns
Richard Henderson
1
-0
/
+47
2019-05-22
tcg/aarch64: Use MVNI in tcg_out_dupi_vec
Richard Henderson
1
-0
/
+11
2019-05-22
tcg/aarch64: Split up is_fimm
Richard Henderson
1
-84
/
+119
2019-05-22
tcg/aarch64: Support vector bitwise select value
Richard Henderson
1
-1
/
+23
2019-05-13
tcg/aarch64: Do not advertise minmax for MO_64
Richard Henderson
1
-4
/
+4
2019-05-13
tcg/aarch64: Support vector absolute value
Richard Henderson
1
-0
/
+6
2019-05-13
tcg/aarch64: Support vector variable shift opcodes
Richard Henderson
1
-0
/
+42
2019-05-13
tcg: Add INDEX_op_dupm_vec
Richard Henderson
1
-0
/
+4
2019-05-13
tcg/aarch64: Implement tcg_out_dupm_vec
Richard Henderson
1
-2
/
+35
2019-05-13
tcg: Add tcg_out_dupm_vec to the backend interface
Richard Henderson
1
-0
/
+6
2019-05-13
tcg: Manually expand INDEX_op_dup_vec
Richard Henderson
1
-5
/
+4
2019-05-13
tcg: Promote tcg_out_{dup,dupi}_vec to backend interface
Richard Henderson
1
-2
/
+10
2019-05-13
tcg: Return bool success from tcg_out_mov
Richard Henderson
1
-2
/
+3
2019-04-24
tcg: Restart TB generation after out-of-line ldst overflow
Richard Henderson
1
-6
/
+10
2019-04-24
tcg/aarch64: Support INDEX_op_extract2_{i32,i64}
Richard Henderson
1
-0
/
+11
2019-01-28
tcg/aarch64: enable dynamic TLB sizing
Richard Henderson
1
-41
/
+59
2019-01-28
tcg/aarch64: Implement vector minmax arithmetic
Richard Henderson
1
-0
/
+24
2019-01-28
tcg/aarch64: Implement vector saturating arithmetic
Richard Henderson
1
-0
/
+24
2018-12-17
tcg/aarch64: Return false on failure from patch_reloc
Richard Henderson
1
-16
/
+21
2018-12-17
tcg: Return success from patch_reloc
Richard Henderson
1
-1
/
+2
2018-12-17
tcg/aarch64: Fold away "noaddr" branch routines
Richard Henderson
1
-19
/
+2
2018-12-17
tcg/aarch64: Remove reloc_pc26_atomic
Richard Henderson
1
-12
/
+0
2018-07-19
tcg/aarch64: limit mul_vec size
Alex Bennée
1
-1
/
+2
2018-06-15
tcg: Reduce max TB opcode count
Richard Henderson
1
-1
/
+1
2018-02-08
tcg/aarch64: Add vector operations
Richard Henderson
1
-46
/
+542
2017-09-17
tcg/aarch64: Fully convert tcg_target_op_def
Richard Henderson
1
-131
/
+151
2017-09-17
tcg: Remove tcg_regset_set32
Richard Henderson
1
-16
/
+17
2017-09-17
tcg: Remove tcg_regset_clear
Richard Henderson
1
-1
/
+1
2017-09-07
tcg/aarch64: Use constant pool for movi
Richard Henderson
1
-30
/
+32
2017-09-07
tcg: Rearrange ldst label tracking
Richard Henderson
1
-1
/
+2
2017-09-07
tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
Richard Henderson
1
-8
/
+5
2017-07-09
tcg/aarch64: Enable indirect jump path using LDR (literal)
Pranith Kumar
1
-14
/
+28
2017-07-09
tcg/aarch64: Use ADRP+ADD to compute target address
Pranith Kumar
1
-6
/
+30
2017-07-09
tcg/aarch64: Introduce and use long branch to register
Pranith Kumar
1
-2
/
+13
2017-06-19
tcg/aarch64: Use ADR in tcg_out_movi
Richard Henderson
1
-1
/
+6
2017-06-05
tcg/aarch64: Implement goto_ptr
Richard Henderson
1
-2
/
+20
2017-03-01
aarch64: Change ext type to TCGType to fix warnings
Pranith Kumar
1
-2
/
+2
2017-01-13
tcg/aarch64: Fix tcg_out_movi
Richard Henderson
1
-33
/
+24
2017-01-13
tcg/aarch64: Fix addsub2 for 0+C
Richard Henderson
1
-0
/
+9
2017-01-10
tcg/aarch64: Handle ctz and clz opcodes
Richard Henderson
1
-0
/
+48
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/aarch64: Implement field extraction opcodes
Richard Henderson
1
-0
/
+14
2016-09-16
tcg/aarch64: Add support for fence
Pranith Kumar
1
-0
/
+22
2016-09-16
tcg: Support arbitrary size + alignment
Richard Henderson
1
-6
/
+7
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
/
+10
2016-05-12
tcg: Clean up direct block chaining data fields
Sergey Fedorov
1
-3
/
+4
2016-05-12
tcg/aarch64: Make direct jump patching thread-safe
Sergey Fedorov
1
-1
/
+13
2016-04-21
tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG
Aurelien Jarno
1
-2
/
+2
[next]