- 7a8dda4 style: [patch 1/22] use /r/3648/ to reorganize includes by Brandon Potter · 8 years ago
- 9d8ddd9 sim: Clean up InstRecord by Ali Saidi · 10 years ago
- f6742ea cpu: Remove all notion that we know when the cpu is misspeculating. by Ali Saidi · 10 years ago
- 341dbf2 arch: Use const StaticInstPtr references where possible by Andreas Hansson · 10 years ago
- 4f0e3cd cpu: Add ExecFlags debug flag by Mitch Hayenga · 10 years ago
- 0be64ff style: eliminate equality tests with true and false by Steve Reinhardt · 11 years ago stable_2014_08_26
- 5ba9e7a debug : Fixes the issue wherein Debug symbols were not getting dumped into trace files for SE mode by Umesh Bhaskar · 12 years ago
- 7253829 gcc: Clean-up of non-C++0x compliant code, first steps by Andreas Hansson · 13 years ago
- de21bb9 SE/FS: Get rid of FULL_SYSTEM in the CPU directory. by Gabe Black · 13 years ago
- 4bf48a1 Trace: Allow printing ASIDs and selectively tracing based on user/kernel code. by Chander Sudanthi · 14 years ago
- eddac53 trace: reimplement the DTRACE function so it doesn't use a vector by Nathan Binkert · 14 years ago
- 39a0556 includes: sort all includes by Nathan Binkert · 14 years ago
- c69d48f Make commenting on close namespace brackets consistent. by Steve Reinhardt · 14 years ago
- 6f4bd2c ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. by Gabe Black · 14 years ago
- 0dd1f7f CPU: Trim unnecessary includes from some common files. by Gabe Black · 14 years ago
- 03286e9 CPU: Make Exec trace to print predication result (if false) for memory instructions by Min Kyu Jeong · 14 years ago
- 5e6d289 ARM: Move PC mode bits around so they can be used for exectrace by Ali Saidi · 15 years ago
- d9f39c8 arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh by Nathan Binkert · 15 years ago
- 5c546e3 CPU: Only look up the nearest symbol in the kernel if you're actually in kernel code. by Gabe Black · 16 years ago
- 34a5cd8 ExeTrace: Allow subclasses of the tracer to define their own prefix to dump by Korey Sewell · 16 years ago
- 81180a3 This fix addresses an ill formed if statement that fails by Richard Strong · 16 years ago
- b0ab5c8 Tracing: Make tracing aware of macro and micro ops. by Gabe Black · 16 years ago
- dd99ff2 get rid of all instances of readTid() and getThreadNum(). Unify and eliminate by Lisa Hsu · 16 years ago
- 54cc005 params: Deprecate old-style constructors; update most SimObject constructors. by Miles Kaufmann · 17 years ago
- 8dd7700 Turn the instruction tracing code into pluggable sim objects. by Gabe Black · 17 years ago
- abc76f2 Major changes to how SimObjects are created and initialized. Almost all by Nathan Binkert · 18 years ago
- cc796de Missed an "offset" to get rid of. by Gabe Black · 18 years ago
- 5b5570e Modified instruction decode method. Make code compatible with new decode method. by Vincentius Robby · 18 years ago
- 6641423 A fix for SPARC_FS compilation. by Gabe Black · 18 years ago
- a7f3bbc Make microOp vs microop and macroOp vs macroop capitilization consistent. by Gabe Black · 18 years ago
- 5476247 Fixed a compile error. by Gabe Black · 18 years ago
- 63e2d3d Merge zizzer.eecs.umich.edu:/bk/newmem by Gabe Black · 18 years ago
- 2b4c02b The m5 side of statetrace. This is fairly ugly, but I don't want to lose it. by Gabe Black · 18 years ago
- 7c0825c Compile fixes for SPARC_FS. by Gabe Black · 18 years ago
- 689cab3 *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg by Ali Saidi · 18 years ago
- d8c7ebf Merge all of the execution trace configuration stuff into by Nathan Binkert · 18 years ago
- 184decd Clean up tracing stuff more, get rid of the trace log since by Nathan Binkert · 18 years ago
- ebb6972 more fp fixes fix unaligned accesses in mmaped disk device by Ali Saidi · 18 years ago
- 592f35a fix mostly floating point related by Ali Saidi · 18 years ago
- ac36fb6 add fsr to the list of registers we are interested in by Ali Saidi · 18 years ago
- 716a2dc fix some over sights in moving windowing and ccr registers to int reg file by Ali Saidi · 18 years ago
- 7545b2b Merge zizzer:/bk/newmem into zeep.pool:/z/saidi/work/m5.newmem by Ali Saidi · 18 years ago
- a729e4d fix comparing fp registers between legion and m5 by Ali Saidi · 18 years ago
- 0358cce Merge zizzer:/bk/newmem into zower.eecs.umich.edu:/eecshome/m5/newmem by Gabe Black · 18 years ago
- 2939d7d Make Sparc traceflag even more chatty by Ali Saidi · 18 years ago
- 5f50dfa Merge zizzer:/bk/newmem into zower.eecs.umich.edu:/eecshome/m5/newmem by Gabe Black · 18 years ago
- 4301e4c use pstate.am to mask off PC/NPC where it needs to +be by Ali Saidi · 18 years ago
- 1352e55 Merge zizzer.eecs.umich.edu:/bk/newmem by Gabe Black · 18 years ago
- d6c92cd Fix legion lock code a bit so that if we jump out of a micro coded instruction (because of a fault on the first op) we don't lose sync with legion by Ali Saidi · 18 years ago
- a8b2d66 change when legion-lock causes the simulation to die. It now happens after two consuctive differences since we compare stuff by Ali Saidi · 18 years ago
- 8840ebc Merge zizzer:/bk/newmem into zower.eecs.umich.edu:/eecshome/m5/newmem by Gabe Black · 18 years ago
- ff88f3b Compare legion and m5 tlbs for differences by Ali Saidi · 18 years ago
- 5e9d879 fix twinx loads a little bit by Ali Saidi · 18 years ago
- 9d0ca61 Merge zizzer:/bk/newmem into zower.eecs.umich.edu:/eecshome/m5/newmem by Gabe Black · 18 years ago
- 573d594 some small general fixes to make everythign work nicely with other ISAs, now we can merge back with newmem. by Lisa Hsu · 18 years ago
- 139519e Fix bugs in tlbmap (and thus rangemap since the code is nearly identical) by Ali Saidi · 18 years ago
- 81a00fd Allocate the correct number of global registers by Ali Saidi · 18 years ago
- 498e235 Fixed to take into account the misc regs that became int regs. by Gabe Black · 18 years ago
- ed22eb7 get legion/m5 to first tlb miss fault by Ali Saidi · 18 years ago
- 8e75b6e reogranize code to split off FS only misc regs with effect into their own file (reducing the number of if FULL_SYSTEM defines and includes) by Ali Saidi · 18 years ago
- 153e02a Legion actually writes to tl-1 in the data structure, so we need to compare correctly by Ali Saidi · 18 years ago
- 92c5a5c More changes to get SPARC fs closer. Now at 1.2M cycles before difference by Ali Saidi · 18 years ago
- 68ae846 Use the right constant. by Gabe Black · 18 years ago
- c1aeb72 Add in checks of more Legion based state, and put in more sophisticated formatting functions. by Gabe Black · 18 years ago
- cd5b33b Fixes for SPARC_FS by Gabe Black · 18 years ago
- 239a89e Certain header files should only be used in FS. by Gabe Black · 18 years ago
- aa19b2e fix endian issues with condition codes by Ali Saidi · 18 years ago
- 1d70dda Change exetrace code for working with my trace tool to use stream io rather than sprintf which was breaking on 64 bit hosts. by Gabe Black · 18 years ago
- cb172d0 Get SPARC to the point that it starts running. Add ability to load the ROM bin files, cleanup lockstep printing a bit by Ali Saidi · 18 years ago
- f7a35c3 add code to operate in lockstep with legion by Ali Saidi · 18 years ago
- bb2ab31 Fixed up exetrace.cc to deal with microcode, and to made floating point register numbers correlate to the numbers used in SPARC in m5 and statetrace. by Gabe Black · 18 years ago
- 14cc9ba A quick fix to isolate the tracing code to SPARC by Gabe Black · 18 years ago
- fa0fca3 Change the cpu pointer in the InstRecord object to a thread context pointer. by Gabe Black · 18 years ago
- df0cbf8 Extended the reg delta output. by Gabe Black · 18 years ago
- ec26f0b Started adding a system to output data after every instruction. by Gabe Black · 18 years ago
- d2d581c Merge ktlim@zizzer:/bk/newmem by Kevin Lim · 19 years ago
- cb0cf2d Updated Authors from bk prs info by Ali Saidi · 19 years ago
- 4a5b51b Merge ktlim@zizzer:/bk/m5 into zamp.eecs.umich.edu:/z/ktlim2/clean/newmem by Kevin Lim · 19 years ago
- ba2eae5 New directory structure: by Steve Reinhardt · 19 years ago[Renamed from cpu/exetrace.cc]
- a4b31e8 Enable register windows. by Gabe Black · 19 years ago
- 0b2deb2 Fixes for full system compiling. by Kevin Lim · 19 years ago
- 872bbdf Hand merge. Stuff probably doesn't compile. by Gabe Black · 19 years ago
- f15e492 Steps towards setting up the infrastructure to allow the new CPU model to work in full system mode. by Kevin Lim · 19 years ago
- 0e79d18 Hacks to avoid compiling in old FullCPU model. by Steve Reinhardt · 19 years ago
- d727c2b Fix Lisa's CPU trace system check for syscall emulation. by Steve Reinhardt · 19 years ago
- 3532a66 just commit what i need for dumping traces compatible with intel's casper by Lisa Hsu · 19 years ago
- 7b04cd9 add a flag that supercedes all other InstExec flags to print a trace in the Intel sim compatible format. by Lisa Hsu · 19 years ago
- ad8b963 Many files: Update copyright dates and author list by Steve Reinhardt · 20 years ago
- 13c005a shuffle files around for new directory structure by Nathan Binkert · 20 years ago
- 368882a Fix timing modeling of faults: functionally the very next instruction after by Steve Reinhardt · 20 years ago
- 26c666b Minor fixes for pc sampling profile. by Steve Reinhardt · 20 years ago
- fed64a3 Add support for sampled PC profiling to FullCPU. by Steve Reinhardt · 20 years ago
- 2f31608 Updated Copyright with information in bitkeeper changelogs by Ali Saidi · 21 years ago
- 59cb443 Added ability to specify system type/revision in config file. This by Ali Saidi · 21 years ago
- 4a5dcc3 Whole mess'o'changes.. see individual files by Andrew Schultz · 21 years ago
- b6fba57 our first interrupt by Ali Saidi · 21 years ago
- a44248a Added code to print out the symbol if one exists for an address by Ali Saidi · 21 years ago
- 4f8acd2 Minor cleanup of trace/output stuff (leftover from EINTR bug fix). by Steve Reinhardt · 21 years ago
- 40b9a38 Minor changes to instruction trace output. by Steve Reinhardt · 21 years ago
- de29fec Don't need to include sim/param.hh in sim_object.hh anymore. by Steve Reinhardt · 21 years ago