CPU: Make the constants for StaticInst flags visible outside the class.
[gem5.git] / src / base /
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.
2009-01-31 Ali SaidiErrors: Print a URL with a hash of the format string...
2009-01-23 Ali SaidiTrace: Add DPRINTFS macro that takes parameter to call...
2009-01-19 Nathan Binkerttracing: Add help strings for some of the trace flags
2009-01-08 Steve ReinhardtFastAlloc: track allocation tick in debug mode,
2009-01-06 Ali SaidiINET: Add functions to header types to get offset in...
2008-12-06 Nathan Binkertflags: Change naming of functions to be clearer
2008-12-05 Ali SaidiINet: Allow updating on id, len, seq, and flag field...
2008-12-05 Lisa HsuAutomated merge with ssh://m5sim.org//repo/m5
2008-12-05 Lisa HsuThis brings M5 closer to modernity - the kernel being...
2008-12-03 Nathan Binkertcprintf: support a configurable width and precision...
2008-11-16 Clint SmullenOutput: Include gzstream package to allow automatically...
2008-11-14 Nathan BinkertFix a bunch of bugs I introduced when I changed the...
2008-11-10 Nathan Binkertflags: Provide an object for managing boolean flags...
2008-11-10 Nathan Binkertsafe_cast: add a new cast function for casts that shoul...
2008-11-10 Steve Reinhardtmem: Assert that requests have non-negative size.
2008-10-11 Nathan Binkertcprintf: properly deal with pointer types
2008-10-10 Nathan BinkertRename the info function to inform to avoid likely...
2008-10-10 Nathan Binkertautomerge
2008-10-10 Nathan Binkertoutput: Make panic/fatal/warn more flexible so we can...
2008-10-10 Nathan Binkertmisc: remove #include <cassert> from misc.hh since...
2008-10-10 Nathan Binkertrange_map: Add a method to find which range a single...
2008-10-09 Nathan Binkertstyle: conform to M5 style.
2008-10-09 Nathan Binkertstats: use properly signed types for looping and comparison
2008-10-09 Nathan Binkertstyle: Bring statistics code in line with the proper...
2008-10-02 Nathan Binkertstats: Fix small bug pointed out by unit testing.
next