Age | Commit message (Expand) | Author |
2008-10-10 | X86: Split makeLinuxX86System into makeLinuxX86System and makeX86System. | Gabe Black |
2008-10-10 | X86: Move the smbios objects into a folder for BIOS objects. | Gabe Black |
2008-10-10 | X86: Fix compilation with new eventq API. | Gabe Black |
2008-10-09 | SimObjects: Clean up handling of C++ namespaces. | Nathan Binkert |
2008-10-09 | range_map: Add a method to find which range a single value falls into. | Nathan Binkert |
2008-10-09 | style: conform to M5 style. | Nathan Binkert |
2008-10-09 | mem: Add a method for setting the time on a packet. | Nathan Binkert |
2008-10-09 | eventq: convert all usage of events to use the new API. | Nathan Binkert |
2008-10-09 | eventq: Major API change for the Event and EventQueue structures. | Nathan Binkert |
2008-10-09 | pdb: Try to make pdb work better. | Nathan Binkert |
2008-10-09 | SINIC: Commit old code from ASPLOS 2006 studies. | Nathan Binkert |
2008-10-09 | eventq: Don't use inline friend function when a static function will do. | Nathan Binkert |
2008-10-09 | SCons: add code to provide a libm5 shared library. | Nathan Binkert |
2008-10-09 | eventq: I'm sick of the warning about MaxTick being unused. | Nathan Binkert |
2008-10-09 | stats: use properly signed types for looping and comparison | Nathan Binkert |
2008-10-09 | style: Bring statistics code in line with the proper style. | Nathan Binkert |
2008-10-09 | O3: Generaize the O3 IMPL class so it isn't split out by ISA. | Gabe Black |
2008-10-09 | O3: Generaize the O3 dynamic instruction class so it isn't split out by ISA. | Gabe Black |
2008-10-09 | O3: Generalize the O3 CPU object so it isn't split out by ISA. | Gabe Black |
2008-10-09 | Microcode: Fix a silent typo error in the microcode assembler. | Gabe Black |
2008-10-09 | Microcode: Fix a very old bug with parsing external labels in microcode. | Gabe Black |
2008-10-09 | CPU: Fix where setMicroPC was being called instead of setNextMicroPC. | Gabe Black |
2008-10-09 | X86: Fix the debugging microops. The debug functions can't handle a string ob... | Gabe Black |
2008-10-09 | X86: Make far ret modify CS instead of some random selector. | Gabe Black |
2008-10-09 | Added tag m5_2.0_beta6 for changeset d8b246a665c1 | Gabe Black |
2008-10-08 | Scons: Update compare_versions() to ignore trailing charecters after an int. ... | Ali Saidi |
2008-10-07 | Update the README and RELEASE_NOTES files to prepare for beta 6. | Gabe Black |
2008-10-06 | python: cleanup options parsing stuff so that it properly deals with defaults. | Nathan Binkert |
2008-10-06 | fix shadow set bugs in MIPS code that caused out of bounds access... | Korey Sewell |
2008-10-02 | unittest: Add unit tests to the scons framework. | Nathan Binkert |
2008-10-02 | unittest: Cleanup unit tests. Follow style. Garbage Collect. | Nathan Binkert |
2008-10-02 | stats: Fix small bug pointed out by unit testing. | Nathan Binkert |
2008-10-02 | Output: Verify output files are open after opening them. | Ali Saidi |
2008-10-01 | Cleanup m5term changes with Nate's comments. | Ali Saidi |
2008-10-01 | Make m5term use select() so OS X is happy. | Ali Saidi |
2008-09-29 | Make overriding port assignments in Python work, | Steve Reinhardt |
2008-09-29 | Fix EVENTQ_DEBUG vs DEBUG_EVENTQ #define inconsistency. | Steve Reinhardt |
2008-09-29 | alpha: Need to include cstring so that g++ 4.3 works. | Nathan Binkert |
2008-09-28 | tests: Update all tests for small outstanding changes. | Nathan Binkert |
2008-09-28 | tests: rename the terminal files for solaris. | Nathan Binkert |
2008-09-28 | tests: perlbmk now works. Commit stats and assume the're right. | Nathan Binkert |
2008-09-28 | tests: Kevin fixed how writebacks are handled in SMT and that changed stats. | Nathan Binkert |
2008-09-27 | gcc: Version 4.3 adds some warnings that we're turning off. | Nathan Binkert |
2008-09-27 | gcc: Add extra parens to quell warnings. | Nathan Binkert |
2008-09-27 | style: Make a style pass over the whole arch/alpha directory. | Nathan Binkert |
2008-09-27 | alpha: Clean up namespace usage. | Nathan Binkert |
2008-09-27 | arch: TheISA shouldn't really ever be used in the arch directory. | Nathan Binkert |
2008-09-27 | alpha: Get rid fo the namespace called EV5. | Nathan Binkert |
2008-09-27 | style | Nathan Binkert |
2008-09-27 | add a bit of style | Nathan Binkert |