1. 25884a8 Registers: Get rid of the float register width parameter. by Gabe Black · 16 years ago
  2. 32daf6f Registers: Add an ISA object which replaces the MiscRegFile. by Gabe Black · 16 years ago
  3. 3e2cad8 ARM: Use custom read/write code to alias R15 with the PC. by Gabe Black · 16 years ago
  4. b8b7c73 ISA parser: Allow alternative read/write code for operands. by Gabe Black · 16 years ago
  5. 95392d3 ARM: Move the remaining microops out of the decoder and into the ISA desc. by Gabe Black · 16 years ago
  6. 1d4f338 ARM: Move the memory microops out of the decoder and into the ISA desc. by Gabe Black · 16 years ago
  7. 70a75ce ARM: Move the integer microops out of the decoder and into the ISA desc. by Gabe Black · 16 years ago
  8. 4eb18cc ARM: Improve memory instruction disassembly. by Gabe Black · 16 years ago
  9. 2fb8d48 ARM: Tune up predicated instruction decoding. by Gabe Black · 16 years ago
  10. ddcf084 ARM: Get rid of the MemAcc and EAComp static insts. by Gabe Black · 16 years ago
  11. cae870e ARM: Get rid of end_addr in the ArmMacroStore constructor. by Gabe Black · 16 years ago
  12. 311f77f ARM: Add an AddrMode2 format for memory instructions that use address mode 2. by Gabe Black · 16 years ago
  13. 826a358 ARM: Don't always update CPSR. by Gabe Black · 16 years ago
  14. 17f0943 ARM: Add an AddrMode3 format for memory instructions that use address mode 3. by Gabe Black · 16 years ago
  15. dac0cb5 ARM: Add load/store double instructions. by Gabe Black · 16 years ago
  16. 1ca0688 ARM: Add operands for the load/store double instructions. by Gabe Black · 16 years ago
  17. d029110 X86: Fix a bug in IRET_PROT's microcode. The immediate form of sra was intended. by Gabe Black · 16 years ago
  18. 15afc87 slicc: fixed MI_example bug. The directory wasn't deallocating the TBE, leading to a leak. Also increased the default max TBE size to 256 to allow memtest to pass the regression. by Derek Hower · 16 years ago
  19. 6a83bd5 ruby: set the default values of the debug object so that nothing is printed by Derek Hower · 16 years ago
  20. 2f9d8bf slicc: Fixed MI_example bug. The directory was not writing data to DRAM after a PUTX. by Derek Hower · 16 years ago
  21. 96c36af removed stray debug print by Derek Hower · 16 years ago
  22. d7f9c86 Add ability to skip tests by adding 'skip' file to test dir, by Steve Reinhardt · 16 years ago
  23. 7ffb8e5 automerge by Nathan Binkert · 16 years ago
  24. e3e509b tests: stats outputs now include CDFs, update tests that use those so they're easier to diff by Nathan Binkert · 16 years ago
  25. 0c1a69e tests: update regression tests for changes in stats output and changes in ruby. by Nathan Binkert · 16 years ago
  26. da704f5 ruby: Fix RubyMemory to work with the newer ruby. by Nathan Binkert · 16 years ago
  27. a7904e2 ruby: apply some fixes that were overwritten by the recent ruby import. by Nathan Binkert · 16 years ago
  28. 5b080ae slicc: update parser.py for changes in slicc language. by Nathan Binkert · 16 years ago
  29. 1f69335 scons: update SCons files for changes in ruby. by Nathan Binkert · 16 years ago
  30. 92de70b ruby: Import the latest ruby changes from gems. by Nathan Binkert · 16 years ago
  31. 05f6a4a ruby: replace strings that were missed in original ruby import. by Nathan Binkert · 16 years ago
  32. 240e214 SPARC: Fix the parenthesis in inUserMode. by Gabe Black · 16 years ago
  33. 5ae983f inorder: Fix up some reference stats. by Gabe Black · 16 years ago
  34. a223a06 ARM: Fix how address mode bits are handled. by Jack Whitham · 16 years ago
  35. a738006 ARM: Fix the code snippet for mla. by Jack Whitham · 16 years ago
  36. 7daed38 typo: correct spelling by Nathan Binkert · 16 years ago
  37. 6fd3987 attrdict: correct delattr by Nathan Binkert · 16 years ago
  38. 5738dc3 stats: fix usage of jobfile by Nathan Binkert · 16 years ago
  39. 26c70ce ARM: Make DataOps select from a set of ways to set the c and v flags. by Gabe Black · 16 years ago
  40. 148c265 ARM: Get rid of some bitfields that aren't used. A few may need to be readded. by Gabe Black · 16 years ago
  41. 7172e26 ARM: Add a findLsbSet function and use it to implement clz. by Gabe Black · 16 years ago
  42. f5141c2 ARM: Add defaults for DataOp flag code. by Gabe Black · 16 years ago
  43. 22a1ac2 ARM: Get rid of the val2 variable. by Gabe Black · 16 years ago
  44. ce9cb1e ARM: Centralize the declaration of resTemp. by Gabe Black · 16 years ago
  45. 776a06f ARM: Add a DataImmOp format similar to DataOp. by Gabe Black · 16 years ago
  46. 4f98171 ARM: Decode some media instructions. These are untested. by Gabe Black · 16 years ago
  47. b8f064c ARM: Use the new DataOp format to simplify the decoder. by Gabe Black · 16 years ago
  48. f409d78 ARM: Add in some new artificial fields that make decoding a little easier. by Gabe Black · 16 years ago
  49. 1f0c0a6 ARM: Recognize the IntRegs trace flag. by Gabe Black · 16 years ago
  50. 065cb59 ARM: Add a DataOp format so data op definitions can be aggregated. by Gabe Black · 16 years ago
  51. 1ea14b8 ARM: Show more information when disassembling data processing intstructions. by Gabe Black · 16 years ago
  52. 56f1845 ARM: Show branch targets relative to the nearest symbol. by Gabe Black · 16 years ago
  53. a4ac3fa ARM: Write a function for printing mnemonics and predicates. by Gabe Black · 16 years ago
  54. 38d8bc6 ARM: Fill out the printReg function. by Gabe Black · 16 years ago
  55. 7b5386d ARM: Fix signed multiply long and add some unimplemented loads. by Jack Whitman · 16 years ago
  56. 853a085 ARM: Link register is trashed by non-executed branch and link operations. by Jack Whitman · 16 years ago
  57. 6dd4272 ARM: Added unimplemented load/store multiple instructions. by Jack Whitman · 16 years ago
  58. fa63af1 makerelease: Don't hide x86 any more. by Gabe Black · 16 years ago
  59. be3542e Regressions: Build ARM_SE regressions by default. by Gabe Black · 16 years ago
  60. d744525 ARM: Simplify some utility functions. by Gabe Black · 16 years ago
  61. 5c2a362 ARM: Move util functions out of the isa desc. by Gabe Black · 16 years ago
  62. d4a03f1 ARM: Simplify the ISA desc by pulling some classes out of it. by Gabe Black · 16 years ago
  63. 2a39570 ARM: Remove the currently unecessary FPAOp class. by Gabe Black · 16 years ago
  64. d1d733f ARM: Make inst bitfields accessible outside of the isa desc. by Gabe Black · 16 years ago
  65. 47e71d6 ARM: Don't downconvert ExtMachInsts to MachInsts. by Gabe Black · 16 years ago
  66. f1657a8 BitUnion: Add more constiness. by Gabe Black · 16 years ago
  67. 7e4f132 ARM: Get rid of a few more unused operands. by Gabe Black · 16 years ago
  68. 4415e2d ARM: Get rid of unnecessary Re operand. by Gabe Black · 16 years ago
  69. 7d4ef8a ARM: Clear out some inherited hangers on in util.isa and utility.hh. by Gabe Black · 16 years ago
  70. 5bc1373 ARM: Get rid of unnecessary fp_enable_checks. by Gabe Black · 16 years ago
  71. 3964709 ARM: Adjust simplify rotate_imm slightly. by Gabe Black · 16 years ago
  72. c20ce20 ARM: Make the isa parser aware that CPSR is being used. by Gabe Black · 16 years ago
  73. 71e0d1d ARM: Pull some static code out of the isa desc and create miscregs.hh. by Gabe Black · 16 years ago
  74. 19a1966 ARM: Get rid of unused postacc_code. by Gabe Black · 16 years ago
  75. e1eacc8 scons: Make shared library builds work again by Nathan Binkert · 16 years ago
  76. d3d8a5a copyright: I missed some copyrights during ruby integration by Nathan Binkert · 16 years ago
  77. 85ca502 ARM: Add a hello world regression. by Gabe Black · 16 years ago
  78. d91a3cf ARM: Add a hello world binary. by Gabe Black · 16 years ago
  79. b394242 ARM: Hook in the mmap2 system call. Make ArmLinuxProcess handle 5,6 syscall params. by Gabe Black · 16 years ago
  80. c913c64 ARM: Add a memory_barrier function to the "comm page". by Gabe Black · 16 years ago
  81. 3ff1e92 ARM: Add a cmpxchg implementation to the "comm page". by Gabe Black · 16 years ago
  82. 37ac287 ARM: Implement TLS. This is not tested. by Gabe Black · 16 years ago
  83. 5daeefc ARM: Make ArmLinuxProcess understand "ARM private" system calls. by Gabe Black · 16 years ago
  84. fbf4dc9 ARM: Update the kernel version M5 reports to 2.6.16.19 by Gabe Black · 16 years ago
  85. baa0d69 cleanup: Make use of types properly and make the loop a little more clear. by Nathan Binkert · 16 years ago
  86. c76a8b1 scons: Make it so that the processing of trace flags does not depend on order by Nathan Binkert · 16 years ago
  87. a01437a types: need typename keyword to get the type. by Nathan Binkert · 16 years ago
  88. 6faf377 types: clean up types, especially signed vs unsigned by Nathan Binkert · 16 years ago
  89. 4e34266 move: put predictor includes and cc files into the same place by Nathan Binkert · 16 years ago
  90. e30c62a style: cleanup style by Nathan Binkert · 16 years ago
  91. b08c361 swig: %include Event before PythonEvent so python gets the subclass correct. by Nathan Binkert · 16 years ago
  92. a0104b6 request: add accessor and constructor for setting time other than curTick by Nathan Binkert · 16 years ago
  93. 7f50ea0 X86: Keep track of more descriptor state to accomodate KVM. by Gabe Black · 16 years ago
  94. 47877cf types: add a type for thread IDs and try to use it everywhere by Nathan Binkert · 16 years ago
  95. d93392d X86: Really set up the GDT and various hidden/visible segment registers. by Gabe Black · 16 years ago
  96. 6566028 util: mkblankimage.sh should be executable by Steve Reinhardt · 16 years ago
  97. 107cf2e build_opts: update ALPHA_FS cpu models by Korey Sewell · 16 years ago
  98. b3d0a01 igbe: Fix descriptor cache bug. by Steve Reinhardt · 16 years ago
  99. 8d2e51c includes: sort includes again by Nathan Binkert · 16 years ago
  100. 709d859 includes: use base/types.hh not inttypes.h or stdint.h by Nathan Binkert · 16 years ago