Age | Commit message (Expand) | Author |
2012-08-28 | Clock: Add a Cycles wrapper class and use where applicable | Andreas Hansson |
2012-03-19 | gcc: Clean-up of non-C++0x compliant code, first steps | Andreas Hansson |
2012-02-24 | CPU: Round-two unifying instr/data CPU ports across models | Andreas Hansson |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2011-06-19 | inorder: squash and trap behind a tlb fault | Korey Sewell |
2011-06-19 | inorder: bug in mdu | Korey Sewell |
2011-06-19 | inorder: implement trap handling | Korey Sewell |
2011-06-19 | inorder: use setupSquash for misspeculation | Korey Sewell |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-02-18 | inorder: add names and slot #s to res. dprints | Korey Sewell |
2011-02-18 | inorder: update pipeline interface for handling finished resource reqs | Korey Sewell |
2011-02-18 | inorder: remove request map, use request vector | Korey Sewell |
2011-02-18 | inorder: add valid bit for resource requests | Korey Sewell |
2011-02-18 | inorder: initialize res. req. vectors based on resource bandwidth | Korey Sewell |
2011-02-04 | inorder: fault handling | Korey Sewell |
2011-01-07 | inorder: get rid of references to mainEventQueue. | Steve Reinhardt |
2010-12-20 | Style: Replace some tabs with spaces. | Gabe Black |
2010-11-08 | ARM/Alpha/Cpu: Change prefetchs to be more like normal loads. | Ali Saidi |
2010-06-26 | inorder: remove debugging stat | Korey Sewell |
2010-06-24 | inorder: cleanup virtual functions | Korey Sewell |
2010-06-23 | inorder-stats: add instruction type stats | Korey Sewell |
2010-01-31 | inorder: inst count mgmt | Korey Sewell |
2010-01-31 | inorder: add updatePC event to resPool | Korey Sewell |
2010-01-31 | inorder: suspend in respool | Korey Sewell |
2010-01-31 | inorder: squash on memory stall | Korey Sewell |
2010-01-31 | inorder: init internal debug cpu counters | Korey Sewell |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |
2009-05-26 | types: add a type for thread IDs and try to use it everywhere | Nathan Binkert |
2009-05-12 | inorder-resources: delete events | Korey Sewell |
2009-05-12 | inorder-tlb-cunit: merge the TLB as implicit to any memory access | Korey Sewell |
2009-05-12 | inorder-stc: update interface to handle store conditionals | Korey Sewell |
2009-05-12 | inorder-mem: skeleton support for prefetch/writehints | Korey Sewell |
2009-03-05 | stats: Fix all stats usages to deal with template fixes | Nathan Binkert |
2009-03-04 | Remove unused functions/comments cluttering up the code. | Korey Sewell |
2009-02-10 | InOrder: Import new inorder CPU model from MIPS. | Korey Sewell |