summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-06-08Fix up a potentially misleading comment.Gabe Black
2007-06-08Fix the formatting on a comment.Gabe Black
2007-06-08Clean up where files are included, and get rid of some cruft.Gabe Black
2007-06-08Clean things up a little.Gabe Black
2007-06-08Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-06-08Move the microcode assembly to a python package instead of isa_parser files. ...Gabe Black
2007-06-08Big changes to use the new microcode assembler.Gabe Black
2007-06-08Fixed format arguments for XOR.Gabe Black
2007-06-08Add a bitfield to refer to the opSize member of the extMachInst.Gabe Black
2007-06-05Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemAli Saidi
2007-06-05Clean up some of vincent's code and commit itAli Saidi
2007-06-04Make limm (load immediate) microopGabe Black
2007-06-04Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-06-04don't be so aggressive with the tracing on #ifAli Saidi
2007-06-04Reworking x86's microcode system. This is a work in progress, and X86 doesn't...Gabe Black
2007-06-02Don't mask the pc because the Alpha predecoder needs it to set the PAL mode b...Gabe Black
2007-06-01Fix typo so m5.fast will compileNathan Binkert
2007-06-01Merge zizzer:/bk/newmemAli Saidi
2007-06-01Merge zizzer:/bk/newmemAli Saidi
2007-06-01cast sizeof(MachInst) to Addr before generating a maskAli Saidi
2007-06-01don't generate trace data unless tracing is onAli Saidi
2007-06-01Clean things upGabe Black
2007-06-01Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-06-01Minor error. Forgotten to remove brackets for threadPC.Vincentius Robby
2007-05-31Add a second section to make sure the ROM is extended properly.Gabe Black
2007-05-31Add rom based macroops into the macroop dict instead of dropping them on the ...Gabe Black
2007-05-31Do something with ROM based macroopsGabe Black
2007-05-31Make directives take parameters and use the directive function and not it's nameGabe Black
2007-05-31Handle commentsGabe Black
2007-05-31Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-05-31Merge zizzer:/bk/newmemVincentius Robby
2007-05-31Assign traceData to be NULL at BaseSimpleCPU constructor.Vincentius Robby
2007-05-31Early micro assemblerGabe Black
2007-05-31x86 work that hadn't been checked in.Gabe Black
2007-05-30Fix cut-n-pasto to make the path correctNathan Binkert
2007-05-30tport.cc:Steve Reinhardt
2007-05-29A little more cleanup & refactoring of SimpleTimingPort.Steve Reinhardt
2007-05-28Restructure SimpleTimingPort a bit:Steve Reinhardt
2007-05-28Reformat comments to meet line length restriction.Steve Reinhardt
2007-05-28Remove unnecessary include of physical.hh.Steve Reinhardt
2007-05-27Move SimObject python files alongside the C++ and fixNathan Binkert
2007-05-26Get rid of GNU libelf and its autoconf nastiness and replaceNathan Binkert
2007-05-25Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-05-25Make the lexer and parser use objects and not the last lexer and parser gener...Gabe Black
2007-05-24Update to ply 2.3Nathan Binkert
2007-05-21Change getDeviceAddressRanges to use bool for snoop arg.Steve Reinhardt
2007-05-20Add new EventWrapper constructor that takes a Tick valueSteve Reinhardt
2007-05-20Insist that PhysicalMemory object have at least one connection.Steve Reinhardt
2007-05-19Oops... some places in C++ explicitly ask for a "functional"Steve Reinhardt
2007-05-19PhysicalMemory has vector of uniform ports instead of one special one.Steve Reinhardt