Age | Commit message (Expand) | Author |
2012-01-30 | MEM: Clean-up of Functional/Virtual/TranslatingPort remnants | Andreas Hansson |
2012-01-17 | MEM: Separate queries for snooping and address ranges | Andreas Hansson |
2012-01-17 | CPU: Moving towards a more general port across CPU models | Andreas Hansson |
2012-01-17 | MEM: Add port proxies instead of non-structural ports | Andreas Hansson |
2012-01-12 | inorder: MDU deadlock fix | Maximilien Breughe |
2011-10-31 | GCC: Get everything working with gcc 4.6.1. | Gabe Black |
2011-09-19 | Syscall: Make the syscall function available in both SE and FS modes. | Gabe Black |
2011-09-09 | StaticInst: Merge StaticInst and StaticInstBase. | Gabe Black |
2011-09-09 | Decode: Pull instruction decoding out of the StaticInst class into its own. | Gabe Black |
2011-08-16 | InOrder: Make cache_unit.hh include hashmap.hh explicitly, not transitively. | Gabe Black |
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-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 | 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 | 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 | 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 |
2011-06-19 | inorder: support for compare and swap insts | Korey Sewell |
2011-06-19 | inorder: branch predictor update | Korey Sewell |
2011-06-19 | inorder: priority for grad/squash events | Korey Sewell |
2011-06-19 | inorder: remove stalls on trap squash | Korey Sewell |
2011-06-19 | inorder: no dep. tracking for zero reg | Korey Sewell |
2011-06-19 | imported patch recoverPCfromTrap | Korey Sewell |
2011-06-19 | imported patch squash_from_next_stage | Korey Sewell |
2011-06-19 | inorder: add flatDestReg member to dyninst | Korey Sewell |