ISA: Make the decode function part of the ISA's decoder.
[gem5.git] / src / arch /
2012-05-25 Gabe BlackISA: Make the decode function part of the ISA's decoder.
2012-05-25 Gabe BlackDecode: Make the Decoder class defined per ISA.
2012-05-23 Andreas HanssonDMA: Split the DMA device and IO device into seperate...
2012-05-23 Andreas HanssonMEM: Add a snooping DMA port subclass for table walker
2012-05-22 Nilay VaishX86: Split Condition Code register
2012-05-19 Marc Orrx86 ISA: Implement the sse3 haddps instruction.
2012-05-10 Dam SunwooARM: guard masked symbol tables by default
2012-05-10 Ali Saidigem5: Fix a number of incorrect case statements
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
2012-04-29 Gabe BlackX86: Fix the IMUL_R_P_I macroop.
2012-04-29 Vince WeaverX86: Fix up the open system call's flags.
2012-04-29 Vince WeaverX86: Make gem5 ignore a bunch of syscalls.
2012-04-24 Gabe BlackX86: Clear out duplicate TLB entries when adding a...
2012-04-23 Gabe BlackISA: Put parser generated files in a "generated" directory.
2012-04-21 Gabe BlackX86: Report an error if there's no kernel object, don...
2012-04-15 Gabe BlackX86: Fix a tiny typo in the load/store microop constructor.
2012-04-15 Gabe BlackX86: Use the AddrTrie class to implement the TLB.
2012-04-14 Andreas HanssonMEM: Remove the Broadcast destination from the packet
2012-04-14 Andreas HanssonMEM: Separate snoops and normal memory requests/responses
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories
2012-03-31 Gabe BlackX86: Fix address size handling so real mode works properly.
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-26 Andreas HanssonPower: Change bitfield name to avoid conflicts with...
2012-03-21 Nathanael PremillieuARM: Fix case where cond/uncond control is mis-specified
2012-03-21 Ali SaidiARM: Clean up condCodes in IT blocks.
2012-03-21 Geoffrey BlakeARM: IT doesn't need to be serializing.
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-03-19 Andreas Hanssonclang: Fix recently introduced clang compilation errors
2012-03-09 Brian GraysonARM: Fix branch prediction issue with CB(N)Z instruction
2012-03-09 Geoffrey BlakeCheckerCPU: Add function stubs to non-ARM ISA source...
2012-03-09 Geoffrey BlakeCheckerCPU: Make CheckerCPU runtime selectable instead...
2012-03-09 Ali SaidiARM: Don't reset CPUs that are going to be switched in.
2012-03-09 Ali SaidiSystem: Move code in initState() back into constructor...
2012-03-09 Ali SaidiARM: Fix valgrind reported error on O3 that was causing...
2012-03-02 Ali SaidiARM: FIx a bug preventing multiple cores booting a...
2012-03-01 Ali SaidiARM: Add support for Versatile Express extended memory map
2012-03-01 Matt HorsnellARM: Add limited CP14 support.
2012-03-01 Dam SunwooARM: move kernel func event to correct location.
2012-03-01 Giacomo GabrielliARM: fix bits-to-fp conversion function declarations.
2012-03-01 Nilay Vaishx86: Fix x86 TLB and Walker
2012-02-26 Gabe BlackX86: Use the M5PanicFault fault in execute methods...
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-24 Andreas HanssonMEM: Move port creation to the memory object(s) constru...
2012-02-13 Andreas HanssonMEM: Introduce the master/slave port roles in the Pytho...
2012-02-13 Gabe BlackX86: open flags: Another patch from Vince Weaver
2012-02-12 Anthony Gutierrezcpu: add separate stats for insts/ops both globally...
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-11 Gabe BlackSPARC: Make PSTATE and HPSTATE a BitUnion.
2012-02-07 Gabe BlackFaults: Turn off arch/faults.hh
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2012-01-31 Dam Sunwooutil: implements "writefile" gem5 op to export file...
2012-01-31 Geoffrey BlakeCheckerCPU: Re-factor CheckerCPU to be compatible with...
2012-01-31 Gabe BlackMerge with main repository.
2012-01-30 Andreas HanssonMEM: Clean-up of Functional/Virtual/TranslatingPort...
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-29 Gabe BlackImplement Ali's review feedback.
2012-01-28 Gabe BlackMIPS: Fix a compiler warning from the eret instruction.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-17 Steve ReinhardtAlpha: warn_once about broken PAL breakpoints.
2012-01-12 Deyuan Guomips: compatibility between MIPS_SE and cross compiler...
2012-01-12 Deyuan Guomips: Fix bugs in faults.cc/hh and tlb.cc for MIPS_FS
2012-01-12 Deyuan Guomips: Fix decoder of two float-convert instructions
2012-01-12 Deyuan Guomips: definition of MIPS64_QNAN in registers.hh
2012-01-10 Ali SaidiAutomated merge with ssh://repo.gem5.org/gem5
2012-01-10 Nilay VaishX86: Add memory fence to I/O instructions
2012-01-10 Ali SaidiARM: Add support for initparam m5 op
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2012-01-05 Nilay VaishX86 TLB: Move a DPRINTF to its correct place
2011-12-13 Nathan Binkertgcc: fix unused variable warnings from GCC 4.6.1
2011-12-01 Mitchell HayengaDevice: Make changes necessary to support a coherent...
2011-12-01 Ali SaidiARM: Add IsSerializeAfter and IsNonSpeculative flag...
2011-12-01 Gabe BlackX86: Fix a bad segmentation check for the stack segment.
2011-11-28 Gabe BlackSPARC: Minor style fix.
2011-11-28 Gabe BlackSPARC: Isolate FP operations enough to prevent code...
2011-11-20 Gabe BlackX86: Fix the constant detecting three byte opcodes...
2011-11-18 Gabe BlackSE/FS: Get rid of includes of config/full_system.hh.
2011-11-13 Gabe BlackPower: Add a stubbed out stacktrace.cc
2011-11-13 Gabe BlackPOWER: Add a stub implementation of initCPU.
2011-11-13 Gabe BlackPower: Add a stub kernel_stats.hh.
2011-11-13 Gabe BlackPower: Implement a stub for getArgument.
2011-11-04 Nilay Vaishx86: Add microop for fence
2011-11-02 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in the ARM ISA.
2011-11-01 Gabe BlackSE/FS: Get rid of the last use of FULL_SYSTEM in x86.
2011-11-01 Gabe BlackSE/FS: Get rid of uses of FULL_SYSTEM in Alpha.
2011-10-31 Gabe BlackSE/FS: Remove the last uses of FULL_SYSTEM from SPARC.
2011-10-31 Gabe BlackSE/FS: Make the functions available from the TC consist...
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-10-31 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in MIPS.
2011-10-31 Gabe BlackSystem: Push boot_cpu_frequency down into the subclasse...
2011-10-30 Gabe BlackSE/FS: Remove the last references to FULL_SYSTEM from...
2011-10-30 Gabe BlackX86: Build the same files in SE and FS.
2011-10-30 Gabe BlackX86: Get rid of more uses of FULL_SYSTEM.
2011-10-30 Gabe BlackSE/FS: Make getProcessPtr available in both modes,...
next