2006-03-03 |
Gabe Black | Merge gblack@m5.eecs.umich.edu:/bk/multiarch |
commit | commitdiff | tree |
2006-03-02 |
Ali Saidi | Fix fault handling, dereferincing a null pointer is... |
commit | commitdiff | tree |
2006-03-02 |
Gabe Black | Got rid of the multiple inheritance in the Fault classe... |
commit | commitdiff | tree |
2006-03-01 |
Ali Saidi | Merge zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-03-01 |
Gabe Black | Begain setting up syscall emulation for sparc linux. |
commit | commitdiff | tree |
2006-03-01 |
Gabe Black | Cleaned up some of the Fault system. |
commit | commitdiff | tree |
2006-03-01 |
Gabe Black | Removed the targetarch code. |
commit | commitdiff | tree |
2006-03-01 |
Gabe Black | Made sparc copies of some architecture specific files. |
commit | commitdiff | tree |
2006-03-01 |
Gabe Black | Changed the name of the fault's invocation method from... |
commit | commitdiff | tree |
2006-03-01 |
Gabe Black | Used the Fault constructor to create Interrupt faults... |
commit | commitdiff | tree |
2006-03-01 |
Gabe Black | moved ev5_trap fully into the fault class. |
commit | commitdiff | tree |
2006-02-28 |
Ali Saidi | Add quiesceNs, quiesceTime, quiesceCycles, and m5panic... |
commit | commitdiff | tree |
2006-02-28 |
Kevin Lim | Merge ktlim@zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-02-28 |
Gabe Black | Corrected some mistakes in the hand merge |
commit | commitdiff | tree |
2006-02-28 |
Gabe Black | Hand merged |
commit | commitdiff | tree |
2006-02-28 |
Gabe Black | Merge gblack@m5.eecs.umich.edu:/bk/multiarch |
commit | commitdiff | tree |
2006-02-28 |
Gabe Black | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 |
commit | commitdiff | tree |
2006-02-28 |
Gabe Black | Cleaned up and slightly reorganized the Fault class... |
commit | commitdiff | tree |
2006-02-28 |
Gabe Black | Changed ev5_trap from a function of the execution conte... |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Moved the _stat for MachineCheckFault and AlignmentFaul... |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Got rid of the fault_addr function. |
commit | commitdiff | tree |
2006-02-27 |
Kevin Lim | Merge ktlim@zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-02-27 |
Kevin Lim | Changes to put all the misc regs within the misc reg... |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Renamed arch files to remove alpha prefix, and changed... |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Changed targetarch to just arch. |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Fixed up some include paths. |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Added isMachineCheckFault and isAlignmentFault virtual... |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Put the Alpha faults into the AlphaISA namespace |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | MachineCheckFaults and AlignmentFaults are now generate... |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Changed targetarch to arch for isa_traits.hh include |
commit | commitdiff | tree |
2006-02-27 |
Gabe Black | Where architecture independent sources included arch... |
commit | commitdiff | tree |
2006-02-27 |
Nathan Binkert | fix some minor stats stuff |
commit | commitdiff | tree |
2006-02-27 |
Nathan Binkert | add some support for random access of data in packet... |
commit | commitdiff | tree |
2006-02-26 |
Nathan Binkert | Allow graph_group to not be selected so we can have a |
commit | commitdiff | tree |
2006-02-26 |
Nathan Binkert | better function categorization |
commit | commitdiff | tree |
2006-02-26 |
Nathan Binkert | fix small python bug in database processing code |
commit | commitdiff | tree |
2006-02-26 |
Nathan Binkert | code cleanup |
commit | commitdiff | tree |
2006-02-26 |
Nathan Binkert | forgot to add a chart option |
commit | commitdiff | tree |
2006-02-26 |
Nathan Binkert | add error bars and more options for legend placement |
commit | commitdiff | tree |
2006-02-26 |
Nathan Binkert | better colors for barcharts |
commit | commitdiff | tree |
2006-02-26 |
Steve Reinhardt | Make sure cpu/static_inst_exec_sigs.hh get rebuilt... |
commit | commitdiff | tree |
2006-02-26 |
Nathan Binkert | only build libelf.a, forget about the other |
commit | commitdiff | tree |
2006-02-26 |
Nathan Binkert | Since the delayed write stuff is gone, get rid of regWrite |
commit | commitdiff | tree |
2006-02-24 |
Gabe Black | Merge gblack@m5.eecs.umich.edu:/bk/multiarch |
commit | commitdiff | tree |
2006-02-24 |
Gabe Black | Merge gblack@m5.eecs.umich.edu:/bk/multiarch |
commit | commitdiff | tree |
2006-02-24 |
Gabe Black | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 |
commit | commitdiff | tree |
2006-02-24 |
Lisa Hsu | Merge zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-02-24 |
Lisa Hsu | 1) make it pretty for large clusters |
commit | commitdiff | tree |
2006-02-24 |
Steve Reinhardt | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 |
commit | commitdiff | tree |
2006-02-24 |
Gabe Black | Removed a stray ::. |
commit | commitdiff | tree |
2006-02-24 |
Gabe Black | Changed Fault from a FaultBase * to a RefCountingPtr... |
commit | commitdiff | tree |
2006-02-24 |
Gabe Black | Merge gblack@m5.eecs.umich.edu:/bk/multiarch |
commit | commitdiff | tree |
2006-02-23 |
Korey Sewell | name changes ... |
commit | commitdiff | tree |
2006-02-23 |
Steve Reinhardt | Enable building only selected CPU models via new scons |
commit | commitdiff | tree |
2006-02-23 |
Ali Saidi | ev5.cc: |
commit | commitdiff | tree |
2006-02-23 |
Ali Saidi | Merge zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-02-23 |
Ali Saidi | Get rid of the xc from the alphaAccess/alphaConsole... |
commit | commitdiff | tree |
2006-02-23 |
Steve Reinhardt | Create a Builder object for .isa files in arch/SConscript. |
commit | commitdiff | tree |
2006-02-23 |
Kevin Lim | Cast enum to int to fix compile error from regression. |
commit | commitdiff | tree |
2006-02-23 |
Steve Reinhardt | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 |
commit | commitdiff | tree |
2006-02-23 |
Steve Reinhardt | Add pipe() syscall to Alpha Linux emulation. |
commit | commitdiff | tree |
2006-02-23 |
Gabe Black | Merge gblack@m5.eecs.umich.edu:/bk/multiarch |
commit | commitdiff | tree |
2006-02-23 |
Gabe Black | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 |
commit | commitdiff | tree |
2006-02-23 |
Nathan Binkert | don't add an empty suboption description |
commit | commitdiff | tree |
2006-02-23 |
Nathan Binkert | make it possible to add filters for job names so that |
commit | commitdiff | tree |
2006-02-23 |
Nathan Binkert | fix stat name |
commit | commitdiff | tree |
2006-02-23 |
Steve Reinhardt | Auto-generate arch/foo.hh "switch headers" in scons. |
commit | commitdiff | tree |
2006-02-23 |
Steve Reinhardt | Clean excess comments out of SConscripts. |
commit | commitdiff | tree |
2006-02-23 |
Gabe Black | Cleaned up the mapping of isa_parser.py inputs to outputs. |
commit | commitdiff | tree |
2006-02-22 |
Korey Sewell | make sure alpha still compiles , rename files back... |
commit | commitdiff | tree |
2006-02-22 |
Korey Sewell | Still builds "../MIPS_SE/arch/mips/decoder.do with... |
commit | commitdiff | tree |
2006-02-22 |
Korey Sewell | MIPS Compiles scons/MIPS_SE/arch/mips/decoder.do!!!!!! |
commit | commitdiff | tree |
2006-02-22 |
Korey Sewell | Merge zizzer:/bk/multiarch |
commit | commitdiff | tree |
2006-02-22 |
Korey Sewell | Renaming alpha files and changing some MIPS stuff to... |
commit | commitdiff | tree |
2006-02-22 |
Gabe Black | Changed Fault * to Fault, which is a typedef to FaultBa... |
commit | commitdiff | tree |
2006-02-21 |
Gabe Black | Made Addr a global type |
commit | commitdiff | tree |
2006-02-21 |
Gabe Black | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 |
commit | commitdiff | tree |
2006-02-21 |
Gabe Black | Merge gblack@m5.eecs.umich.edu:/bk/multiarch |
commit | commitdiff | tree |
2006-02-21 |
Gabe Black | Finished the implementing the change of the ISA from... |
commit | commitdiff | tree |
2006-02-21 |
Nathan Binkert | Get rid of the code that delays PIO write accesses |
commit | commitdiff | tree |
2006-02-20 |
Korey Sewell | make MIPS specific |
commit | commitdiff | tree |
2006-02-20 |
Korey Sewell | load/store instruction format ... now generates load... |
commit | commitdiff | tree |
2006-02-20 |
Korey Sewell | Support for All Jump Instructions ... |
commit | commitdiff | tree |
2006-02-19 |
Gabe Black | Reapplied changes which were undone by a pull |
commit | commitdiff | tree |
2006-02-19 |
Gabe Black | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 |
commit | commitdiff | tree |
2006-02-19 |
Gabe Black | Remade some changes which were undone |
commit | commitdiff | tree |
2006-02-19 |
Gabe Black | Merge gblack@m5.eecs.umich.edu:/bk/multiarch |
commit | commitdiff | tree |
2006-02-19 |
Gabe Black | Changes to untemplate StaticInst and StaticInstPtr... |
commit | commitdiff | tree |
2006-02-19 |
Ali Saidi | Merge zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-02-19 |
Ali Saidi | forgot a negative sign |
commit | commitdiff | tree |
2006-02-19 |
Ali Saidi | Move Linux/Tru64 architecture independent code into... |
commit | commitdiff | tree |
2006-02-19 |
Korey Sewell | Support NNPC and branch instructions ... Outputs to... |
commit | commitdiff | tree |
2006-02-19 |
Gabe Black | Merge gblack@m5.eecs.umich.edu:/bk/multiarch |
commit | commitdiff | tree |
2006-02-19 |
Gabe Black | Changed the isa from a class to a namespace, untemplate... |
commit | commitdiff | tree |
2006-02-19 |
Lisa Hsu | few changes for nate: |
commit | commitdiff | tree |
2006-02-18 |
Lisa Hsu | remove print statements |
commit | commitdiff | tree |
2006-02-18 |
Lisa Hsu | more changes for subtick labels. |
commit | commitdiff | tree |
2006-02-18 |
Lisa Hsu | Merge zizzer:/bk/m5 |
commit | commitdiff | tree |
2006-02-18 |
Lisa Hsu | Now you can have sublabels for every bar using the... |
commit | commitdiff | tree |
2006-02-18 |
Korey Sewell | changes from mergedmem |
commit | commitdiff | tree |
next |