Age | Commit message (Expand) | Author |
2010-06-02 | ARM: Make the predecoder handle Thumb instructions. | Gabe Black |
2010-06-02 | ARM: Make sure ExtMachInst is used consistently instead of regular MachInst. | Gabe Black |
2010-06-02 | ARM: Add a bitfield for setting the regular, inst bits of an ExtMachInst. | Gabe Black |
2010-06-02 | ARM: Add a bit to the ExtMachInst to select thumb mode. | Gabe Black |
2010-06-02 | ARM: Allow ARM processes to start in Thumb mode. | Gabe Black |
2010-06-02 | ARM: Detect thumb mode elf images. | Gabe Black |
2010-06-02 | ARM: Add a new base class for instructions that can do an interworking branch. | Gabe Black |
2010-06-02 | ARM: Track the current ISA mode using the PC. | Gabe Black |
2010-06-02 | ARM: Fix custom writer/reader code for non indexed operands. | Gabe Black |
2010-06-02 | ARM: Remove IsControl from operands that don't imply control transfers. | Gabe Black |
2010-06-02 | ARM: Adjust some copyrights | Ali Saidi |
2010-06-01 | style: clean up ruby's Set class | Nathan Binkert |
2010-05-25 | x86: put back code that I accidentally deleted | Nathan Binkert |
2010-05-23 | copyright: Change HP copyright on x86 code to be more friendly | Nathan Binkert |
2010-05-19 | BPRED: Update one missing regression | Ali Saidi |
2010-05-14 | SPARC: Implement the version of movcc that uses the fp condition codes. | Gabe Black |
2010-05-13 | Automated merge with ssh://m5sim.org//repo/m5 | Ali Saidi |
2010-05-13 | BPRED: Update regressions for tournament predictor fix. | Ali Saidi |
2010-05-13 | BPRED: Fixed the treshold-bug in the tournament predictor. | Maximilien Breughe |
2010-05-12 | X86: Make the cvti2f microop sign extend its integer source correctly. | Gabe Black |
2010-05-12 | X86: Actual change that fixes div. How did that happen? | Gabe Black |
2010-05-12 | X86: The logic that handled the recently fixed corner case for div wasn't qui... | Gabe Black |
2010-05-06 | Merge. | Gabe Black |
2010-05-06 | X86: Update the stats for the new aux vectors in the ruby regression. | Gabe Black |
2010-05-06 | macos: MacOS has deprecated getdirentries, so just disable the code. | Nathan Binkert |
2010-05-06 | compile: don't #include unnecessary stuff | Nathan Binkert |
2010-05-03 | X86: Update stats for the updated auxilliary vectors. | Gabe Black |
2010-05-03 | X86: Update the base aux vector X86 processes install. | Gabe Black |
2010-05-02 | X86: Sometimes CPUID depends on ecx, so pass that in. | Gabe Black |
2010-05-02 | Statetrace: Fix compile problems with the AMD64 version of statetrace. | Gabe Black |
2010-05-02 | X86: Finally fix a division corner case. | Gabe Black |
2010-04-18 | config: fix assertion for x86 in FSConfig.py | Nathan Binkert |
2010-04-18 | stats: make simTicks and simFreq accessible from stats.hh | Nathan Binkert |
2010-04-18 | callback: Make helper functions that create callback objects for you | Nathan Binkert |
2010-04-18 | event: Allow EventWrapper to take an object reference | Nathan Binkert |
2010-04-15 | scons: don't maintain files in sorted order | Nathan Binkert |
2010-04-15 | tick: rename Clock namespace to SimClock | Nathan Binkert |
2010-04-15 | eventq: move EventQueue constructor to cc file | Nathan Binkert |
2010-04-11 | inorder: update regressions for fwd-ing patch | Korey Sewell |
2010-04-10 | inorder: timing for inst forwarding | Korey Sewell |
2010-04-02 | eventq: allow an implicit cast from an EventManager to an EventQueue * | Nathan Binkert |
2010-04-02 | eventq: Clean up some flags | Nathan Binkert |
2010-04-02 | eventq: Make priorities just an integer instead of an enum. | Nathan Binkert |
2010-04-02 | refcnt: no default copy contructor or copy operator | Nathan Binkert |
2010-04-02 | ruby: get rid of gems_common/util.hh and .cc and use stuff in src/base | Nathan Binkert |
2010-04-02 | ruby: get "using namespace" out of headers | Nathan Binkert |
2010-03-31 | style: another ruby style pass | Nathan Binkert |
2010-03-29 | style: cleanup the Ruby Tester | Nathan Binkert |
2010-03-27 | m5: merge inorder updates | Korey Sewell |
2010-03-27 | inorder: update twolf/vortex regressions | Korey Sewell |