summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-03base: Add type alias for raw pointer in RefCountingPtrGiacomo Gabrielli
2018-12-03mem-cache: Optimize sector valid and secure checkDaniel R. Carvalho
2018-12-03cpu: Change raw pointers to STL ContainersRekai Gonzalez-Alberquilla
2018-12-03arch-arm: correctly set floats from GDB on aarch64Ciro Santilli
2018-12-03base: increase the GDB buffer size dynamicallyCiro Santilli
2018-12-03arch-arm: only change the pc address when GDB registers are setCiro Santilli
2018-12-03arch-arm: fix the aarch64 GDB stubCiro Santilli
2018-11-30systemc: Disable systemc when using gcc versions older than 5.0.Gabe Black
2018-11-29base: Change the unit test binary names to use .test, and to be consistent.Gabe Black
2018-11-29base: Rename unit test cc files to be *.test.cc.Gabe Black
2018-11-29util: Add the scons configuration cache to .gitignore for util/tlm.Gabe Black
2018-11-29systemc: Update the gem5-within-systemc README to mention USE_SYSTEMC.Gabe Black
2018-11-29base: Fix include order in the inifile unit test.Gabe Black
2018-11-29systemc: Run the systemc tests directly from their build directories.Gabe Black
2018-11-29systemc: Run the systemc tests with the CWD in the build directory.Gabe Black
2018-11-29systemc: Add DEPS files for some tests with non-source file dependencies.Gabe Black
2018-11-29systemc: Make verify.py recognize a DEPS file in test dirs.Gabe Black
2018-11-28base: Add missing overrides in statistics headerNikos Nikoleris
2018-11-28arch-arm: Add missing template declarationNikos Nikoleris
2018-11-28cpu: Added new stats to TAGE and LTAGE branch predictorsPau Cabre
2018-11-28cpu: split LTAGE implementation into a base TAGE and a derived LTAGEPau Cabre
2018-11-28cpu,arch-arm: Initialise data membersRekai Gonzalez-Alberquilla
2018-11-28arch-arm: clang compilation fixesMatteo Andreozzi
2018-11-28tests: Convert IniFile unit test to a GTestGiacomo Travaglini
2018-11-27hsail: Fix a warning/build failure for HSAIL_X86.Gabe Black
2018-11-27arch, base, cpu, gpu, mem: Replace assert(0 or false with panic.Gabe Black
2018-11-27sim-se: only implement getdentsFunc on supported hostsCiro Santilli
2018-11-27systemc: set endianess to fix build for ARM hostCiro Santilli
2018-11-27base: Add some functions to convert floats to bits and vice versa.Gabe Black
2018-11-26mem-cache: Add setters to validate and secure blockDaniel R. Carvalho
2018-11-22cpu: Made LTAGE parameters configurablePau Cabre
2018-11-22cpu: Fixed useful counter handling in LTAGEPau Cabre
2018-11-22cpu: Fixes on the loop predictor part of LTAGEPau Cabre
2018-11-21x86: Get rid of a problematic DPRINTF in PremFp.Gabe Black
2018-11-20sim: Deschedule existing events when destructing an event queue.Gabe Black
2018-11-19base: Don't let exceptions leak from the to_number utility function.Gabe Black
2018-11-19systemc: Stop explicitly adding the systemc ext dir to CPPPATH.Gabe Black
2018-11-19systemc: Put systemc headers in the include path when supported.Gabe Black
2018-11-19systemc: Increase the stack size for the sc_main fiber to 8MB.Gabe Black
2018-11-18base: Set up a guard page for fiber stacks.Gabe Black
2018-11-18mem-cache: a missing cast was truncating addressesJavier Bueno
2018-11-17cpu: Fix LTAGE max number of allocations on updatePau Cabre
2018-11-17configs: Added an option for choosing branch predictor typePau Cabre
2018-11-16sim: Fix data type of ticks per second before passing it to C++Srikant Bharadwaj
2018-11-16mem: avoid calling regStat twice on a QoSPolicyMatteo Andreozzi
2018-11-16cpu: Fix the usage of const DynInstPtrRekai Gonzalez-Alberquilla
2018-11-15mem-cache: fix invalid iterator accessJavier Bueno
2018-11-15mem-cache: Make StridePrefetcher use Replacement PoliciesDaniel
2018-11-15mem-cache: Add invalidation function to StrideEntryDaniel
2018-11-15mem-cache: Make PCTable context independentDaniel