gem5/src/base
2011-01-10 11:11:17 -08:00
..
loader style: fix sorting of includes and whitespace in some files 2010-09-10 14:58:04 -07:00
stats stats: Add a histogram statistic type 2011-01-10 11:11:17 -08:00
atomicio.cc types: clean up types, especially signed vs unsigned 2009-06-04 23:21:12 -07:00
atomicio.hh atomicio: provide atomic read and write functions. 2008-09-19 09:42:31 -07:00
bigint.cc build: fix compile problems pointed out by gcc 4.4 2009-11-04 16:57:01 -08:00
bigint.hh build: fix compile problems pointed out by gcc 4.4 2009-11-04 16:57:01 -08:00
bitfield.hh ARM: Add a findLsbSet function and use it to implement clz. 2009-07-01 22:16:36 -07:00
bitunion.hh BitUnion: Add more constiness. 2009-06-21 16:40:33 -07:00
callback.cc callback: Make helper functions that create callback objects for you 2010-04-18 13:23:25 -07:00
callback.hh callback: Make helper functions that create callback objects for you 2010-04-18 13:23:25 -07:00
cast.hh safe_cast: add a new cast function for casts that should always succeed. 2008-11-10 11:51:17 -08:00
chunk_generator.hh types: clean up types, especially signed vs unsigned 2009-06-04 23:21:12 -07:00
circlebuf.cc gcc: Add extra parens to quell warnings. 2008-09-27 21:03:49 -07:00
circlebuf.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
compiler.hh Bus: Only call end() on an stl object once in a loop 2007-08-10 16:14:01 -04:00
condcodes.hh Condition Codes: Fix the findParity function. 2007-09-25 20:26:10 -07:00
cp_annotate.cc Replace curTick global variable with accessor functions. 2011-01-07 21:50:29 -08:00
cp_annotate.hh Replace curTick global variable with accessor functions. 2011-01-07 21:50:29 -08:00
CPA.py CPA: Add new object for gathering critical path annotations. 2009-02-26 19:29:17 -05:00
cprintf.cc Make commenting on close namespace brackets consistent. 2011-01-03 14:35:43 -08:00
cprintf.hh Make commenting on close namespace brackets consistent. 2011-01-03 14:35:43 -08:00
cprintf_formats.hh cprintf: support a configurable width and precision ("*" in printf) 2008-12-03 04:57:54 -08:00
date.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
debug.cc debug: Move debug_break into src/base 2009-02-23 11:48:40 -08:00
debug.hh debug: Move debug_break into src/base 2009-02-23 11:48:40 -08:00
fast_alloc.cc Replace curTick global variable with accessor functions. 2011-01-07 21:50:29 -08:00
fast_alloc.hh types: clean up types, especially signed vs unsigned 2009-06-04 23:21:12 -07:00
fenv.c Fix an assert to allow rounding mode 0. 2007-06-14 13:53:27 +00:00
fenv.hh create base/fenv.c to standerdize fenv across platforms. It's a c file and not a cpp file because c99 2007-04-21 17:50:47 -04:00
flags.hh flags: Change naming of functions to be clearer 2008-12-06 14:18:18 -08:00
hashmap.hh Make commenting on close namespace brackets consistent. 2011-01-03 14:35:43 -08:00
hostinfo.cc types: Move stuff for global types into src/base/types.hh 2009-05-17 14:34:50 -07:00
hostinfo.hh types: Move stuff for global types into src/base/types.hh 2009-05-17 14:34:50 -07:00
inet.cc Params: Print the IP components in the right order. 2011-01-04 17:11:49 -05:00
inet.hh Make commenting on close namespace brackets consistent. 2011-01-03 14:35:43 -08:00
inifile.cc inifile: Whack preprocessor access. 2008-09-19 09:11:40 -07:00
inifile.hh inifile: Whack preprocessor access. 2008-09-19 09:11:40 -07:00
intmath.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
intmath.hh ARM: Add I/O devices for booting linux 2010-08-23 11:18:40 -05:00
match.cc types: clean up types, especially signed vs unsigned 2009-06-04 23:21:12 -07:00
match.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
misc.cc Replace curTick global variable with accessor functions. 2011-01-07 21:50:29 -08:00
misc.hh Rename the info function to inform to avoid likely name conflicts 2008-10-10 12:17:53 -07:00
mod_num.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
mysql.cc Make commenting on close namespace brackets consistent. 2011-01-03 14:35:43 -08:00
mysql.hh Make commenting on close namespace brackets consistent. 2011-01-03 14:35:43 -08:00
output.cc Output: Include gzstream package to allow automatically-gzipped output 2008-11-15 23:42:11 -05:00
output.hh Output: Include gzstream package to allow automatically-gzipped output 2008-11-15 23:42:11 -05:00
pollevent.cc includes: sort includes again 2009-05-17 14:34:52 -07:00
pollevent.hh Move all of the parameters of the Root SimObject so they are 2007-03-06 11:13:43 -08:00
printable.hh Additional comments and helper functions for PrintReq. 2008-01-02 13:46:22 -08:00
random.cc BASE: Fix genrand to generate both 0s and 1s when max equals one. 2010-08-23 11:18:39 -05:00
random.hh random: small comment about our random number generator and its origin 2010-11-20 12:12:27 -08:00
random_mt.cc gcc: Add extra parens to quell warnings. 2008-09-27 21:03:49 -07:00
range.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
range.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
range_map.hh range_map: Add a method to find which range a single value falls into. 2008-10-09 22:19:38 -07:00
range_ops.hh cleanup: Make use of types properly and make the loop a little more clear. 2009-06-05 17:01:19 -07:00
refcnt.hh RefCount: Fix reference counting pointer == and != with a T* on the left. 2011-01-03 15:31:20 -05:00
remote_gdb.cc Replace curTick global variable with accessor functions. 2011-01-07 21:50:29 -08:00
remote_gdb.hh Initial work to make remote gdb available in SE mode. This is completely untested. 2006-12-20 18:39:40 -05:00
SConscript Delete unused files from src/base directory. 2011-01-03 14:35:45 -08:00
socket.cc types: Move stuff for global types into src/base/types.hh 2009-05-17 14:34:50 -07:00
socket.hh sockets: Add a function to disable all listening sockets. 2008-08-03 18:19:55 -07:00
statistics.cc stats: Add a histogram statistic type 2011-01-10 11:11:17 -08:00
statistics.hh stats: Add a histogram statistic type 2011-01-10 11:11:17 -08:00
stl_helpers.hh Make commenting on close namespace brackets consistent. 2011-01-03 14:35:43 -08:00
str.cc checkpointing: another small overload fix 2010-07-05 22:57:23 -07:00
str.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
time.cc Use the proper version of C++ headers 2008-09-19 09:11:43 -07:00
time.hh style: Remove non-leading tabs everywhere they shouldn't be. Developers should configure their editors to not insert tabs 2008-09-10 14:26:15 -04:00
trace.cc Make commenting on close namespace brackets consistent. 2011-01-03 14:35:43 -08:00
trace.hh Replace curTick global variable with accessor functions. 2011-01-07 21:50:29 -08:00
types.hh ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. 2010-10-31 00:07:20 -07:00
userinfo.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
userinfo.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
varargs.hh Make commenting on close namespace brackets consistent. 2011-01-03 14:35:43 -08:00