ARM: Make all ARM uops delayed commit.
[gem5.git] / src / sim /
2010-11-08 Ali Saidisim: Use forward declarations for ports.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-16 Gabe BlackGetArgument: Rework getArgument so that X86_FS compiles...
2010-10-01 Ali SaidiDebug: Implement getArgument() and function skipping...
2010-09-14 Gabe BlackCPU: Trim unnecessary includes from some common files.
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-09-09 Nathan Binkertinit: don't build files that centralize python and...
2010-09-09 Nathan Binkertscons: use code_formatter wherever we can in the build...
2010-08-26 Ali SaidiTracing: Fix trace so 'Predicated False' doesn't show up
2010-08-23 Gabe BlackFaults: Get rid of some commented out code in sim/fault...
2010-08-23 Min Kyu JeongCPU: Make Exec trace to print predication result (if...
2010-08-23 Ali SaidiLoader: Make the load address mask be a parameter of...
2010-08-23 Ali SaidiCompiler: Fixes for GCC 4.5.
2010-08-17 Steve Reinhardtmisc: add some AMD copyright notices
2010-08-17 Steve Reinhardtsim: revamp unserialization procedure
2010-08-17 Steve Reinhardtsim: move iterating over SimObjects into Python.
2010-08-17 Steve Reinhardtsim: make Python Root object a singleton
2010-07-22 Timothy M. JonesSyscall: Don't close the simulator's standard file...
2010-07-21 Nathan Binkertpython: Add mechanism to override code compiled into...
2010-07-06 Steve Reinhardtcheckpointing: another small overload fix
2010-07-06 Steve Reinhardtsim: fold StartupCallback into SimObject
2010-07-06 Steve Reinhardtcheckpointing: minor cleanup.
2010-07-06 Steve Reinhardtcheckpointing: fix minor bug
2010-07-06 Steve Reinhardtprocess: get rid of some unused code & vars
2010-07-06 Steve Reinhardtprocess: minor format/style cleanup
2010-06-15 Nathan Binkertstats: get rid of the never-really-used event stuff
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-04 Steve ReinhardtMore minor gdb-related cleanup.
2010-06-03 Steve ReinhardtMinor remote GDB cleanup.
2010-06-02 Gabe BlackARM: Allow ARM processes to start in Thumb mode.
2010-06-02 Gabe BlackARM: Detect thumb mode elf images.
2010-05-06 Gabe BlackMerge.
2010-05-06 Nathan Binkertcompile: don't #include unnecessary stuff
2010-04-18 Nathan Binkertstats: make simTicks and simFreq accessible from stats.hh
2010-04-18 Nathan Binkertevent: Allow EventWrapper to take an object reference
2010-04-15 Nathan Binkerttick: rename Clock namespace to SimClock
2010-04-15 Nathan Binkerteventq: move EventQueue constructor to cc file
2010-04-02 Nathan Binkerteventq: allow an implicit cast from an EventManager...
2010-04-02 Nathan Binkerteventq: Clean up some flags
2010-04-02 Nathan Binkerteventq: Make priorities just an integer instead of...
2010-03-13 Nathan Binkerteventq: rearrange a little bit so I can add some stuff
2010-03-13 Nathan Binkerteventq: remove some unused includes
2010-02-27 Nathan Binkertevents: Give EventWrapped a default name and description
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-20 Lisa Hsuutil: do checkpoint aggregation more cleanly, fix last...
2010-01-19 Derek Howermerge
2010-01-18 Lisa HsuAutomated merge with ssh://hsul@localhost:4444//repo/m5
2010-01-18 Lisa Hsu util: make a generic checkpoint aggregator that can...
2010-01-12 Lisa Hsufaults: i think these fault invocations should be panic...
2009-11-14 Ali SaidiSE: Fix SE mode OS X compilation.
2009-11-11 Gabe BlackMerge with the head.
2009-11-09 Vince Weaversyscall: missing initializer in getcwd call
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-10-30 Vince WeaverSysCalls: Implement truncate64 system call
2009-10-31 Gabe BlackSyscalls: Fix a warning turned error about an unused...
2009-10-30 Gabe BlackSyscalls: Make system calls access arguments like a...
2009-10-27 Timothy M. JonesPOWER: Add support for the Power ISA
2009-10-24 Timothy M. Jonessyscall: Addition of an ioctl command code for Power.
2009-10-24 Timothy M. Jonessyscall: Zero out memory that already exists during...
2009-10-24 Timothy M. Jonessyscall: Fix conversion of the stat64 buffer during...
2009-10-24 Timothy M. Jonessyscall: Implementation of the ftruncate64 system call.
2009-10-24 Timothy M. Jonessyscall: Implementation of the time system call.
2009-10-24 Timothy M. Jonessyscall: Implementation of the times system call
2009-10-02 Gabe BlackSE mode: Make the direction anonymous mmaps move throug...
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-09-22 Nathan Binkertpython: Move more code into m5.util allow SCons to...
2009-09-16 Vince WeaverSyscalls: Implement sysinfo() syscall.
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-07-31 Korey Sewellmerge mips fix and statetrace changes
2009-07-27 Gabe BlackElf: Add in some new aux vector type constants.
2009-07-27 Ali SaidiARM: Detect OABI binaries and complain that they're...
2009-07-20 Derek Howermerge
2009-07-20 Gabe BlackTracing: Add accessors so tracers can get at data in...
2009-07-13 Derek Howermerge
2009-07-10 Gabe BlackSPARC: Set up a lookup table for integer register flatt...
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-06-05 Nathan Binkertstyle: cleanup style
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkertincludes: use base/types.hh not inttypes.h or stdint.h
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-05-05 Korey Sewellmerge code
2009-05-04 Nathan Binkertscons: re-work the *Source functions to take more infor...
2009-04-25 Gabe BlackSPARC: Tighten up the clone system call and SPARCs...
2009-04-21 Nathan BinkertAutomated merge with ssh://m5sim.org//repo/m5
2009-04-21 Nathan Binkertpseudo: only include kernel stats if FULL_SYSTEM.
2009-04-21 Steve Reinhardtsyscall_emul: style fixes (mostly wrapping overly long...
2009-04-21 Steve Reinhardtsyscall: Resolve conflicts between m5threads and Gabe...
2009-04-21 Daniel SanchezCommit m5threads package.
2009-04-15 Steve ReinhardtGet rid of the Unallocated thread context state.
2009-04-09 Nathan Binkerttlb: More fixing of unified TLB
2009-04-09 Gabe Blacktlb: Don't separate the TLB classes into an instruction...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-06 Nathan Binkertstats: Fix all stats usages to deal with template fixes
2009-03-06 Nathan Binkertserialize: Allow floats and doubles to be serialized
2009-02-27 Gabe BlackProcesses: Make getting and setting system call argumen...
2009-02-27 Gabe BlackX86: Add a class to support 32 bit x86 linux process.
2009-02-27 Ali SaidiCPA: Add new object for gathering critical path annotat...
next