gem5.git
2006-02-19 Korey SewellSupport NNPC and branch instructions ... Outputs to...
2006-02-18 Korey Sewellchanges from mergedmem
2006-02-18 Korey Sewelluse string name to figure out if we have a "AndLink...
2006-02-18 Korey SewellMIPS generates ISA code through scons '.../decoder...
2006-02-16 Korey SewellGet ISA parser to at least include all the ISA correctl...
2006-02-16 Korey SewellMerge zizzer:/bk/multiarch
2006-02-16 Korey Sewellfile name changes ... minor ISA changes
2006-02-16 Gabe BlackSome changes which weren't needed before doing a bk...
2006-02-16 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-02-16 Gabe BlackChanged the fault enum into a class, and fixed everythi...
2006-02-16 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-02-15 Korey Sewell...
2006-02-15 Kevin LimGives separate methods for initiating and completing...
2006-02-15 Ali SaidiMerge zizzer:/bk/m5
2006-02-15 Ali Saidiendian fixes and compiles on mac os x
2006-02-15 Korey SewellMerge zizzer:/bk/multiarch
2006-02-15 Korey Sewellanother big step to a parsable ISA ... no errors after...
2006-02-15 Korey Sewelltrying to get ISA to parse correctly ...
2006-02-15 Gabe BlackNew files to fix building the SPARC_SE and MIPS_SE...
2006-02-14 Gabe BlackFixed a path in the alpha isa description.
2006-02-14 Korey SewellMerge zizzer:/bk/multiarch
2006-02-14 Korey Sewellmake MIPS MT instructions decodable ...
2006-02-12 Gabe BlackPseudo instructions are now passed whatever instruction...
2006-02-12 Gabe BlackRemoved isa_traits.hh from targetarch, moved vptr.hh...
2006-02-12 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-02-12 Gabe Blackvptr.hh:
2006-02-12 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-02-12 Steve ReinhardtPolishing of isa_parser.py internal operand handling...
2006-02-12 Steve ReinhardtMinor cleanup of operand type and traits code in isa_pa...
2006-02-11 Steve ReinhardtAdd keyword parameters and list-valued arguments to
2006-02-11 Ali Saidifix #if. I wonder why my compiler had no issues. Even...
2006-02-11 Ali Saidihello world works on a BE host for a LE guest
2006-02-11 Ali SaidiMerge zizzer:/bk/m5
2006-02-10 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-02-10 Ali Saidiconfused an ifdef with an if
2006-02-10 Ali SaidiMerge zizzer:/bk/m5
2006-02-10 Ali Saidifix problems on darwin/*BSD for syscall emulation mode
2006-02-10 Steve ReinhardtChange how memory operands are handled in ISA descriptions.
2006-02-10 Korey SewellMerge zizzer:/bk/multiarch
2006-02-10 Korey SewellThe first fully coded version of decoder.isa!!!!!
2006-02-10 Steve ReinhardtSplit Alpha ISA description into multiple files
2006-02-10 Steve ReinhardtMinor cleanup of include-handling code in isa_parser.py.
2006-02-09 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-02-09 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-02-09 Steve ReinhardtChange how isa_parser.py generates C++ names for isa_de...
2006-02-09 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-02-09 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-02-09 Gabe BlackChanged the filenames to the new standard again
2006-02-09 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-02-09 Gabe BlackA fix for SConscript so it will work with newer version...
2006-02-09 Korey Sewellmore code for instructions... Mainly for coprocessor0...
2006-02-08 Korey SewellMerge zizzer:/bk/multiarch
2006-02-08 Korey SewellCode for more "BasicOp" instructions ... formats for...
2006-02-08 Korey Sewelladd at least BasicOp Format to most if not all instructions
2006-02-08 Steve ReinhardtReplace ad-hoc or locally defined power-of-2 tests
2006-02-08 Gabe BlackMoved the alpha isa_desc to conform to the new naming...
2006-02-08 Gabe BlackSome fixups
2006-02-08 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-02-08 Gabe BlackAlot of changes to push towards ISA independence. Highl...
2006-02-08 Korey SewellActually we do need a separate class for Integer Ops...
2006-02-07 Korey Sewellname changes ... minor IntOP format change
2006-02-04 Korey Sewell1st full draft switch statement actions for all integer...
2006-02-04 Korey Sewellmainly added minor support for the basic arithmetic...
2006-02-03 Korey Sewell.h -> .def
2006-02-03 Korey SewellRename: arch/mips/isa/formats/tlb.format -> arch/mips...
2006-02-03 Korey SewellCheckin (Merge?) files ... Added a few new format files
2006-02-03 Gabe Blackbyte_swap.hh was removed from arch/alpha/, and replaced...
2006-02-01 Ali SaidiMerge zizzer:/bk/multiarch
2006-02-01 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-02-01 Ali SaidiFix a mistake, need to import SCons.Scanner
2006-01-31 Ali SaidiAdd a scaner for .isa files. Ordering it turns out...
2006-01-30 Nathan BinkertMake the M5 Emacs C style default to inserting spaces...
2006-01-29 Korey Sewellsparc files that were removed from revision 1.888
2006-01-26 Korey Sewellbitfields definition to support current decoder.h
2006-01-26 Korey Sewell"sparc" -> "mips"
2006-01-26 Korey Sewelldecoder skeleton code: this should be able to read...
2006-01-25 Korey Sewellmore changes to the decoder ... Now does special 3...
2006-01-25 Korey Sewellfirst version of my decoder function skeleton
2006-01-25 Korey Sewellinitial changes to decoder.hh and copied files from...
2006-01-25 Gabe BlackSome stuff aparently didn't get committed which was...
2006-01-10 Gabe BlackAdding the sparc ISA files which were worked on locally
2005-12-23 Steve ReinhardtFix roundUp function template so explicit arg is not
2005-12-23 Steve ReinhardtChange base/intmath.{cc,hh} to follow m5 style.
2005-12-23 Nathan BinkertUpdates to Memory system changes document.
2005-12-23 Steve ReinhardtAdd a more refined stab at some of the new interface.
2005-12-22 Steve ReinhardtAdd notes from latest memory system redesign meetings.
2005-12-22 Nathan BinkertMake ScsiController a PioDevice so it works again.
2005-12-19 Nathan BinkertCreate the ProxyError Exception. Raise it when an...
2005-12-19 Nathan BinkertAdd a little bit of support to grab info for making...
2005-12-07 Steve ReinhardtMake simulation termination message less threatening...
2005-12-01 Ron DreslinskiTwo small fixes for mem_req's and Probe path with MOSI...
2005-11-29 Ali SaidiAdd support for multiple streams being configured with...
2005-11-28 Nathan BinkertVirtualized SINIC fixes
2005-11-28 Nathan BinkertMake the debugger a bit more useful with m5.opt by...
2005-11-25 Nathan BinkertVirtualize sinic
2005-11-25 Nathan BinkertAdd the capability to iterate through the packets in...
2005-11-23 Nathan BinkertMajor improvements in the graph output code. Mostly...
2005-11-23 Nathan BinkertChange the set of statistics that are generated when...
2005-11-23 Nathan BinkertMore changes from cpus named fullX to runX
2005-11-23 Nathan BinkertFix the system clock at 1THz making 1 simulation tick...
next