Age | Commit message (Expand) | Author |
2011-07-05 | grammar: better encapsulation of a grammar and parsing | Nathan Binkert |
2011-07-05 | ISAs: Streamline some spots where Mem is used in the ISA descriptions. | Gabe Black |
2011-07-05 | ISA parser: Define operand types with a ctype directly. | Gabe Black |
2011-07-05 | ISA parser: Simplify operand type handling. | Gabe Black |
2011-07-03 | Merged with Gabe's recent changes. | Nilay Vaish |
2011-07-03 | Network_test: Conform it with functional access changes in Ruby | Nilay Vaish |
2011-07-02 | ExecContext: Rename the readBytes/writeBytes functions to readMem and writeMem. | Gabe Black |
2011-07-02 | ExecContext: Get rid of the now unused read/write templated functions. | Gabe Black |
2011-07-02 | ISA: Use readBytes/writeBytes for all instruction level memory operations. | Gabe Black |
2011-07-02 | X86: Fix store microops so they don't drop faults in timing mode. | Gabe Black |
2011-07-01 | Ruby: Commit files missing from previous commit | Nilay Vaish |
2011-06-30 | Ruby: Add support for functional accesses | Brad Beckmann ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E) |
2011-06-28 | arch: print next upc correctly | Nilay Vaish |
2011-06-24 | Ruby: remove unused functions in CacheMemory: get/setMemoryValue | Joel Hestness |
2011-06-22 | mips: fix nmsub and nmadd definitions | Deyaun Guo |
2011-06-21 | X86: Eliminate an unused argument for building store microops. | Gabe Black |
2011-06-20 | InOder: Fix a compile error. | Gabe Black |
2011-06-19 | inorder: clear reg. dep entry after removing from list | Korey Sewell |
2011-06-19 | inorder: se: squash after syscalls | Korey Sewell |
2011-06-19 | inorder: cleanup dprintfs in cache unit | Korey Sewell |
2011-06-19 | inorder: SE mode TLB faults | Korey Sewell |
2011-06-19 | inorder:tracing: fix fault tracing bug | Korey Sewell |
2011-06-19 | inorder: se compile fixes | Korey Sewell |
2011-06-19 | inorder: add necessary debug flag header files | Korey Sewell |
2011-06-19 | mips: mark unaligned access flag as true | Korey Sewell |
2011-06-19 | inorder: clear fetchbuffer on traps | Korey Sewell |
2011-06-19 | inorder: use separate float-reg bits function in dyninst | Korey Sewell |
2011-06-19 | inorder: use trapPending flag to manage traps | Korey Sewell |
2011-06-19 | inorder/dtb: make sure DTB translate correct address | Korey Sewell |
2011-06-19 | inorder: handle serializing instructions | Korey Sewell |
2011-06-19 | alpha: fix warn_once for prefetches | Korey Sewell |
2011-06-19 | alpha: naming for dtb faults | Korey Sewell |
2011-06-19 | inorder: dont handle multiple faults on same cycle | Korey Sewell |
2011-06-19 | inorder: register ports for FS mode | Korey Sewell |
2011-06-19 | inorder: check for interrupts each tick | Korey Sewell |
2011-06-19 | inorder: explicit fault check | Korey Sewell |
2011-06-19 | inorder: squash and trap behind a tlb fault | Korey Sewell |
2011-06-19 | inorder: stall stores on store conditionals & compare/swaps | Korey Sewell |
2011-06-19 | alpha: make hwrei a control inst | Korey Sewell |
2011-06-19 | inorder: make InOrder CPU FS compilable/visible | Korey Sewell |
2011-06-19 | inorder: remove memdep tracking for default pipeline | Korey Sewell |
2011-06-19 | inorder: fetchBuffer tracking | Korey Sewell |
2011-06-19 | inorder: redefine DynInst FP result type | Korey Sewell |
2011-06-19 | inorder: treat SE mode syscalls as a trapping instruction | Korey Sewell |
2011-06-19 | inorder: bug in mdu | Korey Sewell |
2011-06-19 | inorder: optionally track faulting instructions | Korey Sewell |
2011-06-19 | inorder: cleanup events in resource pool | Korey Sewell |
2011-06-19 | inorder: don't stall after stores | Korey Sewell |
2011-06-19 | inorder: don't stall after stores | Korey Sewell |
2011-06-19 | inorder: remove decode squash | Korey Sewell |