gem5.git
2011-08-19 Ali SaidiARM: Make GIC function that should only be called by...
2011-08-19 Ali SaidiIDE: Fix issues with new PIIX kernel driver and our...
2011-08-19 Ali SaidiStoreSet: Update stats for store-set clearing
2011-08-19 Ali SaidiARM: Add support for DIV/SDIV instructions.
2011-08-19 Ali SaidiLSQ: Set store predictor to periodically clear itself...
2011-08-19 Geoffrey BlakeFix bugs due to interaction between SEV instructions...
2011-08-19 Ali SaidiO3: Update stats for LSQ changes.
2011-08-19 Mrinmoy GhoshLSQ: Add some better dprintfs for storeset predictor.
2011-08-19 Mrinmoy GhoshLSQ: Fix a few issues with the storeset predictor.
2011-08-19 Thomas GrassStats: Add a sparse histogram stat object.
2011-08-19 Giacomo GabrielliO3: Squash the violator and younger instructions instea...
2011-08-19 Geoffrey BlakeARM: Add per-cpu local timers for ARM.
2011-08-19 Prakash RamrakhaniARM: Add per-processor interrupt support to GIC.
2011-08-19 Ali SaidiARM: Fix a memory leak with the table walker.
2011-08-19 Ali SaidiPrefetcher: Fix some memory leaks with the prefetcher.
2011-08-19 Ali SaidiARM: quiet what can be a very noise CLCD controller.
2011-08-16 Gabe BlackInOrder: Make cache_unit.hh include hashmap.hh explicit...
2011-08-16 Gabe BlackO3: Make lsq_unit.hh include arch/isa_traits.hh directl...
2011-08-15 Nilay VaishRuby: Initialize some variables.
2011-08-15 Gabe BlackX86: Add an X86_FS o3 regression.
2011-08-15 Gabe BlackO3: When squashing, restore the macroop that should...
2011-08-14 Gabe BlackO3: Add a pointer to the macroop for a microop in the...
2011-08-14 Gabe BlackStats: Small update to stats for change to x86 inst...
2011-08-14 Gabe BlackX86: Use IsSquashAfter if an instruction could affect...
2011-08-13 Gabe BlackO3: At the end of an instruction, force fetchAddr to...
2011-08-09 Gabe BlackSCons,tests: Tell scons about pc-o3-timing regressions.
2011-08-09 Gabe BlackX86: Build O3 by default in X86_FS.
2011-08-09 Gabe BlackStats: Update stats for the end of macroop O3 fix.
2011-08-09 Gabe BlackO3: Stop using the current macroop no matter why you...
2011-08-09 Gabe BlackStats: Update stats for the recent O3 interrupt change.
2011-08-09 Gabe BlackO3: When waiting to handle an interrupt, let everything...
2011-08-08 Nilay VaishBuildEnv: Eliminate RUBY as build environment variable
2011-08-07 Gabe BlackO3: Get rid of the unused addToRemoveList function.
2011-08-07 Gabe BlackStats: Update stats for the previous change.
2011-08-07 Gabe BlackO3: Let squashed and deferred instructions issue.
2011-08-07 Gabe BlackStats: Update the stats after the uninitialized branch...
2011-08-07 Ali SaidiO3: Fix uninitialized variable in the tournament branch...
2011-08-07 Gabe BlackTranslation: Use a pointer type as the template argument.
2011-08-03 Nilay VaishRuby: Remove files and includes not in use
2011-08-02 Gabe BlackO3: Get rid of the raw ExtMachInst constructor on DynInsts.
2011-08-02 Gabe BlackScons: Make some Action objects fit the abreviated...
2011-08-02 Nilay VaishScons: Drop RUBY as compile time option.
2011-08-01 Gabe BlackO3: Implement memory mapped IPRs for O3.
2011-07-31 Gabe BlackStats: Update stats for the recent fix to fetch.
2011-07-31 Gabe BlackO3: Fix corner case squashing into the microcode ROM.
2011-07-28 Nilay VaishSLICC: Put functions of a controller in its .cc file
2011-07-26 Nilay VaishRuby: Fix instantiations of DMA controller and sequencer
2011-07-25 Nilay VaishMerged with Gabe's changeset.
2011-07-25 Nilay VaishRuby: Fix dma controller configs/ruby/MI_example.py
2011-07-19 Gabe BlackSCons: Only print all the SConsopts being read if verbo...
2011-07-16 Korey Sewellinorder-fs: temp. regression removal
2011-07-15 Ali SaidiMem: Fix issue with prefetches originating at non-L1...
2011-07-15 Giacomo GabrielliO3: Create a pipeline activity viewer for the O3 CPU...
2011-07-15 Ali SaidiARM: Update stats for better miscreg support for MP...
2011-07-15 Wade WalkerARM: Fix SWP/SWPB undefined instruction behavior
2011-07-15 Wade WalkerARM: Add two unimplemented miscellaneous registers.
2011-07-12 Nilay Vaishse.py: Fixes the way ruby's options are added
2011-07-11 Nilay VaishX86: implements copyRegs() function
2011-07-11 Gabe BlackISA: Get rid of the unused mem_acc_type template parameter.
2011-07-10 Ali SaidiO3: Update stats for fetch and bp changes.
2011-07-10 Mrinmoy GhoshBranch predictor: Fixes the tournament branch predictor.
2011-07-10 Geoffrey BlakeO3: Fix up pipelining icache accesses in fetch stage...
2011-07-10 Ali SaidiIO: Handle case where ISA Fake device is being used...
2011-07-10 Ali SaidiO3: Make sure fetch doesn't go off into the weeds durin...
2011-07-10 Ali SaidiConfig: Add support for a Self.all proxy object
2011-07-10 Daniel JohnsonARM: Fix mp interrupt bug in GIC.
2011-07-08 Korey Sewellalpha:hwrei:rollback for o3
2011-07-07 Brad Beckmannruby: added generic dma machine
2011-07-07 Brad BeckmannMOESI_hammer: Fixed uniprocessor DMA bug
2011-07-06 Nathan Binkertslicc: add a protocol statement and an include statement
2011-07-06 Nathan Binkertslicc: cleanup slicc code and make it less verbose
2011-07-06 Nathan Binkertgrammar: better encapsulation of a grammar and parsing
2011-07-06 Gabe BlackX86: Add a config for an FS regression on O3.
2011-07-05 Gabe BlackISAs: Streamline some spots where Mem is used in the...
2011-07-05 Gabe BlackISA parser: Define operand types with a ctype directly.
2011-07-05 Gabe BlackISA parser: Simplify operand type handling.
2011-07-03 Nilay VaishMerged with Gabe's recent changes.
2011-07-03 Nilay VaishNetwork_test: Conform it with functional access changes...
2011-07-03 Gabe Blacktracediff: Check for --debug-flags now instead of ...
2011-07-03 Gabe BlackExecContext: Rename the readBytes/writeBytes functions...
2011-07-03 Gabe BlackExecContext: Get rid of the now unused read/write templ...
2011-07-03 Gabe BlackISA: Use readBytes/writeBytes for all instruction level...
2011-07-03 Gabe BlackStats: Update stats for the x86 store fault fix.
2011-07-03 Gabe BlackX86: Fix store microops so they don't drop faults in...
2011-07-01 Nilay VaishRuby: Commit files missing from previous commit
2011-07-01 Brad BeckmannRegression: Updates regression outputs for Ruby memtest
2011-07-01 Brad Beckmannconfig: removed unnecessary slashes
2011-07-01 Brad Beckmann... Ruby: Add support for functional accesses
2011-06-28 Nilay Vaisharch: print next upc correctly
2011-06-24 Joel HestnessRuby: remove unused functions in CacheMemory: get/setMe...
2011-06-23 Deyaun Guomips: fix nmsub and nmadd definitions
2011-06-22 Gabe BlackX86: Eliminate an unused argument for building store...
2011-06-21 Korey Sewellinorder: sparc: add 02.insttest regression
2011-06-21 Korey Sewellinorder: sparc: add hello world regression
2011-06-20 Korey Sewellmerge regression updates
2011-06-20 Korey Sewellalpha:o3:simple: update simout/err files
2011-06-20 Korey Sewellinorder: alpha-hello regression update
2011-06-20 Korey Sewellinorder: merge gabes compile fix
2011-06-20 Gabe BlackInOder: Fix a compile error.
2011-06-20 Korey Sewellinorder: gem5.opt compile
next