1. 336e732 misc: Replace namespace Trace with lowercase trace by Giacomo Travaglini · 2 years, 5 months ago
  2. 2bc5a8b misc: Run pre-commit run on all files in repo by Bobby R. Bruce · 2 years, 6 months ago
  3. e425bca arch,cpu,sim: Store registers in InstRecord with InstResult. by Gabe Black · 3 years, 6 months ago
  4. 45cf2e3 arch: Minimize use of RegClassType constants and the RegId constructor. by Gabe Black · 3 years, 6 months ago
  5. 93fa990 arch-mips: Convert float, int, and misc regs. by Gabe Black · 3 years, 6 months ago
  6. 6d27a3b cpu,arch: Turn the read|set*Operand methods into get/setRegOperand. by Gabe Black · 3 years, 7 months ago
  7. ecd3cc8 arch,cpu: Use PCStateBase in StaticInst::branchTarget by Gabe Black · 3 years, 5 months ago
  8. 00876ff misc: Replace the GEM5_VAR_USED macro with [[maybe_unused]]. by Gabe Black · 3 years, 7 months ago
  9. 9f55bb8 base: Rename Loader namespace as loader by Daniel R. Carvalho · 3 years, 10 months ago
  10. fb3befc misc: Replace M5_VAR_USED with GEM5_VAR_USED. by Gabe Black · 3 years, 10 months ago
  11. e0039d1 arch: Eliminate the GuestByteOrder constant. by Gabe Black · 4 years, 1 month ago
  12. d79d849 cpu: Use a unique_ptr to manage cached disassembly. by Gabe Black · 4 years ago
  13. 35c4ed0 arch-mips: Stop "using namespace std" by Gabe Black · 4 years, 1 month ago
  14. 6cbacfb mips: Convert MIPS to use local register index storage. by Gabe Black · 4 years, 4 months ago
  15. 2cfc24b arch,cpu: Enforce using accessors to get at src/destRegIdx. by Gabe Black · 4 years, 4 months ago
  16. b877efa misc: Update attribute syntax, and reorganize compiler.hh. by Gabe Black · 4 years, 5 months ago
  17. 8864c2e mips,cpu: Eliminate the unused IsIndexed StaticInst flag. by Gabe Black · 4 years, 6 months ago
  18. 5c33112 mips,cpu: Get rid of the IsDpsOp StaticInst flag. by Gabe Black · 4 years, 6 months ago
  19. 587c2e6 mips,cpu: Get rid of the IsCondDelaySlot StaticInst flag. by Gabe Black · 4 years, 6 months ago
  20. 724dd71 arch-mips: Replaced `BigEndianByteOrder` in MIPS by Bobby R. Bruce · 4 years, 6 months ago
  21. c5b2b8e arch,base,cpu,kern,sim: Encapsulate symbols in a class. by Gabe Black · 5 years ago
  22. 9884641 base,arch,sim,cpu: Move object file loader components into a namespace. by Gabe Black · 5 years ago
  23. 4e7fe43 misc: string.join has been removed in python3 by Giacomo Travaglini · 5 years ago
  24. 766e19e mips: Delete authors lists from mips files. by Gabe Black · 5 years ago
  25. 697e559 arch: Make and use endian specific versions of the mem helpers. by Gabe Black · 5 years ago
  26. a632ee7 mips: Implement readRegOtherThread and setRegOtherThread directly. by Gabe Black · 6 years ago
  27. cdfb486 mips: Stop using architecture specific register types. by Gabe Black · 6 years ago
  28. 5edfb67 arch: cpu: Rename *FloatRegBits* to *FloatReg*. by Gabe Black · 6 years ago
  29. 12311c5 arch, base, cpu, gpu, mem: Replace assert(0 or false with panic. by Gabe Black · 6 years ago
  30. 657b3ce mips: Use little endian packet accessors. by Gabe Black · 6 years ago
  31. cdf3cc2 arch: Fix all override related warnings. by Gabe Black · 7 years ago
  32. 1246617 style: change C/C++ source permissions to noexec by BKP · 7 years ago
  33. 93a168c cpu,alpha,mips,power,riscv,sparc: Get rid of eaComp and memAccInst. by Gabe Black · 7 years ago
  34. 344911b alpha,arm,mips,power,riscv,sparc,x86: Merge exec decl templates. by Gabe Black · 7 years ago
  35. 8be75f4 alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts. by Gabe Black · 7 years ago
  36. a473b5a cpu: Simplify the rename interface and use RegId by Rekai Gonzalez-Alberquilla · 8 years ago
  37. 5e8287d arch, cpu: Architectural Register structural indexing by Nathanael Premillieu · 8 years ago
  38. 1b6355c cpu. arch: add initiateMemRead() to ExecContext interface by Steve Reinhardt · 9 years ago
  39. a2d246b arch: Use shared_ptr for all Faults by Andreas Hansson · 10 years ago
  40. fe27f93 arch: teach ISA parser how to split code across files by Curtis Dunham · 11 years ago
  41. 7f1603d arch: remove inline specifiers on all inst constrs, all ISAs by Curtis Dunham · 11 years ago
  42. 903b442 mips: Floating point convert bug fix by Christopher Torng · 11 years ago
  43. 219c423 cpu: rename *_DepTag constants to *_Reg_Base by Steve Reinhardt · 11 years ago
  44. 319443d scons: Add warning for missing declarations by Andreas Hansson · 12 years ago
  45. 0acd2a9 scons: Add warning for overloaded virtual functions by Andreas Hansson · 12 years ago
  46. eab5c60 MIPS: Fix a compiler warning from the eret instruction. by Gabe Black · 13 years ago
  47. 36a822f Merge with main repository. by Gabe Black · 13 years ago
  48. d735abe GCC: Get everything working with gcc 4.6.1. by Gabe Black · 13 years ago
  49. 35e20c7 SE/FS: Use the new FullSystem constant where possible. by Gabe Black · 13 years ago
  50. 997cbe1 ISA parser: Use '_' instead of '.' to delimit type modifiers on operands. by Gabe Black · 13 years ago
  51. 110c59b MIPS: Get rid of cruft in the fault classes. by Gabe Black · 13 years ago
  52. f21ae52 MIPS: Get rid of #if style config checks in the ISA description. by Gabe Black · 13 years ago
  53. aade137 ISA: Use readBytes/writeBytes for all instruction level memory operations. by Gabe Black · 14 years ago
  54. 6f11879 Replace curTick global variable with accessor functions. by Steve Reinhardt · 14 years ago
  55. f26051e MIPS: Take advantage of new PCState syntax. by Gabe Black · 14 years ago
  56. cdacbe7 ARM/Alpha/Cpu: Change prefetchs to be more like normal loads. by Ali Saidi · 14 years ago
  57. 6f4bd2c ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. by Gabe Black · 14 years ago
  58. 2967628 ISA: Simplify various implementations of completeAcc. by Gabe Black · 14 years ago
  59. 4d77ea7 cpu: fix exec tracing memory corruption bug by Steve Reinhardt · 15 years ago
  60. b8120f6 Mem: Eliminate the NO_FAULT request flag. by Gabe Black · 15 years ago
  61. c874bfa MIPS: Format the register index constants like the other ISAs. by Gabe Black · 16 years ago
  62. 5161bc1 MIPS: Use BitUnions instead of bits() functions and constants. by Gabe Black · 16 years ago
  63. 25884a8 Registers: Get rid of the float register width parameter. by Gabe Black · 16 years ago
  64. 1f4c954 inorder-mips: Remove eaComp & memAcc; use 'visible' eaComp by Korey Sewell · 16 years ago
  65. 5711282 Fix a bunch of bugs I introduced when I changed the flags stuff for packets. by Nathan Binkert · 16 years ago
  66. 9c49bc7 mem: update stuff for changes to Packet and Request by Nathan Binkert · 16 years ago
  67. dd99ff2 get rid of all instances of readTid() and getThreadNum(). Unify and eliminate by Lisa Hsu · 16 years ago
  68. 5d23f86 add back in clobbered MIPS fix for g++ 4.2 by Korey Sewell · 17 years ago
  69. f2fea63 go back and fix up MIPS copyright headers by Korey Sewell · 17 years ago
  70. 5f7879a Get MIPS_SE actually working again by actually by fixing TLB stuff and running hello world by Korey Sewell · 17 years ago
  71. 2692590 Add in files from merge-bare-iron, get them compiling in FS and SE mode by Korey Sewell · 17 years ago
  72. 4b49bd4 String constant const-ness changes to placate g++ 4.2. by Steve Reinhardt · 17 years ago
  73. 738ecc4 fix store instructions, pass fast/quick Atomic/TimingSimpleCPU regressions... by Korey Sewell · 18 years ago
  74. e28cbc9 o3cpu build for mips by Korey Sewell · 18 years ago
  75. 753adb3 mips import pt. 1 by Korey Sewell · 18 years ago
  76. f55fd68 Update MIPS ISA description to work with new write result interface by Steve Reinhardt · 18 years ago
  77. ca5cd68 fix compiling problems by Ali Saidi · 18 years ago
  78. d19d7aa Minor cleanup of new snippet/subst code. by Steve Reinhardt · 18 years ago
  79. 968048f Convert Alpha (and finish converting MIPS) to new InstObjParam interface. by Steve Reinhardt · 18 years ago
  80. c299c25 Started removing "CodeBlock" objects from the mips isa description. by Gabe Black · 18 years ago
  81. 6c8c86f Rename the StaticInst-based (read|set)(Int|Float)Reg methods to (read|set)(Int|Float)RegOperand to distinguish from non-StaticInst version. by Steve Reinhardt · 18 years ago
  82. a4c6f0d Use PacketPtr everywhere by Nathan Binkert · 18 years ago
  83. 74546aa Cleaned up include files and got rid of many using directives in header files. by Gabe Black · 19 years ago
  84. 19ca97a This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds, runs, and gets very very close to completing the hello world by Korey Sewell · 19 years ago
  85. 2150412 more steps toward O3 SMT by Korey Sewell · 19 years ago
  86. 74b9868 Mips Code Cleanup: by Korey Sewell · 19 years ago
  87. 7cd362c add cycle to exit message by Korey Sewell · 19 years ago
  88. 38ecb6a -luxc1 fix -noop templates -trap disassembly by Korey Sewell · 19 years ago
  89. 804a7ef next round of MIPS ISA changes by Korey Sewell · 19 years ago
  90. 6a0c5b9 Edit Fetch DPRINT in simple CPU by Korey Sewell · 19 years ago
  91. 8e8f1d5 Authorship stuff by Korey Sewell · 19 years ago
  92. 4cc31e1 add fcntl64Func by Korey Sewell · 19 years ago
  93. 68e470f Merging in a month of changes by Korey Sewell · 19 years ago
  94. cb0cf2d Updated Authors from bk prs info by Ali Saidi · 19 years ago
  95. 82a76d1 Remove authors from copyright. by Ali Saidi · 19 years ago
  96. ba2eae5 New directory structure: by Steve Reinhardt · 19 years ago