summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-sparc: Don't overuse CPUStateAndreas Färber2012-03-1413-208/+208
* target-sparc: Typedef struct CPUSPARCState earlyAndreas Färber2012-03-141-2/+4
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-1/+1
* target-sparc: Fix mixup of uint64 and uint64_tAndreas Färber2012-01-221-1/+1
* sparc: avoid cpu_get_physical_page_desc()Avi Kivity2012-01-031-1/+4
* fix spelling in target sub directoryDong Xu Wang2011-12-021-1/+1
* Improve "ta 0" shutdownFabien Chouteau2011-11-194-18/+9
* target-sparc: Implement FALIGNDATA inline.Richard Henderson2011-10-263-19/+26
* target-sparc: Implement BMASK/BSHUFFLE.Richard Henderson2011-10-263-4/+40
* target-sparc: Implement ALIGNADDR* inline.Richard Henderson2011-10-263-14/+22
* target-sparc: Implement EDGE* instructions.Richard Henderson2011-10-261-2/+175
* target-sparc: Implement fpack{16,32,fix}.Richard Henderson2011-10-263-1/+96
* target-sparc: Implement PDIST.Richard Henderson2011-10-263-2/+41
* target-sparc: Do exceptions management fully inside the helpers.Richard Henderson2011-10-263-91/+146
* target-sparc: Change fpr representation to doubles.Richard Henderson2011-10-265-140/+114
* target-sparc: Undo cpu_fpr rename.Richard Henderson2011-10-261-28/+28
* target-sparc: Extract float128 move to a function.Richard Henderson2011-10-261-32/+18
* target-sparc: Extract common code for floating-point operations.Richard Henderson2011-10-261-454/+381
* target-sparc: Make FPU/VIS helpers const when possible.Richard Henderson2011-10-264-92/+78
* target-sparc: Pass float64 parameters instead of dt0/1 temporaries.Richard Henderson2011-10-266-449/+381
* target-sparc: Add accessors for double-precision fpr access.Richard Henderson2011-10-261-112/+130
* target-sparc: Mark fprs dirty in store accessor.Richard Henderson2011-10-261-46/+8
* target-sparc: Add accessors for single-precision fpr access.Richard Henderson2011-10-261-195/+337
* Sparc: split load and store op helpersBlue Swirl2011-10-262-2416/+2434
* Sparc: convert win_helper to trace frameworkBlue Swirl2011-10-261-22/+8
* Sparc: convert interrupt helpers to trace frameworkBlue Swirl2011-10-262-26/+16
* Sparc: convert mmu_helper to trace frameworkBlue Swirl2011-10-261-44/+20
* Sparc: split MMU helpersBlue Swirl2011-10-263-860/+879
* Sparc: fix coding style in helper.cBlue Swirl2011-10-261-43/+52
* Sparc: avoid AREG0 for division op helpersBlue Swirl2011-10-264-82/+88
* Sparc: avoid AREG0 for softint op helpers and Leon cache controlBlue Swirl2011-10-266-107/+117
* Sparc: avoid AREG0 for CWP and PSTATE helpersBlue Swirl2011-10-263-200/+89
* target-sparc: Fix use of g_new0 / g_freeStefan Weil2011-10-251-4/+4
* target-sparc: Fix order of function parametersStefan Weil2011-10-251-4/+4
* Sparc: split CWP and PSTATE op helpersBlue Swirl2011-10-233-489/+522
* Sparc: avoid AREG0 for lazy condition code helpersBlue Swirl2011-10-234-49/+48
* Sparc: split lazy condition code handling op helpersBlue Swirl2011-10-232-464/+486
* Sparc: avoid AREG0 for float and VIS opsBlue Swirl2011-10-234-273/+280
* Sparc: split FPU and VIS op helpersBlue Swirl2011-10-233-743/+797
* Sparc: fix coding styleBlue Swirl2011-10-231-452/+502
* Sparc: avoid AREG0 for raise_exception and helper_debugBlue Swirl2011-10-234-72/+70
* Sparc: move trivial functions from op_helper.cBlue Swirl2011-10-233-47/+46
* Sparc: split helper.cBlue Swirl2011-10-236-1084/+1134
* Sparc: fix coding styleBlue Swirl2011-10-231-32/+41
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* Gdbstub: Fix back-trace on SPARC32Fabien Chouteau2011-09-102-0/+91
* Sparc64: remove useless variableBlue Swirl2011-09-101-4/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-073-5/+5