SCons: Clean up some inconsistent capitalization in scons options.
[gem5.git] / src / base /
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-12 Ali SaidiVNC: Add VNC server to M5
2011-02-03 Gabe BlackTime: Add serialization functions to the Time class.
2011-01-23 Nathan Binkertrefcnt: Change things around so that we handle constnes...
2011-01-20 Gabe BlackTime: Add setTick and getTick functions to the Time...
2011-01-15 Nathan Binkerttime: improve time datastructure
2011-01-10 Nathan Binkertstats: Add a histogram statistic type
2011-01-10 Nathan Binkertstats: fix the distribution stat
2011-01-10 Gabe BlackCurtick: Fix mysql.cc build needing curTick.
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-04 Gabe BlackParams: Print the IP components in the right order.
2011-01-03 Steve ReinhardtMove sched_list.hh and timebuf.hh from src/base to...
2011-01-03 Steve ReinhardtDelete unused files from src/base directory.
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2011-01-03 Gabe BlackRefCount: Fix reference counting pointer == and !=...
2010-12-22 Steve ReinhardtGet rid of unused file src/base/dbl_list.hh
2010-11-23 Gabe BlackCopyright: Add AMD copyright to the param changes I...
2010-11-23 Gabe BlackParams: Add parameter types for IP addresses in various...
2010-11-20 Nathan Binkertrandom: small comment about our random number generator...
2010-11-20 Ali SaidiSCons: Support building without an ISA
2010-11-08 Ali Saidisim: Use forward declarations for ports.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
2010-08-23 Ali SaidiLoader: Don't insert symbols into the symbol table...
2010-08-23 Ali SaidiARM: Add I/O devices for booting linux
2010-08-23 Ali SaidiLoader: Use address mask provided to load*Symbols when...
2010-08-23 Ali SaidiBASE: Fix genrand to generate both 0s and 1s when max...
2010-08-23 Ali Saidistats: Fix off-by-one error in distributions.
2010-07-22 Nathan Binkertstats: unify the two stats distribution type better
2010-07-21 Nathan Binkertstats: cleanup a few small problems in stats
2010-07-06 Steve Reinhardtcheckpointing: another small overload fix
2010-07-06 Steve Reinhardtsim: fold StartupCallback into SimObject
2010-06-15 Nathan Binkertstats: rename print to display in the mysql code too...
2010-06-15 Nathan Binkertstats: rename print to display so it work in python
2010-06-15 Nathan Binkertstats: only consider a formula initialized if there...
2010-06-15 Nathan Binkertstats: get rid of the never-really-used event stuff
2010-06-11 Nathan Binkertruby: get rid of the Map class
2010-06-11 Nathan Binkertruby: get rid of Vector and use STL
2010-06-03 Lisa HsuStats: fix dist stat and enable VectorDistStat
2010-06-02 Gabe BlackARM: Detect thumb mode elf images.
2010-05-06 Gabe BlackMerge.
2010-05-06 Nathan Binkertcompile: don't #include unnecessary stuff
2010-04-18 Nathan Binkertcallback: Make helper functions that create callback...
2010-04-02 Nathan Binkertrefcnt: no default copy contructor or copy operator
2010-02-23 Lisa Hsustats: this makes some fixes to AverageStat and Average...
2010-01-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-23 Nathan Binkertbuild: need to include cstdio
2010-01-19 Derek Howermerge
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-10-27 Timothy M. JonesPOWER: Add support for the Power ISA
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-07-31 Korey Sewellmerge mips fix and statetrace changes
2009-07-27 Ali SaidiARM: Detect OABI binaries and complain that they're...
2009-07-02 Gabe BlackARM: Add a findLsbSet function and use it to implement...
2009-06-21 Gabe BlackBitUnion: Add more constiness.
2009-06-06 Nathan Binkertcleanup: Make use of types properly and make the loop...
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkertincludes: use base/types.hh not inttypes.h or stdint.h
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-05-13 Nathan Binkertstats: tidy up the Distribution type a little bit
2009-05-13 Nathan Binkertstats: fancy is a bad name
2009-05-13 Nathan Binkertstats: clean up the code for printing stats
2009-05-11 Korey SewellMerge Ruby Stuff
2009-05-11 Nathan Binkertstats: remove a few compat leftovers
2009-05-11 Nathan Binkertstats: forgot an include for the mysql stuff
2009-05-11 Nathan Binkertscons: add include guards to info.hh
2009-04-22 Nathan Binkertstats: Move flags into info.hh and use base/flags.hh...
2009-04-22 Nathan Binkertstats: Shuffle around info stuff so it can be accessed...
2009-04-22 Nathan Binkertstats: Rename the info classes to hopefully make things...
2009-04-22 Nathan Binkertstats: remove simplescalar compatibility for printing
2009-04-22 Nathan Binkertstats: fix initialization bug in distribution text...
2009-04-21 Nathan BinkertAutomated merge with ssh://m5sim.org//repo/m5
2009-04-09 Nathan Binkertstats: disallow duplicate statistic names.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-16 Nathan Binkertstats: fix compiler error
2009-03-07 Nathan Binkertstats: cleanup text output stuff and fix mysql output
2009-03-07 Nathan Binkertbuild: fix errors for compilers other than g++ 4.3
2009-03-06 Nathan Binkertstats: create an enable phase, and a prepare phase.
2009-03-06 Nathan Binkertstats: clean up how templates are used on the data...
2009-03-06 Nathan Binkertstats: Fix all stats usages to deal with template fixes
2009-03-06 Nathan Binkertstats: remove the template wart left over from the...
2009-03-06 Nathan Binkertstats: stick the distribution's fancy parameter into...
2009-03-06 Nathan Binkertstats: Add a wrapper class for the information side...
2009-03-06 Nathan Binkertstats: better naming of template parameters for the...
2009-03-06 Nathan Binkertstats: get rid of meaningless uses of virtual
2009-03-06 Nathan Binkertstats: miscellaneous cleanup
2009-03-04 Korey SewellGive TimeBuffer an ID that can be set. Necessary becaus...
2009-02-27 Ali SaidiCPA: Add new object for gathering critical path annotat...
2009-02-23 Nathan Binkertstats: reorganize how parameters are stored and accessed.
2009-02-23 Nathan Binkertstats: move the limits stuff into the types.hh file
2009-02-23 Nathan Binkertstats: get rid of the convoluted 'database' code.
2009-02-23 Nathan Binkertstats: Try to make the names of things more intuitive.
2009-02-23 Nathan Binkertstats: fix text printout for distributions
2009-02-23 Nathan Binkertdebug: Move debug_break into src/base
2009-02-16 Gabe BlackX86: Make the loader recognize 32 bit x86 processes.
next