gem5.git
2010-06-25 Korey Sewellinorder: resource scheduling backend
2010-06-25 Gabe BlackX86: Fix div2 flag calculation.
2010-06-24 Korey Sewellinorder: update regressions
2010-06-24 Korey Sewellinorder: cleanup virtual functions
2010-06-24 Korey Sewellinorder: enforce 78-character rule
2010-06-24 Korey Sewellinorder: exe_unit_stats for resolved branches
2010-06-24 Korey Sewellinorder: squash from memory stall
2010-06-23 Korey Sewellinorder: update regressions
2010-06-23 Korey Sewellinorder: record load/store trace data
2010-06-23 Korey Sewellinorder: update branch predictor
2010-06-23 Korey Sewellinorder-stats: add instruction type stats
2010-06-23 Korey Sewellinorder: stall signal handling
2010-06-23 Korey Sewellinorder: tick scheduling
2010-06-23 Steve Reinhardtcache: fix longstanding prefetcher bug
2010-06-22 Timothy M.... O3ThreadContext: When taking over from a previous conte...
2010-06-16 Steve Reinhardtstats: update stats for SC protocol change
2010-06-16 Steve Reinhardtcache: fail store conditionals when upgrade loses race
2010-06-16 Steve Reinhardtcache: fix dirty bit setting
2010-06-15 Nathan Binkertstats: rename print to display in the mysql code too...
2010-06-15 Nathan Binkertstats: rename print to display so it work in python
2010-06-15 Nathan Binkertstats: only consider a formula initialized if there...
2010-06-15 Nathan Binkertstats: get rid of the never-really-used event stuff
2010-06-15 Nathan Binkertutil: clean up attrdict and import multiattrdict into...
2010-06-15 Nathan Binkertpython: use ipython in --interactive if it is available
2010-06-15 Nathan Binkertbuild: grab the right library if we're using a debug...
2010-06-11 Nathan Binkertruby: get rid of PrioHeap and use STL
2010-06-11 Nathan Binkertruby: get rid of the Map class
2010-06-11 Nathan Binkertruby: get rid of Vector and use STL
2010-06-11 Nathan Binkertruby: get rid of RefCnt and Allocator stuff use base...
2010-06-09 Lisa Hsuflags: add comment to avoid future deletions since...
2010-06-09 Lisa Hsuflags: Unserializing old checkpoints before the introdu...
2010-06-07 Steve Reinhardtscons: make RUBY a regular (non-global) sticky var
2010-06-06 m5testtests: Update O3 ref outputs to reflect Lisa's dist...
2010-06-06 Steve Reinhardtstats: fix stats diff script
2010-06-04 Steve ReinhardtMore minor gdb-related cleanup.
2010-06-03 Steve ReinhardtAct like enabling CPUs is no big deal,
2010-06-03 Steve ReinhardtMinor remote GDB cleanup.
2010-06-03 Lisa HsuStats: fix dist stat and enable VectorDistStat
2010-06-03 Lisa Hsuutils: checkpoint aggregator: some physmem files are...
2010-06-03 Ali SaidiARM: Fix issue with m5.fast and ARM
2010-06-02 Ali SaidiARM: Fix SPEC2000 benchmarks in SE mode. With this...
2010-06-02 Min Kyu JeongARM: Fix IT state not updating when an instruction...
2010-06-02 Dam SunwooARM: Allow multiple outstanding TLB walks to queue.
2010-06-02 Ali SaidiARM TLB: Fix bug in memAttrs getting a bogus thread...
2010-06-02 Dam SunwooARM: Support table walks in timing mode.
2010-06-02 Dam SunwooARM: Added support for Access Flag and some CP15 regs...
2010-06-02 Gabe BlackARM: Decode the neon instruction space.
2010-06-02 Gabe BlackARM: Add a comment to vfp.cc that explains the asm...
2010-06-02 Gabe BlackARM: Move some case values out of ##included files.
2010-06-02 Gabe BlackARM: Combine some redundant cases in one of the data...
2010-06-02 Gabe BlackARM: Add comments to the classes in macromem.hh.
2010-06-02 Gabe BlackARM: Move code from vfp.hh to vfp.cc.
2010-06-02 Ali SaidiARM: Make some of the trace code more compact
2010-06-02 Gabe BlackARM: Move the longer MemoryReg::printoffset function...
2010-06-02 Gabe BlackARM: Move the ISA "clear" function into isa.cc.
2010-06-02 Gabe BlackARM: Get rid of the binary dumping function in utility.hh.
2010-06-02 Gabe BlackARM: Get rid of the empty branch.cc.
2010-06-02 Gabe BlackARM: Mark some ARM static inst functions as inline.
2010-06-02 Gabe BlackARM: Move some predecoder stuff into a .cc file.
2010-06-02 Gabe BlackARM: Decode to specialized conditional/unconditional...
2010-06-02 Gabe BlackARM: Make sure undefined unconditional ARM instructions...
2010-06-02 Gabe BlackARM: Implement a version of mcr and mrc that works...
2010-06-02 Gabe BlackARM: Hook the misc instructions into the thumb decoder.
2010-06-02 Gabe BlackARM: Move some miscellaneous instructions out of the...
2010-06-02 Gabe BlackARM: Treat LDRD in ARM with an odd index as an undefine...
2010-06-02 Ali SaidiARM: fix sizes of structs for ARM Linux
2010-06-02 Ali SaidiARM: Updated regressions for changes in SE mode stack
2010-06-02 Ali SaidiARM: Fixup native trace support and add some v7/recent...
2010-06-02 Gabe BlackARM: Detect a bad offset field for the VFP Ldm/Stm...
2010-06-02 Gabe BlackARM: Make sure the upc is zeroed when vectoring to...
2010-06-02 Ali SaidiARM: Implement the getrusage syscall.
2010-06-02 Gabe BlackARM: Implement the bkpt instruction.
2010-06-02 Gabe BlackARM: Make undefined instructions obey predication.
2010-06-02 Gabe BlackARM: Implement support for the IT instruction and the...
2010-06-02 Gabe BlackARM: Get rid of some of the old FP implementation.
2010-06-02 Ali SaidiARM: Some TLB bug fixes.
2010-06-02 Ali SaidiARM: Move Miscreg functions out of isa.hh
2010-06-02 Ali SaidiARM: Implement the ARM TLB/Tablewalker. Needs performan...
2010-06-02 Ali SaidiDMA: Make DmaPort generic enough to be used other places
2010-06-02 Ali SaidiARM: SE needs a definition for PageTable::serialize...
2010-06-02 Ali SaidiARM: Add BKPT instruction
2010-06-02 Ali SaidiARM: Implement ARM CPU interrupts
2010-06-02 Ali SaidiARM: Start over with translation from Alpha code as...
2010-06-02 Gabe BlackARM: Implement conversion to/from half precision.
2010-06-02 Gabe BlackARM: Clean up VFP
2010-06-02 Gabe BlackARM: Clean up the implementation of the VFP instructions.
2010-06-02 Gabe BlackARM: Fix double precision load/store multiple decrement.
2010-06-02 Gabe BlackARM: Even though writes to MVFR0/1 should be unpredicta...
2010-06-02 Gabe BlackARM: Make various bits of the FP control registers...
2010-06-02 Gabe BlackARM: Implement the version of VMRS that writes to the...
2010-06-02 Gabe BlackARM: Ignore reads and writes to DCIMVAC.
2010-06-02 Gabe BlackARM: Make MPIDR return 0 and ignore writes.
2010-06-02 Gabe BlackARM: Implement the VCMPE instruction.
2010-06-02 Gabe BlackARM: Fix vcvtr so that it uses the rounding mode in...
2010-06-02 Gabe BlackARM: Fix saturation of VCVT from fp to integer.
2010-06-02 Gabe BlackARM: Compensate for ARM's underflow coming from -before...
2010-06-02 Gabe BlackARM: Implement flush to zero for destinations as well.
2010-06-02 Gabe BlackARM: Fix up nans to match ARM's expected behavior.
2010-06-02 Gabe BlackARM: Set the value of the MVFR0 and MVFR1 registers.
2010-06-02 Gabe BlackARM: Implement flush to zero mode for VFP, and clean...
next