Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | Gabe Black | |
object format. | |||
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 | |
This is a fix for a mysql version number that includes a (E.g. 5.0.51a) | |||
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 | |
While we're at it, make it possible to run main.py in a somewhat standalone mode again so that we can test things without compiling. | |||
2008-10-06 | fix shadow set bugs in MIPS code that caused out of bounds access... | Korey Sewell | |
panic rdpgpr/wrpgpr instructions until a better impl. of MIPS shadow sets is available. | |||
2008-10-02 | unittest: Add unit tests to the scons framework. | Nathan Binkert | |
Also fix the unit tests so they actually compile correctly. | |||
2008-10-02 | unittest: Cleanup unit tests. Follow style. Garbage Collect. | Nathan Binkert | |
--HG-- rename : src/unittest/rangemaptest2.cc => src/unittest/rangemultimaptest.cc | |||
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 | |
and print better error messages when it doesn't. | |||
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 | |
Little differences have accumulated over time and it's worth getting things back in sync for the stable release. | |||
2008-09-28 | tests: rename the terminal files for solaris. | Nathan Binkert | |
I forgot to do this when I renamed everything else. --HG-- rename : tests/long/80.solaris-boot/ref/sparc/solaris/t1000-simple-atomic/console.system.t1000.hconsole => tests/long/80.solaris-boot/ref/sparc/solaris/t1000-simple-atomic/system.t1000.hterm rename : tests/long/80.solaris-boot/ref/sparc/solaris/t1000-simple-atomic/console.system.t1000.pconsole => tests/long/80.solaris-boot/ref/sparc/solaris/t1000-simple-atomic/system.t1000.pterm | |||
2008-09-28 | tests: perlbmk now works. Commit stats and assume the're right. | Nathan Binkert | |
Kevin fixed how O3 handles syscalls that change NextPC (longjump). | |||
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 | |
We just can't deal with right now. | |||
2008-09-27 | gcc: Add extra parens to quell warnings. | Nathan Binkert | |
Even though we're not incorrect about operator precedence, let's add some parens in some particularly confusing places to placate GCC 4.3 so that we don't have to turn the warning off. Agreed that this is a bit of a pain for those users who get the order of operations correct, but it is likely to prevent bugs in certain cases. | |||
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 | |
We should always refer to the specific ISA in that arch directory. This is especially necessary if we're ever going to make it to the point where we actually have heterogeneous systems. | |||
2008-09-27 | alpha: Get rid fo the namespace called EV5. | Nathan Binkert | |
We're never going to do an alpha platform other than the one we've got. | |||
2008-09-27 | style | Nathan Binkert | |
2008-09-27 | add a bit of style | Nathan Binkert | |
2008-09-26 | style: missed space after switch | Nathan Binkert | |
2008-09-26 | When nesting if statements, use braces to avoid ambiguous else clauses. | Nathan Binkert | |
2008-09-26 | Use logical operator instead of bitwise operator for correctness. | Nathan Binkert | |
2008-09-26 | style: bring this file into M5 style, use the new pte translate function. | Nathan Binkert | |
2008-09-26 | scons: disable several gcc warnings for swig autogenerated wrapper code. | Nathan Binkert | |
2008-09-26 | style: These files didn't even come close to following the M5 style guide. | Nathan Binkert | |
2008-09-26 | O3CPU: Fix thread writeback logic. | Kevin Lim | |
Fix the logic in the LSQ that determines if there are any stores to write back. In the commit stage, check for thread specific writebacks instead of just any writeback. | |||
2008-09-26 | O3CPU: Add a hack to ensure that nextPC is set correctly after syscalls. | Kevin Lim | |
Just check CPU's nextPC before and after syscall and if it changes, update this instruction's nextPC because the syscall must have changed the nextPC. | |||
2008-09-23 | sparc: Fix style, create a helper function for translation. | Nathan Binkert | |
The translate function simplifies code and removes some compiler warnings in gcc 3.4 | |||
2008-09-22 | scons: Separate swig environment so we can have different flags. | Nathan Binkert | |
Swig code isn't quite perfect, so let's not turn on all of the warnings. | |||
2008-09-22 | gcc: Version 4.3 is pretty anal about shadowing types, placate it. | Nathan Binkert | |
In the future, it would be nice to put the O3CPU into its own namespace so that we don't end up hardcoding pointers to the global namespace. | |||
2008-09-22 | style | Nathan Binkert | |
2008-09-21 | SCons: Update compare_versions() to ignore trailing charecters in versions. | Ali Saidi | |
2008-09-19 | We're searching for g++ incorrectly | Nathan Binkert | |
2008-09-19 | We're using the static keyword improperly in some cases. | Nathan Binkert | |
2008-09-19 | atomicio: provide atomic read and write functions. | Nathan Binkert | |
These functions keep trying to read and write until all data has been transferred, or an error occurrs. In the case where an end of file hasn't been reached, but all of the bytes have not been read/written, try again. On EINTR, try again. | |||
2008-09-19 | Use C++ limits where applicable for portability | Nathan Binkert | |
2008-09-19 | Use the proper version of C++ headers | Nathan Binkert | |
2008-09-19 | Check the return value of I/O operations for failure | Nathan Binkert | |
2008-09-19 | inifile: Whack preprocessor access. | Nathan Binkert | |
We haven't used the preprocessor feature of the inifile stuff in a very long time, so let's get rid of it since it would otherwise take effort to maintain. | |||
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers ↵ | Ali Saidi | |
should configure their editors to not insert tabs |