gem5.git
2007-04-23 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-04-23 Kevin LimUpdate refs for CPU clock changes and O3 CPI/IPC calcul...
2007-04-23 Gabe BlackMerge zizzer.eecs.umich.edu:/n/wexford/x/gblack/m5...
2007-04-23 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-04-22 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-22 Gabe BlackChange mcf to use smred inputs so it doesn't take two...
2007-04-22 Kevin LimUpdated refs for calculating IPC/CPI.
2007-04-22 Kevin LimUse proper cycles for IPC and CPI equations.
2007-04-22 Kevin LimUpdate refs for new CPU frequency changes.
2007-04-22 Kevin LimUpdate configs to set the CPU clock properly.
2007-04-22 Gabe BlackMake the floating point zero register special handling...
2007-04-22 Gabe BlackMake the GSR into a renamed control register. It should...
2007-04-21 Ali SaidiMerge zizzer:/bk/newmem
2007-04-21 Ali Saidifixes for solaris compile
2007-04-21 Ali Saidicreate base/fenv.c to standerdize fenv across platforms...
2007-04-21 Lisa Hsuspec-surge-client.rcS:
2007-04-19 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-04-18 Nathan Binkertupdate the stuff that's removed from the SConscripts
2007-04-18 Nathan BinkertMove the turbolaser python simobject stuff into the
2007-04-18 Nathan Binkertfix SIGUSR1 and SIGUSR2 by clearing the variables after
2007-04-17 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-04-16 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-16 Kevin LimUpdate long test refs.
2007-04-15 Gabe BlackMake an inner loop which pulls microops out of macroops...
2007-04-15 Gabe BlackAdd extra constructors to Alpha and MIPS
2007-04-14 Gabe BlackAdd support for microcode and pull out the special...
2007-04-14 Gabe BlackMake register indexes larger so they can actually hold...
2007-04-14 Gabe BlackMake the fsr a serializing register. Other control...
2007-04-13 Ali SaidiMerge zizzer:/bk/newmem
2007-04-13 Ali Saiditake a first stab at the release notes
2007-04-13 Gabe BlackAdjust references to reflect differences without specia...
2007-04-13 Gabe BlackRemove most of the special handling for delay slots...
2007-04-13 Nathan BinkertCompletely re-work how the scons framework incorporates...
2007-04-12 Nathan BinkertDon't allow Source to accept multiple arguments, lists,
2007-04-12 Nathan BinkertFix NextEthernetAddr.
2007-04-12 Nathan BinkertAdd a scons hack to force symlinks to the swig .i files
2007-04-11 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-11 Gabe BlackMake trying to execute macroops fail with a better...
2007-04-11 Gabe BlackCreate a filter and a union to translate the SPARC...
2007-04-10 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-10 Gabe BlackEven if you don't want to fetch more bytes, make sure...
2007-04-10 Gabe BlackInclude the new GenFault microop.
2007-04-10 Gabe BlackReworked x86 a bit
2007-04-10 Gabe BlackUpdated for the new instruction stubs.
2007-04-10 Gabe BlackChanged some instruction names to be in all caps, and...
2007-04-10 Gabe BlackAdded stub implementations of the x86 instructions...
2007-04-10 Gabe BlackA new microop which generates a specified fault.
2007-04-10 Gabe BlackAdded a class which lets you manipulate all the strings...
2007-04-10 Gabe BlackFix up the base x86 fault object and create a fault...
2007-04-10 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-10 Gabe BlackFixed a compile error.
2007-04-09 Ali Saidiadd code to whack the intel gbe model from the relase...
2007-04-09 Gabe BlackComment out the remote gdb object for SE mode.
2007-04-09 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-09 Kevin LimFix bug when blocking due to no free registers.
2007-04-09 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-09 Gabe BlackAdded SPARC o3 insttest regression.
2007-04-09 Gabe BlackAdded SPARC simple timing regression for insttest
2007-04-09 Gabe BlackMake SPARC build o3 by default.
2007-04-09 Gabe BlackAccidentally didn't save when moving the specialization...
2007-04-08 Gabe BlackTake into account that the flattened integer register...
2007-04-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-08 Gabe BlackGet the "hard" SPARC instructions working in o3. I...
2007-04-06 Gabe BlackMove the instruction specialization stuff out of the...
2007-04-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-06 Gabe BlackConsolidated the microcode assembler to help separate...
2007-04-06 Gabe BlackRefactored the x86 isa description some more. There...
2007-04-06 Gabe BlackClean up the code a little, fix (I think) a perceived...
2007-04-06 Gabe BlackAdd in a stub merging function
2007-04-06 Gabe BlackClean up the macroop code.
2007-04-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-05 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-04 Gabe BlackThe process of going from an instruction definition...
2007-04-04 Gabe BlackFix a regular expression problem when recognizing label...
2007-04-04 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-04 Kevin LimUpdates for other ISA cpu_builders.
2007-04-04 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-04 Kevin LimPass ISA-specific O3 CPU as a constructor parameter...
2007-04-04 Ali SaidiMerge zizzer:/bk/newmem
2007-04-04 Ali SaidiThe MemoryObject tha owns a port should delete it if...
2007-04-04 Gabe BlackReworking how x86's isa description works. I'm adopting...
2007-04-04 Gabe BlackMake "Name" really be the same as "name" with only...
2007-04-04 Gabe BlackMade x86 ExtMachInsts distinguishable from each other...
2007-04-04 Gabe BlackAdded all the different variations of the register...
2007-04-04 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-03 Gabe BlackMade the "data" field of store queue entries into a...
2007-04-03 Ali SaidiMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-04-03 Ali Saidifixed sttw instruction changes execution trace a bit
2007-04-03 Kevin LimFix a memory leak. Hopefully this fixes the longer...
2007-04-03 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-03 Gabe BlackA batch of changes and fixes. Macroops are now generate...
2007-04-03 Gabe BlackZero out ModRM if the byte isn't there, and fix some...
2007-04-02 Kevin LimRemove/comment out DPRINTFs that were causing a segfault.
2007-04-02 Kevin LimFix up SPARC's CPU builder to match changes to Alpha...
2007-03-30 Kevin LimUpdate refs for recent changes.
2007-03-30 Ali SaidiMerge zizzer:/bk/newmem
2007-03-30 Ali Saidimake serialization at least seem to work
2007-03-29 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-29 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-03-29 Gabe BlackAdded SPARC_SE simple timing twolf regression.
next