1. 7f2d7fe base, sim: Add missing destructors by Nikos Nikoleris · 5 years ago
  2. 22ce855 base: Add type alias for raw pointer in RefCountingPtr by Giacomo Gabrielli · 6 years ago
  3. ab31213 mem-cache: Optimize sector valid and secure check by Daniel R. Carvalho · 6 years ago
  4. 9af1214 cpu: Change raw pointers to STL Containers by Rekai Gonzalez-Alberquilla · 7 years ago
  5. b5cc34d arch-arm: correctly set floats from GDB on aarch64 by Ciro Santilli · 6 years ago
  6. cb5479e base: increase the GDB buffer size dynamically by Ciro Santilli · 6 years ago
  7. 32e2157 arch-arm: only change the pc address when GDB registers are set by Ciro Santilli · 6 years ago
  8. 00ea413 arch-arm: fix the aarch64 GDB stub by Ciro Santilli · 6 years ago
  9. db5ea63 systemc: Disable systemc when using gcc versions older than 5.0. by Gabe Black · 5 years ago
  10. 736b999 base: Change the unit test binary names to use .test, and to be consistent. by Gabe Black · 5 years ago
  11. 66f0285 base: Rename unit test cc files to be *.test.cc. by Gabe Black · 5 years ago
  12. 9995bb9 util: Add the scons configuration cache to .gitignore for util/tlm. by Gabe Black · 5 years ago
  13. 6920ba7 systemc: Update the gem5-within-systemc README to mention USE_SYSTEMC. by Gabe Black · 6 years ago
  14. 5a2e13f base: Fix include order in the inifile unit test. by Gabe Black · 5 years ago
  15. fed1a56 systemc: Run the systemc tests directly from their build directories. by Gabe Black · 6 years ago
  16. e186f87 systemc: Run the systemc tests with the CWD in the build directory. by Gabe Black · 6 years ago
  17. 93c2341 systemc: Add DEPS files for some tests with non-source file dependencies. by Gabe Black · 6 years ago
  18. 72358df systemc: Make verify.py recognize a DEPS file in test dirs. by Gabe Black · 6 years ago
  19. 60a5a85 base: Add missing overrides in statistics header by Nikos Nikoleris · 5 years ago
  20. 640248f arch-arm: Add missing template declaration by Nikos Nikoleris · 5 years ago
  21. 86b23a1 cpu: Added new stats to TAGE and LTAGE branch predictors by Pau Cabre · 6 years ago
  22. b2078ce cpu: split LTAGE implementation into a base TAGE and a derived LTAGE by Pau Cabre · 6 years ago
  23. 3bb49cb cpu,arch-arm: Initialise data members by Rekai Gonzalez-Alberquilla · 7 years ago
  24. c918d14 arch-arm: clang compilation fixes by Matteo Andreozzi · 6 years ago
  25. 54c4c8a tests: Convert IniFile unit test to a GTest by Giacomo Travaglini · 6 years ago
  26. 529c07c hsail: Fix a warning/build failure for HSAIL_X86. by Gabe Black · 5 years ago
  27. 12311c5 arch, base, cpu, gpu, mem: Replace assert(0 or false with panic. by Gabe Black · 5 years ago
  28. a66d12c sim-se: only implement getdentsFunc on supported hosts by Ciro Santilli · 6 years ago
  29. 90dfafa systemc: set endianess to fix build for ARM host by Ciro Santilli · 6 years ago
  30. ecf68df base: Add some functions to convert floats to bits and vice versa. by Gabe Black · 6 years ago
  31. 24bfdc3 mem-cache: Add setters to validate and secure block by Daniel R. Carvalho · 6 years ago
  32. d7409dd cpu: Made LTAGE parameters configurable by Pau Cabre · 6 years ago
  33. 290a354 cpu: Fixed useful counter handling in LTAGE by Pau Cabre · 6 years ago
  34. 7e48e92 cpu: Fixes on the loop predictor part of LTAGE by Pau Cabre · 6 years ago
  35. a5bc229 x86: Get rid of a problematic DPRINTF in PremFp. by Gabe Black · 6 years ago
  36. db442c1 sim: Deschedule existing events when destructing an event queue. by Gabe Black · 6 years ago
  37. 9afba24 base: Don't let exceptions leak from the to_number utility function. by Gabe Black · 6 years ago
  38. bd91e3b systemc: Stop explicitly adding the systemc ext dir to CPPPATH. by Gabe Black · 6 years ago
  39. db4953c systemc: Put systemc headers in the include path when supported. by Gabe Black · 6 years ago
  40. 6c23320 systemc: Increase the stack size for the sc_main fiber to 8MB. by Gabe Black · 6 years ago
  41. 5bfde96 base: Set up a guard page for fiber stacks. by Gabe Black · 6 years ago
  42. 040fabe mem-cache: a missing cast was truncating addresses by Javier Bueno · 6 years ago
  43. 41b4989 cpu: Fix LTAGE max number of allocations on update by Pau Cabre · 6 years ago
  44. 439b68a configs: Added an option for choosing branch predictor type by Pau Cabre · 6 years ago
  45. cb9fa24 sim: Fix data type of ticks per second before passing it to C++ by Srikant Bharadwaj · 6 years ago
  46. 4fa4b9b mem: avoid calling regStat twice on a QoSPolicy by Matteo Andreozzi · 8 years ago
  47. 0c50a0b cpu: Fix the usage of const DynInstPtr by Rekai Gonzalez-Alberquilla · 7 years ago
  48. 338a173 mem-cache: fix invalid iterator access by Javier Bueno · 6 years ago
  49. 153a33b mem-cache: Make StridePrefetcher use Replacement Policies by Daniel · 6 years ago
  50. d7a1db5 mem-cache: Add invalidation function to StrideEntry by Daniel · 6 years ago
  51. 2b619af mem-cache: Make PCTable context independent by Daniel · 6 years ago
  52. 3a3e172 mem-cache: Vectorize StridePrefetcher's entries. by Daniel · 6 years ago
  53. 359a2ef mem-cache: Return entry in StridePrefetcher::pcTableHit() by Daniel · 6 years ago
  54. 67e45b8 mem-cache: Cleanup prefetchers by Daniel · 6 years ago
  55. fafe4e8 scons: add --gold-linker to link with the gold linker by Ciro Santilli · 6 years ago
  56. a4a5fa7 cpu: Fixed ratio of pred to hyst bits for LTAGE Bimodal by Pau Cabre · 6 years ago
  57. d8bc789 mem-cache: Remove Cache dependency from Tags by Daniel R. Carvalho · 6 years ago
  58. c6e0d8f mem-cache: Move access latency calculation to Cache by Daniel R. Carvalho · 6 years ago
  59. ea0f654 arch-arm: Print register name when warning on AT instructions by Giacomo Travaglini · 6 years ago
  60. 8590243 mem-cache: implement a probe-based interface by Javier Bueno · 6 years ago
  61. e8e92a1 sim: Move BitUnion overloading to show/parseParams by Giacomo Travaglini · 6 years ago
  62. 16bf103 sim: Move paramIn/Out definition to header file by Giacomo Travaglini · 6 years ago
  63. f3016e6 cpu: Fixed PC shifting on LTAGE branch predictor by Pau Cabre · 6 years ago
  64. 2f52a9b mem-cache: Align how we handle requests in atomic with timing by Nikos Nikoleris · 6 years ago
  65. d8705a7 systemc: Push python headers on top of sources by Giacomo Travaglini · 6 years ago
  66. a7105c6 systemc: Stop using python to set/manage the global time resolution. by Gabe Black · 6 years ago
  67. 3fb9139 sim: Push the global frequency management code into C++. by Gabe Black · 6 years ago
  68. 8c8a2f1 configs: Revamp ruby mem test to align with MemTest by Nikos Nikoleris · 6 years ago
  69. 90f24e9 systemc: Get rid of a duplicated base class initializer for sc_fifo. by Gabe Black · 6 years ago
  70. dabc2b1 systemc: Add a missing "const" on one of the sc_event operators. by Gabe Black · 6 years ago
  71. a993544 systemc: Only build python utility code if python is enabled. by Gabe Black · 6 years ago
  72. e1bebae systemc: Separate and conditionalize exposing sc_main to python. by Gabe Black · 6 years ago
  73. 6dd72cf systemc: Seperate out the sc_main fiber and its bookkeeping. by Gabe Black · 6 years ago
  74. 296402a systemc: Stop using python init to set up predefined message ids. by Gabe Black · 6 years ago
  75. 1c110fa systemc: Wrap some report maps in functions. by Gabe Black · 6 years ago
  76. 121160d configs: Add missing path to ruby imports by Daniel R. Carvalho · 6 years ago
  77. 75035f5 mem-ruby: Use Packet writing functions instead of memcpy by Daniel R. Carvalho · 6 years ago
  78. cbbdbcb misc: Update workflow requirements in CONTRIBUTING.md by Tony Gutierrez · 6 years ago
  79. 4c7051c arch-arm: Deprecate usage of legacy bootloader patching by Giacomo Travaglini · 6 years ago
  80. 6fa4938 arch-arm: ArmSystem::resetAddr64 renamed to be used in AArch32 by Giacomo Travaglini · 6 years ago
  81. f97164a arch-arm: Implement AArch32 RVBAR by Giacomo Travaglini · 6 years ago
  82. 07a2fd7 arch-arm: Remove SCTLR.VE bit by Giacomo Travaglini · 6 years ago
  83. 46a79f7 arch-arm: Refactor ISA::clear by adding a ISA::clear32 method by Giacomo Travaglini · 6 years ago
  84. 4e02b92 arch-arm: Remove MISCREG commented numbers by Giacomo Travaglini · 6 years ago
  85. 351c7ee systemc: Fix some paths in the tlm SCons(script|struct). by Gabe Black · 6 years ago
  86. c6ff8d3 mips: Change the integer and fp register widths to be 64 bits. by Gabe Black · 6 years ago
  87. 223840f mips: Clean up type overrides for operands. by Gabe Black · 6 years ago
  88. 0167f66 mips: Explicitly truncate the syscall return value down to 32 bits. by Gabe Black · 6 years ago
  89. 14b0481 null: Claim to use 64 bit floating point registers. by Gabe Black · 6 years ago
  90. f3e17ca sparc: Switch the FloatReg and FloatRegBits types to be 64 bit. by Gabe Black · 6 years ago
  91. 9dbc9bb base: Add standard types for floating and nonfloating point register values. by Gabe Black · 6 years ago
  92. 543b786 systemc: Enable systemc support by default. by Gabe Black · 6 years ago
  93. f6ffc40 systemc: Explicitly keep the sc_port bind alongside sc_in's version. by Gabe Black · 6 years ago
  94. 45abd00 systemc: Change how SC_BIND_PROXY_NIL is initialized. by Gabe Black · 6 years ago
  95. 28ab6ff systemc: Get rid of implementations for some disabled sc_vector methods. by Gabe Black · 6 years ago
  96. 2876141 systemc: Move a function after the class it uses internally. by Gabe Black · 6 years ago
  97. d0c7e19 systemc: Get rid of an unused private member in sc_clock. by Gabe Black · 6 years ago
  98. 6621748 mem-cache: Rename the tag class init function to tagsInit. by Gabe Black · 6 years ago
  99. adde4c9 mem: Use Packet writing functions instead of memcpy by Daniel R. Carvalho · 6 years ago
  100. 49798e0 mem-cache: Fix double block invalidation by Daniel R. Carvalho · 6 years ago