Age | Commit message (Expand) | Author |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2011-01-03 | Make commenting on close namespace brackets consistent. | Steve Reinhardt |
2010-11-19 | SCons: Support building without an ISA | Ali Saidi |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-10-01 | Debug: Implement getArgument() and function skipping for ARM. | Ali Saidi |
2010-09-13 | Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. | Gabe Black |
2010-09-10 | style: fix sorting of includes and whitespace in some files | Nathan Binkert |
2010-05-06 | macos: MacOS has deprecated getdirentries, so just disable the code. | Nathan Binkert |
2009-11-14 | SE: Fix SE mode OS X compilation. | Ali Saidi |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |
2009-10-30 | Syscalls: Make system calls access arguments like a stack, not an array. | Gabe Black |
2009-10-24 | syscall: Implementation of the time system call. | Timothy M. Jones |
2009-10-24 | syscall: Implementation of the times system call | Timothy M. Jones |
2009-10-02 | SE mode: Make the direction anonymous mmaps move through memory configurable. | Gabe Black |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-07-08 | Alpha: Pull the MiscRegFile fully into the ISA object. | Gabe Black |
2009-07-08 | Registers: Eliminate the ISA defined RegFile class. | Gabe Black |
2009-07-08 | Registers: Add an ISA object which replaces the MiscRegFile. | Gabe Black |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | includes: use base/types.hh not inttypes.h or stdint.h | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-04-15 | Get rid of the Unallocated thread context state. | Steve Reinhardt |
2009-03-05 | stats: Fix all stats usages to deal with template fixes | Nathan Binkert |
2009-02-27 | Processes: Make getting and setting system call arguments part of a process o... | Gabe Black |
2009-01-17 | Fix issue 326: glibc non-deterministic because it reads /proc | Ali Saidi |
2009-01-13 | SCons: centralize the Dir() workaround for newer versions of scons. | Nathan Binkert |
2008-11-02 | Make it so that all thread contexts are registered with the System, even in | Lisa Hsu |
2008-09-27 | style: Make a style pass over the whole arch/alpha directory. | Nathan Binkert |
2008-09-27 | alpha: Get rid fo the namespace called EV5. | Nathan Binkert |
2008-09-26 | Use logical operator instead of bitwise operator for correctness. | Nathan Binkert |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2008-06-11 | SCons: Fix more SCons version issues | Ali Saidi |
2008-05-20 | SCons: Fixing SCons bug 2006 issues for non-alpha ISAs | Stephen Hines |
2008-05-06 | SCons: More scons fixing for SCons bug 2006 | Ali Saidi |
2007-10-31 | String constant const-ness changes to placate g++ 4.2. | Steve Reinhardt |
2007-10-31 | Traceflags: Add SCons function to created a traceflag instead of having one f... | Ali Saidi |
2007-10-31 | Linux Support: Finally update vptr for new memory system. | Ali Saidi |
2007-08-01 | Arguments: Get rid of duplicate code for the Arguments class in each architec... | Ali Saidi |
2007-07-26 | X86: Fix argument register indexing. | Gabe Black |
2007-05-21 | Change getDeviceAddressRanges to use bool for snoop arg. | Steve Reinhardt |
2007-05-01 | change the way dprintf works so the cache accesses required to fulfill the dp... | Ali Saidi |
2007-04-30 | always skip the debugprintf function (DebugPrintf traceflag shouldn't matter)... | Ali Saidi |
2007-04-16 | Fixes for splash, may conflict with Korey's SMT work and doesn't support 03cp... | Ron Dreslinski |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-07 | *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg | Ali Saidi |
2007-03-06 | Move all of the parameters of the Root SimObject so they are | Nathan Binkert |
2007-02-10 | Clean up tracing stuff more, get rid of the trace log since | Nathan Binkert |
2006-11-09 | Moved the Alpha MiscRegFile into it's own file, and got rid of the Alpha spec... | Gabe Black |
2006-11-07 | Fixed to account for branch delay slots. | Gabe Black |