more changes for subtick labels.
[gem5.git] / arch /
2006-02-18 Lisa HsuMerge zizzer:/bk/m5
2006-02-16 Kevin LimRemove fake fault.
2006-02-16 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-02-16 Kevin LimFixes to handle generating the initiateAcc and complete...
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 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 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 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 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 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
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 ReinhardtChange base/intmath.{cc,hh} to follow m5 style.
2005-11-22 Kevin LimApply patch for syscall emulation provided by Antti...
2005-11-20 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2005-11-20 Nathan BinkertCleanup the StackTrace interfaces and profile interface...
2005-11-19 Ali Saidiadd symbol opcode
2005-11-09 Lisa HsuMerge zizzer:/bk/m5
2005-11-09 Steve ReinhardtA couple of FP-related fixes (prompted by Adam having...
2005-11-02 Ali SaidiMerge zizzer:/bk/m5
2005-10-27 Lisa HsuMerge zizzer:/bk/m5
2005-10-21 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2005-10-20 Steve ReinhardtMinor tweak to isa_parser.
2005-10-19 Ali SaidiMerge zizzer:/bk/m5
2005-10-19 Nathan Binkertdefine a couple more abi regiesters
2005-10-18 Nathan BinkertAdd new function profiling stuff, wrap the pc_sample...
2005-09-25 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2005-09-24 Steve ReinhardtClean up indentation in isa_desc.
2005-09-12 Ali SaidiMerge zizzer:/bk/m5
2005-09-11 Steve ReinhardtExplicitly handle rounding on FP-to-integer conversions.
2005-09-02 Steve ReinhardtBug fix: can't increment an iterator after you erase
2005-08-30 Steve ReinhardtBuild options are set via a build_options file in the
2005-08-16 Benjamin NashMerge m5.eecs.umich.edu:/bk/m5
2005-08-15 Miguel SerranoChanges for getting FreeBSD to run.
2005-07-26 Benjamin NashMerge m5read@m5.eecs.umich.edu:/bk/m5
2005-07-01 Miguel SerranoMerge m5read@m5.eecs.umich.edu:/bk/m5
2005-07-01 Benjamin NashMerge m5read@m5.eecs.umich.edu:/bk/m5
2005-06-29 Benjamin NashMerge m5read@m5.eecs.umich.edu:/bk/m5
2005-06-28 Benjamin NashMerge m5read@m5.eecs.umich.edu:/bk/m5
2005-06-28 Nathan BinkertDon't hard code the location of m5AlphaAccess. Instead...
2005-06-23 Benjamin NashMerge m5read@m5.eecs.umich.edu:/bk/m5
2005-06-17 Benjamin NashMerge m5read@m5.eecs.umich.edu:/bk/m5
next