ARM: Don't downconvert ExtMachInsts to MachInsts.
[gem5.git] / src / arch /
2009-06-21 Gabe BlackARM: Don't downconvert ExtMachInsts to MachInsts.
2009-06-21 Gabe BlackARM: Get rid of a few more unused operands.
2009-06-21 Gabe BlackARM: Get rid of unnecessary Re operand.
2009-06-21 Gabe BlackARM: Clear out some inherited hangers on in util.isa...
2009-06-21 Gabe BlackARM: Get rid of unnecessary fp_enable_checks.
2009-06-21 Gabe BlackARM: Adjust simplify rotate_imm slightly.
2009-06-21 Gabe BlackARM: Make the isa parser aware that CPSR is being used.
2009-06-21 Gabe BlackARM: Pull some static code out of the isa desc and...
2009-06-21 Gabe BlackARM: Get rid of unused postacc_code.
2009-06-10 Gabe BlackARM: Hook in the mmap2 system call. Make ArmLinuxProces...
2009-06-10 Gabe BlackARM: Add a memory_barrier function to the "comm page".
2009-06-10 Gabe BlackARM: Add a cmpxchg implementation to the "comm page".
2009-06-10 Gabe BlackARM: Implement TLS. This is not tested.
2009-06-10 Gabe BlackARM: Make ArmLinuxProcess understand "ARM private"...
2009-06-10 Gabe BlackARM: Update the kernel version M5 reports to 2.6.16.19
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-29 Gabe BlackX86: Keep track of more descriptor state to accomodate...
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-26 Gabe BlackX86: Really set up the GDT and various hidden/visible...
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkertincludes: use base/types.hh not inttypes.h or stdint.h
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-05-13 Korey Sewellmips-merge: merge hello world regress for inorder cpu
2009-05-13 Nathan Binkertgcc: work around a bogus gcc error
2009-05-13 Korey Sewellinorder-mips: Remove eaComp & memAcc; use 'visible...
2009-05-13 Korey Sewellarch-mips: add regWidth constant to float regfile
2009-05-13 Korey Sewellalpha-isa: add mt.hh so it can compile with inorder
2009-05-12 Korey Sewellinorder-tlb-cunit: merge the TLB as implicit to any...
2009-05-12 Korey Sewellinorder-float: Fix storage of FP results
2009-05-12 Korey Sewellinorder-mem: skeleton support for prefetch/writehints
2009-05-12 Korey Sewellinorder-unified-tlb: use unified TLB instead of old...
2009-05-12 Korey Sewellinorder/alpha-isa: create eaComp object visible to...
2009-05-12 Korey Sewellinorder-bpred: edits to handle non-delay-slot ISAs
2009-05-12 Korey Sewellinorder-alpha-port: initial inorder support of ALPHA
2009-05-12 Korey Sewellisa-parser: made a few changes, but not author-worthy
2009-05-05 Korey Sewellmerge code
2009-04-26 Gabe BlackX86: Precompute the default and alternate address and...
2009-04-26 Gabe BlackX86: Split out the internal memory space from the regul...
2009-04-26 Gabe BlackX86: Centralize updates to the handy M5 reg.
2009-04-26 Gabe BlackX86: Tell the function that sends int messages who...
2009-04-26 Gabe BlackX86: Make the local APICs register themselves with...
2009-04-26 Gabe BlackX86: Record the initial APIC ID which identifies an...
2009-04-25 Gabe BlackSPARC: Tighten up the clone system call and SPARCs...
2009-04-23 Gabe BlackX86: Put the StoreCheck flag with the others, and don...
2009-04-21 Nathan BinkertAutomated merge with ssh://m5sim.org//repo/m5
2009-04-21 Nathan Binkertarm: include missing file for arm
2009-04-21 Nathan Binkertarm: Unify the ARM tlb. We forgot about this when...
2009-04-21 Steve Reinhardtsyscall: Resolve conflicts between m5threads and Gabe...
2009-04-21 Daniel SanchezCommit m5threads package.
2009-04-19 Gabe BlackX86: Fix the functions that manipulate large bit arrays...
2009-04-19 Gabe BlackX86: Fix up a copyright.
2009-04-19 Gabe BlackX86: Fix how the TLB handles the storecheck flag.
2009-04-19 Gabe BlackX86: Recognize and handle the lock legacy prefix.
2009-04-19 Gabe BlackX86: Implement a locking version of XADD.
2009-04-19 Gabe BlackX86: Implement a locking version of BTC.
2009-04-19 Gabe BlackX86: Implement a locking version of BTR.
2009-04-19 Gabe BlackX86: Implement a locking version of CMPXCHG.
2009-04-19 Gabe BlackX86: Implement a locking version of BTS.
2009-04-19 Gabe BlackX86: Implement a locking version of DEC.
2009-04-19 Gabe BlackX86: Implement a locking version of INC.
2009-04-19 Gabe BlackX86: Implement a locking version of NEG.
2009-04-19 Gabe BlackX86: Implement a locking version of NOT.
2009-04-19 Gabe BlackX86: Implement a locking version of XCHG.
2009-04-19 Gabe BlackX86: Implement a locking version of XOR.
2009-04-19 Gabe BlackX86: Implement a locking version of SUB.
2009-04-19 Gabe BlackX86: Implement a locking version of AND.
2009-04-19 Gabe BlackX86: Implement a locking version of SBB.
2009-04-19 Gabe BlackX86: Implement a locking version of ADC.
2009-04-19 Gabe BlackX86: Implement a locking version of OR.
2009-04-19 Gabe BlackX86: Implement a locking version of ADD.
2009-04-19 Gabe BlackX86: Implement the stul microop.
2009-04-19 Gabe BlackX86: Implement the ldstl microop.
2009-04-19 Gabe BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-19 Gabe BlackSE mode: Make keeping track of the number of syscalls...
2009-04-19 Gabe BlackX86: Actually handle 16 bit mode modrm.
2009-04-19 Gabe BlackX86: Make the TEST instruction set all the flags it...
2009-04-19 Gabe BlackX86: Implement broadcast IPIs.
2009-04-19 Gabe BlackX86: Fix the ordering of the vendor string reported...
2009-04-19 Gabe BlackX86: Only recognize the first startup IPI after INIT...
2009-04-19 Gabe BlackX86: Use recvResponse to implement the idle bit in...
2009-04-19 Gabe BlackX86: Add a function which gets called when an interrupt...
2009-04-19 Gabe BlackX86: Explicitly use the right width in a few places...
2009-04-19 Gabe BlackX86: Keep track of the pioAddr for the local APIC.
2009-04-19 Gabe BlackX86: Implement far jmp.
2009-04-19 Gabe BlackX86: Some segment selectors can be used when "NULL".
2009-04-19 Gabe BlackX86: Fix a bug in the chks microop where it ignored...
2009-04-19 Gabe BlackX86: Make the interrupt entering microcode record the...
2009-04-19 Gabe BlackX86: LEA calculates an address before segmentation.
2009-04-19 Gabe BlackX86: Implement the save machine status word instruction...
2009-04-19 Gabe BlackX86: Implement the load machine status word instruction...
2009-04-19 Gabe BlackX86: Only use %eax to select a function and look like...
2009-04-19 Gabe BlackX86: Fix the mov to segment selector in real mode instr...
2009-04-19 Gabe BlackX86: The startup IPI delivery mode is not reserved.
2009-04-19 Gabe BlackX86: Implement the STARTUP IPI.
2009-04-19 Gabe BlackX86: Implement the INIT IPI.
2009-04-19 Gabe BlackX86: Fix the halt microop.
2009-04-19 Gabe BlackX86: Start implementing the interrupt command register...
2009-04-19 Gabe BlackX86: Condense the startupCPU code.
2009-04-19 Gabe BlackX86: Set the local APIC ID to something meaningful.
2009-04-19 Gabe BlackX86: Don't pretend to be an AMD CPU any more. We're...
next