summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-21Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...Gabe Black
2006-02-21Made Addr a global typeGabe Black
2006-02-20Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Gabe Black
2006-02-20Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-20Finished the implementing the change of the ISA from a class to a namespaceGabe Black
2006-02-20Get rid of the code that delays PIO write accessesNathan Binkert
2006-02-20make MIPS specificKorey Sewell
2006-02-20load/store instruction format ... now generates load/store codeKorey Sewell
2006-02-20Support for All Jump Instructions ...Korey Sewell
2006-02-19Reapplied changes which were undone by a pullGabe Black
2006-02-19Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Gabe Black
2006-02-19Remade some changes which were undoneGabe Black
2006-02-19Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-19Merge zizzer:/bk/m5Ali Saidi
2006-02-19forgot a negative signAli Saidi
2006-02-18Move Linux/Tru64 architecture independent code into kern/*Ali Saidi
2006-02-18Support NNPC and branch instructions ... Outputs to decoder.cc correctlyKorey Sewell
2006-02-18Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-18Changed the isa from a class to a namespace, untemplated StaticInst and Stati...Gabe Black
2006-02-18few changes for nate:Lisa Hsu
2006-02-18remove print statementsLisa Hsu
2006-02-18more changes for subtick labels.Lisa Hsu
2006-02-18Merge zizzer:/bk/m5Lisa Hsu
2006-02-18Now you can have sublabels for every bar using the self.xsubticklabels parame...Lisa Hsu
2006-02-18changes from mergedmemKorey Sewell
2006-02-18use string name to figure out if we have a "AndLink" instructionKorey Sewell
2006-02-18MIPS generates ISA code through scons '.../decoder.cc'!!!Korey Sewell
2006-02-17Get rid of deque (poor memory allocation), switch them over to lists.Kevin Lim
2006-02-16Remove fake fault.Kevin Lim
2006-02-16Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-02-16Fixes to handle generating the initiateAcc and completeAcc functions a little...Kevin Lim
2006-02-16Get ISA parser to at least include all the ISA correctly ... crashes with "No...Korey Sewell
2006-02-16Merge zizzer:/bk/multiarchKorey Sewell
2006-02-16file name changes ... minor ISA changesKorey Sewell
2006-02-16Some changes which weren't needed before doing a bk pull were needed afterwar...Gabe Black
2006-02-16Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-16Changed the fault enum into a class, and fixed everything up to work with it....Gabe Black
2006-02-15Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Gabe Black
2006-02-15...Korey Sewell
2006-02-15Gives separate methods for initiating and completing a memory access, which w...Kevin Lim
2006-02-15Merge zizzer:/bk/m5Ali Saidi
2006-02-15endian fixes and compiles on mac os xAli Saidi
2006-02-14Merge zizzer:/bk/multiarchKorey Sewell
2006-02-14another big step to a parsable ISA ... no errors after I used a symbolic link...Korey Sewell
2006-02-14trying to get ISA to parse correctly ...Korey Sewell
2006-02-14New files to fix building the SPARC_SE and MIPS_SE isa_parser.py generated fi...Gabe Black
2006-02-14Fixed a path in the alpha isa description.Gabe Black
2006-02-14Merge zizzer:/bk/multiarchKorey Sewell
2006-02-14make MIPS MT instructions decodable ...Korey Sewell