summaryrefslogtreecommitdiff
path: root/src/base
AgeCommit message (Expand)Author
2007-08-10DMA: Add IOCache and fix bus bridge to optionally only send requests oneAli Saidi
2007-08-10Bus: Only call end() on an stl object once in a loopAli Saidi
2007-08-03merge from headSteve Reinhardt
2007-08-02Output: Make OutputDirectory::create() be able to create binary files.Ali Saidi
2007-07-22Merge more changes in from head.Steve Reinhardt
2007-07-22Merge Gabe's changes with mine.Steve Reinhardt
2007-07-20Fix function which calculates the carry flag.Gabe Black
2007-07-18Fix a compilation error for SubBitUnions,Gabe Black
2007-07-17Create a file of functions for computing condition codes.Gabe Black
2007-07-17Add a conversion constructor so a bitunion can be initialized to a value.Gabe Black
2007-07-14Move bitunion code into it's own file.Gabe Black
2007-07-14Add CacheRepl trace flag and move a couple DPRINTFs to it.Steve Reinhardt
2007-07-14Merge from head.Steve Reinhardt
2007-07-14Make NO_FAST_ALLOC compile.Steve Reinhardt
2007-06-23Merge vm1.(none):/home/stever/bk/newmem-headSteve Reinhardt
2007-06-22mips import pt. 1Korey Sewell
2007-06-21Getting closer...Steve Reinhardt
2007-06-14Fix an assert to allow rounding mode 0.Gabe Black
2007-06-09only compile fenv.c if we're using fenvNathan Binkert
2007-05-26Get rid of GNU libelf and its autoconf nastiness and replaceNathan Binkert
2007-05-11total should be the sum of the vector result of an operation,Nathan Binkert
2007-05-09bit_val was being used directly in the statement in return. If type B had few...Ali Saidi
2007-04-21fixes for solaris compileAli Saidi
2007-04-21create base/fenv.c to standerdize fenv across platforms. It's a c file and no...Ali Saidi
2007-04-12Completely re-work how the scons framework incorporates swigNathan Binkert
2007-03-26Instead of creating a new python process to run traceflags.py,Nathan Binkert
2007-03-21Missed a constGabe Black
2007-03-20Fixed up some types and const placement, and added signed bitfields that sign...Gabe Black
2007-03-19Ditched read or write only subbitfields for now since they were proving diffi...Gabe Black
2007-03-19For the _BitfieldRO and _BitfieldWO classes, make sure the undesired operator...Gabe Black
2007-03-19Formatting fixes.Gabe Black
2007-03-19Lots and lots of comments.Gabe Black
2007-03-19Reworked the BitUnion stuff a bit. There is moderately better isolation of th...Gabe Black
2007-03-17Created BitUnion type which lets you define nested bitfields for an integer i...Gabe Black
2007-03-15Merge zizzer:/bk/newmemAli Saidi
2007-03-15fix a bug gabe foundAli Saidi
2007-03-15Changed warns to DPRINTFs and multiply by 8 where needed.Gabe Black
2007-03-13Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-13fix interrupting during a quisce on sparcAli Saidi
2007-03-12call ccprintf() with the appropriate argument types so we don't recuse foreverAli Saidi
2007-03-12remove the extern C around gdb helper functions. It's need needed for any new...Ali Saidi
2007-03-12Get rid of those pesky valgrind warnings, Conditional jump or move depends on...Ali Saidi
2007-03-11Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-11Make sttw and sttwa use the twin memory operations.Gabe Black
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2007-03-07Add some constructors and an output operator to the Twin??_t types so that o3...Gabe Black
2007-03-06Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black
2007-03-05Add x86 to the Arch enum in the object file class.Gabe Black