Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
[gem5.git] / src /
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 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 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 Ali Saidiget rid of CWP bounds warning...
2007-03-29 Gabe BlackMade the MultiOp format do a little more. It now sets...
2007-03-29 Gabe BlackAdd a microcode assembler. A microcode "program" is...
2007-03-29 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-03-29 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-03-29 Kevin LimOverride addPrivateSplitL1Caches function in order...
2007-03-29 Kevin LimUpdate code so that the O3 CPU can handle not initially...
2007-03-29 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-29 Gabe BlackFidget with the syntax of the MultiOp format in anticip...
2007-03-29 Gabe BlackAdd code to generate register and immediate based integ...
2007-03-29 Gabe BlackAllow "let" blocks to add code to the output files.
2007-03-28 Ron DreslinskiCall compare and Swap on the target, not the response.
2007-03-28 Ali Saidisome more fixes... non-tso stuff seems to work
2007-03-27 Ron DreslinskiMerge zizzer:/bk/newmem
2007-03-27 Ron DreslinskiFirst Pass At Cmp/Swap in caches
2007-03-27 Nathan BinkertInstead of creating a new python process to run tracefl...
2007-03-26 Ali SaidiMerge zizzer:/bk/newmem
2007-03-26 Ali Saidifirst bit of life from the intel gigabit model
2007-03-25 Kevin LimUpdate for new trace data behavior.
2007-03-24 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-24 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-23 Kevin LimMake hardware loads/stores serializing; they need to...
2007-03-23 Kevin LimUpdates for commit.
2007-03-23 Kevin Lim3 memory system fixes:
2007-03-23 Kevin LimHandle status bits a little better, as well as non...
2007-03-23 Kevin LimTwo fixes:
2007-03-23 Kevin LimSet progress_interval in terms of CPU cycles.
2007-03-23 Kevin LimA couple of minor fixes.
2007-03-22 Ali SaidiMerge zizzer:/bk/newmem
2007-03-22 Ali Saidifinish up the coding of the Intel Gb NIC... Many Many...
2007-03-22 Gabe BlackAdd structure based bitfield syntax to the isa_parser...
2007-03-22 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-21 Gabe BlackAdd a junk operand. With no operands, the parser breaks.
2007-03-21 Gabe BlackStart implementing groups of instructions which do...
2007-03-21 Gabe Blackput the int register count in intregs.hh
2007-03-21 Gabe BlackBreak out the one and two byte opcodes into different...
2007-03-21 Gabe BlackMissed a const
2007-03-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-21 Gabe BlackThe m5 side of statetrace. This is fairly ugly, but...
2007-03-21 Gabe BlackIgnore "time" and "times" syscalls.
2007-03-20 Gabe BlackFixed up some types and const placement, and added...
2007-03-20 Gabe BlackAdded syntax for structure oriented extMachInsts.
2007-03-19 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-19 Gabe BlackDitched read or write only subbitfields for now since...
2007-03-19 Gabe BlackFor the _BitfieldRO and _BitfieldWO classes, make sure...
2007-03-19 Gabe BlackFormatting fixes.
2007-03-19 Gabe BlackLots and lots of comments.
2007-03-19 Gabe BlackReworked the BitUnion stuff a bit. There is moderately...
2007-03-19 Gabe BlackCompile fixes for SPARC_FS.
2007-03-18 Gabe BlackThe syntax used for twin stores was confusing the parse...
2007-03-17 Gabe BlackCreated BitUnion type which lets you define nested...
2007-03-16 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-16 Gabe BlackFix ALPHA_FS compile. The MachInst -> StaticInstPtr...
2007-03-16 Gabe BlackMake the SPARC branch instructions use ExtMachInsts...
2007-03-16 Ali SaidiMerge zizzer:/bk/newmem
2007-03-16 Ali Saidifix a bug gabe found
2007-03-15 Gabe BlackRefactor things a little.
2007-03-15 Gabe BlackFile with the predecoder in it.
2007-03-15 Gabe BlackSplit the x86 "process" predecoder method into it's...
2007-03-15 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-15 Ali SaidiMerge zizzer:/bk/newmem
2007-03-15 Ali Saidiadd all the registers we'll need to support for the...
2007-03-15 Gabe BlackChanged warns to DPRINTFs and multiply by 8 where needed.
2007-03-15 Gabe BlackAdded immediate value support, and fixed alot of bugs...
2007-03-15 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-15 Gabe BlackCompile fix
2007-03-15 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-15 Gabe BlackMake the predecoder an object with it's own switched...
2007-03-13 Ali Saidifix segfault when peer owner attempts to use functional...
2007-03-13 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-13 Gabe BlackReplaced makeExtMI with predecode.
2007-03-13 Ali Saidifix interrupting during a quisce on sparc
2007-03-13 Ali SaidiMerge zizzer:/bk/newmem
2007-03-13 Ali Saidicall ccprintf() with the appropriate argument types...
2007-03-12 Ron DreslinskiMerge zizzer:/bk/newmem
2007-03-12 Ali Saidiremove the extern C around gdb helper functions. It...
2007-03-12 Gabe BlackFix mulscc.
2007-03-12 Ron DreslinskiClean up more memory leaks
2007-03-12 Ron DreslinskiMerge zizzer:/bk/newmem
2007-03-12 Ron DreslinskiFix some of the memory leaks related to writebacks
2007-03-12 Ali SaidiGet rid of those pesky valgrind warnings, Conditional...
2007-03-12 Ali SaidiMerge zizzer:/bk/newmem
2007-03-12 Ali Saidimove hver code to ua2005.cc
2007-03-12 Gabe BlackAdd the rename syscall.
2007-03-12 Gabe BlackFix the mnemonic and the branch displacement field...
2007-03-11 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-11 Gabe BlackMake sttw and sttwa use the twin memory operations.
next