Age | Commit message (Expand) | Author |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |
2009-10-01 | inorder-debug: print out workload | Korey Sewell |
2009-09-25 | inorder-debug: fix cpu tick debug message | Korey Sewell |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-09-22 | python: Move more code into m5.util allow SCons to use that code. | Nathan Binkert |
2009-09-17 | inorder-mdu: multiplier latency fix | Korey Sewell |
2009-09-16 | inorder-smt: remove hardcoded values | Soumyaroop Roy |
2009-09-15 | inorder-alpha-fs: edit inorder model to compile FS mode | Korey Sewell |
2009-07-08 | Get rid of the unused get(Data|Inst)Asid and (inst|data)Asid functions. | Gabe Black |
2009-07-08 | Registers: Eliminate the ISA defined RegFile class. | Gabe Black |
2009-07-08 | Registers: Eliminate the ISA defined integer register file. | Gabe Black |
2009-07-08 | Registers: Eliminate the ISA defined floating point register file. | Gabe Black |
2009-07-08 | Registers: Get rid of the float register width parameter. | Gabe Black |
2009-07-08 | Registers: Add an ISA object which replaces the MiscRegFile. | Gabe Black |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-06-04 | move: put predictor includes and cc files into the same place | Nathan Binkert |
2009-05-26 | types: add a type for thread IDs and try to use it everywhere | Nathan Binkert |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-05-12 | cpus: add InOrderCPU to default build | Korey Sewell |
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-tlb: squash insts in TLB correctly | Korey Sewell |
2009-05-12 | inorder-faults: ignore unalign translation faults for prefetches | Korey Sewell |
2009-05-12 | inorder-stc: update interface to handle store conditionals | Korey Sewell |
2009-05-12 | inorder-float: Fix storage of FP results | Korey Sewell |
2009-05-12 | inorder-fetch: update model to use predecoder | Korey Sewell |
2009-05-12 | inorder-mem: clean up allocation/deletion of requests/packets | Korey Sewell |
2009-05-12 | inorder-mem: skeleton support for prefetch/writehints | Korey Sewell |
2009-05-12 | inorder-o3: allow both to compile together | Korey Sewell |
2009-05-12 | inorder-unified-tlb: use unified TLB instead of old TLB model | Korey Sewell |
2009-05-12 | inorder-miscregs: Fix indexing for misc. reg operands and update result-types... | Korey Sewell |
2009-05-12 | inorder/alpha-isa: create eaComp object visible to StaticInst through ISA | Korey Sewell |
2009-05-12 | inorder-bpred: edits to handle non-delay-slot ISAs | Korey Sewell |
2009-05-12 | inorder-alpha-port: initial inorder support of ALPHA | Korey Sewell |
2009-05-05 | cpus: fix cpu progress event | Korey Sewell |
2009-04-19 | Mem: Change isLlsc to isLLSC. | Gabe Black |
2009-04-19 | Memory: Rename LOCKED for load locked store conditional to LLSC. | Gabe Black |
2009-04-17 | o3, inorder: fix FS bug due to initializing ThreadState to Halted. | Steve Reinhardt |
2009-04-15 | ThreadState: initialize status to Halted in constructor. | Steve Reinhardt |
2009-04-15 | Get rid of the Unallocated thread context state. | Steve Reinhardt |
2009-04-08 | tlb: Don't separate the TLB classes into an instruction TLB and a data TLB | Gabe Black |
2009-03-05 | stats: Fix all stats usages to deal with template fixes | Nathan Binkert |
2009-03-05 | Get rid of 'using namespace' declarations in headers. | Steve Reinhardt |
2009-03-04 | InOrderCPU: Clean up Constructors to initialize variables correctly (i.e. in ... | Korey Sewell |
2009-03-04 | Give each resource in InOrder it's own TraceFlag instead of just standard 'Re... | Korey Sewell |
2009-03-04 | Remove unused functions/comments cluttering up the code. | Korey Sewell |
2009-03-04 | make handling of interstage buffers (i.e. StageQueues) more consistent: (1)nu... | Korey Sewell |
2009-03-04 | InOrder didnt have all it's params set to a default value, which is now requ... | Korey Sewell |
2009-03-04 | Give TimeBuffer an ID that can be set. Necessary because InOrder uses generic... | Korey Sewell |