index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-mips
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-mips: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-178
/
+178
*
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
2012-03-14
1
-2
/
+2
*
target-mips: Clean includes
Stefan Weil
2012-02-28
1
-7
/
+0
*
mips: Initialize MT state at reset
Edgar E. Iglesias
2011-09-06
1
-0
/
+26
*
mips: Hook in more reg accesses via mttr/mftr
Edgar E. Iglesias
2011-09-06
1
-0
/
+86
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-1
/
+1
*
Remove exec-all.h include directives
Blue Swirl
2011-06-26
1
-1
/
+0
*
Remove unused function parameters from gen_pc_load and rename the function
Stefan Weil
2011-04-20
1
-2
/
+1
*
Fix conversions from pointer to tcg_target_long
Stefan Weil
2011-04-10
1
-1
/
+1
*
target-mips: fix save_cpu_state() calls
Aurelien Jarno
2011-01-24
1
-6
/
+6
*
mips: Break TBs after mfc0_count
Edgar E. Iglesias
2011-01-18
1
-2
/
+6
*
target-mips: fix translation of MT instructions
Nathan Froyd
2010-12-22
1
-4
/
+4
*
target-xxx: Use fprintf_function (format checking)
Stefan Weil
2010-10-30
1
-7
/
+5
*
mips: avoid write only variables
Blue Swirl
2010-10-13
1
-0
/
+29
*
Correctly identify multiple cpus in SMP systems
Hervé Poussineau
2010-07-31
1
-2
/
+1
*
mips: more fixes to the MIPS interrupt glue logic
Aurelien Jarno
2010-07-25
1
-2
/
+10
*
target-mips: add loongson 2E & 2F integer instructions
Aurelien Jarno
2010-07-11
1
-0
/
+271
*
target-mips: add Loongson support prefetch
Aurelien Jarno
2010-07-01
1
-35
/
+43
*
target-mips: split load and store
Aurelien Jarno
2010-07-01
1
-155
/
+183
*
target-mips: fix DINSU instruction
Aurelien Jarno
2010-06-30
1
-1
/
+1
*
target-mips: enable movn/movz on loongson 2E & 2F
Aurelien Jarno
2010-06-29
1
-1
/
+2
*
target-mips: Fix compilation
Stefan Weil
2010-06-09
1
-1
/
+1
*
target-mips: microMIPS ASE support
Nathan Froyd
2010-06-09
1
-5
/
+2385
*
target-mips: mips16 cleanups
Nathan Froyd
2010-06-09
1
-7
/
+17
*
target-mips: refactor c{, abs}.cond.fmt insns
Nathan Froyd
2010-06-09
1
-83
/
+81
*
target-mips: move FP FMT comments closer to the definitions
Aurelien Jarno
2010-06-09
1
-14
/
+14
*
target-mips: define constants for magic numbers
Nathan Froyd
2010-06-09
1
-142
/
+295
*
target-mips: break out [ls][wd]c1 and rdhwr insn generation
Nathan Froyd
2010-06-08
1
-47
/
+59
*
target-mips: Remove duplicate CPU log.
Richard Henderson
2010-05-05
1
-6
/
+0
*
target-mips: Fix format specifiers for fpu_fprintf
Stefan Weil
2010-04-09
1
-14
/
+20
*
target-mips: Fix one more format specifier for cpu_fprintf
Stefan Weil
2010-04-08
1
-1
/
+3
*
remove TARGET_* defines from translate-all.c
Paolo Bonzini
2010-04-08
1
-0
/
+2
*
target-mips: use newer logical ops
Aurelien Jarno
2010-03-04
1
-8
/
+4
*
target-mips: use setcond when possible
Aurelien Jarno
2010-03-02
1
-77
/
+20
*
target-mips: fix ROTR and DROTR by zero
Nathan Froyd
2010-02-23
1
-0
/
+4
*
target-mips: fix CpU exception for coprocessor 0
Nathan Froyd
2010-02-23
1
-1
/
+1
*
target-mips: remove useless sign extension
Aurelien Jarno
2010-02-23
1
-2
/
+0
*
target-mips: fix user-mode emulation startup
Nathan Froyd
2009-12-13
1
-0
/
+8
*
target-mips: add copyright notice for mips16 work
Nathan Froyd
2009-12-13
1
-0
/
+1
*
target-mips: add mips16 instruction decoding
Nathan Froyd
2009-12-13
1
-9
/
+1063
*
target-mips: add enums for MIPS16 opcodes
Nathan Froyd
2009-12-13
1
-0
/
+112
*
target-mips: split out delay slot handling
Nathan Froyd
2009-12-13
1
-55
/
+79
*
target-mips: add gen_base_offset_addr
Nathan Froyd
2009-12-13
1
-24
/
+16
*
target-mips: make gen_compute_branch 16/32-bit-aware
Nathan Froyd
2009-12-13
1
-7
/
+8
*
target-mips: move ROTR and ROTRV inside gen_shift_{imm, }
Nathan Froyd
2009-12-13
1
-139
/
+148
*
target-mips: use physical address in lladdr
Aurelien Jarno
2009-11-30
1
-28
/
+13
*
target-mips: make CP0_LLAddr register CPU dependent
Aurelien Jarno
2009-11-22
1
-2
/
+5
*
target-mips: rename CP0_LLAddr into lladdr
Aurelien Jarno
2009-11-22
1
-6
/
+6
*
target-mips: fix indentation
Aurelien Jarno
2009-11-14
1
-2
/
+2
*
mips: fix cpu_reset memory leak
Blue Swirl
2009-11-14
1
-4
/
+51
[next]