summaryrefslogtreecommitdiff
path: root/src/base
AgeCommit message (Expand)Author
2007-11-14remove unnecessary debug messages I addedKorey Sewell
2007-11-13Add in files from merge-bare-iron, get them compiling in FS and SE modeKorey Sewell
2007-10-31String constant const-ness changes to placate g++ 4.2.Steve Reinhardt
2007-10-31Traceflags: Old traceflags.py file is no longer needed.Ali Saidi
2007-10-31Traceflags: Add SCons function to created a traceflag instead of having one f...Ali Saidi
2007-10-31Base: Rework the way M5 provides and creates random numbers.Ali Saidi
2007-10-30Add constant stat.Vilas Sridharan
2007-10-12Loader: Identify sections based on virtual addresses, and set the LoadAddrMas...Gabe Black
2007-10-09ELF Loader: Use physical addresses instead of virtual ones.Gabe Black
2007-10-07BitUnion: Fix some types in the bitunion classes.Gabe Black
2007-10-02Remote GDB: Get rid of an unwanted delete in SE.Gabe Black
2007-09-25Condition Codes: Fix the findParity function.Gabe Black
2007-09-25Condition Codes: Fix type error.Gabe Black
2007-09-25Loader: Load all segments of an elf, rather than just the "text" and "data".Gabe Black
2007-09-11Loader: Error if a TLS section is found in the binary.Ali Saidi
2007-09-10Remove redundant endian.hh and use byteswap.hh in its place.Gabe Black
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