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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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
/
target
/
arm
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-07
translate.c: Fix usermode big-endian AArch32 LDREXD and STREXD
Peter Maydell
1
-5
/
+34
2017-10-31
fix WFI/WFE length in syndrome register
Stefano Stabellini
1
-1
/
+9
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
1
-2
/
+1
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
1
-2
/
+1
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
1
-4
/
+0
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
1
-1
/
+1
2017-10-24
target/arm: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
1
-2
/
+7
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
1
-3
/
+3
2017-10-12
target/arm: Implement SG instruction corner cases
Peter Maydell
1
-1
/
+22
2017-10-12
target/arm: Support some Thumb insns being always unconditional
Peter Maydell
1
-1
/
+47
2017-10-12
target-arm: Simplify insn_crosses_page()
Peter Maydell
1
-21
/
+6
2017-10-12
target/arm: Pull Thumb insn word loads up to top level
Peter Maydell
1
-70
/
+108
2017-10-12
target-arm: Don't check for "Thumb2 or M profile" for not-Thumb1
Peter Maydell
1
-2
/
+1
2017-10-12
target/arm: Implement secure function return
Peter Maydell
1
-2
/
+12
2017-10-12
target/arm: Implement BLXNS
Peter Maydell
1
-2
/
+15
2017-10-12
target/arm: Add M profile secure MMU index values to get_a32_user_mem_index()
Peter Maydell
1
-0
/
+4
2017-10-10
tcg: remove addr argument from lookup_tb_ptr
Emilio G. Cota
1
-4
/
+1
2017-09-07
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170907'...
Peter Maydell
1
-4
/
+50
2017-09-07
target/arm: Add Jazelle feature
Portia Stephens
1
-1
/
+1
2017-09-07
target/arm: Implement BXNS, and banked stack pointers
Peter Maydell
1
-1
/
+41
2017-09-07
target/arm: Make CONTROL register banked for v8M
Peter Maydell
1
-1
/
+1
2017-09-07
target/arm: Add state field, feature bit and migration for v8M secure state
Peter Maydell
1
-1
/
+7
2017-09-06
target/arm: Perform per-insn cross-page check only for Thumb
Richard Henderson
1
-25
/
+33
2017-09-06
target/arm: Split out thumb_tr_translate_insn
Richard Henderson
1
-41
/
+80
2017-09-06
target/arm: Move ss check to init_disas_context
Richard Henderson
1
-5
/
+8
2017-09-06
target/arm: [tcg] Port to generic translation framework
Lluís Vilanova
1
-87
/
+22
2017-09-06
target/arm: [tcg] Port to disas_log
Lluís Vilanova
1
-5
/
+13
2017-09-06
target/arm: [tcg] Port to tb_stop
Lluís Vilanova
1
-77
/
+84
2017-09-06
target/arm: [tcg] Port to translate_insn
Lluís Vilanova
1
-75
/
+90
2017-09-06
target/arm: [tcg,a64] Port to insn_start
Lluís Vilanova
1
-20
/
+35
2017-09-06
target/arm: [tcg] Port to insn_start
Lluís Vilanova
1
-4
/
+11
2017-09-06
target/arm: [tcg] Port to tb_start
Lluís Vilanova
1
-38
/
+44
2017-09-06
target/arm: [tcg] Port to init_disas_context
Lluís Vilanova
1
-38
/
+50
2017-09-06
target/arm: [tcg] Port to DisasContextBase
Lluís Vilanova
1
-59
/
+58
2017-09-06
target/arm: Delay check for magic kernel page
Richard Henderson
1
-11
/
+11
2017-09-06
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova
1
-1
/
+1
2017-09-06
target/arm: Use DISAS_NORETURN
Richard Henderson
1
-6
/
+8
2017-09-04
target/arm: Make arm_cpu_dump_state() handle the M-profile XPSR
Peter Maydell
1
-18
/
+40
2017-09-04
target/arm: Tighten up Thumb decode where new v8M insns will be
Peter Maydell
1
-9
/
+39
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
1
-3
/
+3
2017-07-19
target/arm: optimize aarch32 rev16
Aurelien Jarno
1
-2
/
+4
2017-07-17
target/arm: use DISAS_EXIT for eret handling
Alex Bennée
1
-2
/
+4
2017-07-17
target/arm: use gen_goto_tb for ISB handling
Alex Bennée
1
-2
/
+2
2017-07-17
target/arm/translate: ensure gen_goto_tb sets exit flags
Alex Bennée
1
-1
/
+5
2017-07-17
target/arm/translate: make DISAS_UPDATE match declared semantics
Alex Bennée
1
-3
/
+3
2017-06-05
target/arm: optimize indirect branches
Emilio G. Cota
1
-9
/
+16
2017-06-05
target/arm: optimize cross-page direct jumps in softmmu
Emilio G. Cota
1
-1
/
+5
2017-06-02
arm: Implement HFNMIENA support for M profile MPU
Peter Maydell
1
-0
/
+1
2017-06-02
arm: Use different ARMMMUIdx values for M profile
Peter Maydell
1
-0
/
+3
2017-06-02
arm: Add support for M profile CPUs having different MMU index semantics
Peter Maydell
1
-5
/
+5
[next]