summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2006-10-20Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-10-19refactor code for the packet, get rid of packet_impl.hhNathan Binkert
2006-10-18Zeroed out the actual LSB in addition to moving it's original value the MSB.Gabe Black
2006-10-18Fixed a compiler error, disassembly output, and corrected the address calcula...Gabe Black
2006-10-18Fixed up ldblockf_p, implemented stdfa properly, and got rid of some old code.Gabe Black
2006-10-16Corrected the "Authors" lineGabe Black
2006-10-16Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-16Fix up microcode support.Gabe Black
2006-10-16Changed how floating point register numbers are decoded to fit with the spec.Gabe Black
2006-10-16Made sure the constructor for insts use ExtMachInst rather than MachInst, sin...Gabe Black
2006-10-15Added an execute function to the macro op so it can be instantiated.Gabe Black
2006-10-15Fix how additional template parameters are handled. Non string parameters are...Gabe Black
2006-10-13fix a bug in CopyStringOut. dprintk appears to work again.Ali Saidi
2006-10-12Changed the sign extension function from mine to the provided one. Mine relie...Gabe Black
2006-10-12Some support for handling block loads and stores and ASIs properly.Gabe Black
2006-10-12The beginnings of an instruction format to deal with block loads and stores. ...Gabe Black
2006-10-12Some support for macro/micro instructions in SPARC.Gabe Black
2006-10-12Support for returning unimplemented instruction in the decoder, lifted from A...Gabe Black
2006-10-12Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-08Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing)Steve Reinhardt
2006-10-06there are two main thrusts of this changeset.Lisa Hsu
2006-10-05remove traces of binningNathan Binkert
2006-10-02Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-02Updates to fix merge issues and bring almost everything up to working speed. ...Kevin Lim
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-09-30Basic work towards supporting ASIs properlyGabe Black
2006-09-30Changed makeExtMI to take a ThreadContext instead of a pc.Gabe Black
2006-09-17Finished changing how stat structures are translated, fixed the handling of v...Gabe Black
2006-09-15Changes to correct stat behaviorGabe Black
2006-09-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-09-11Merge zizzer:/bk/newmemAli Saidi
2006-09-11add annotation code to m5Ali Saidi
2006-09-03Make the ASI constants available to the decoder.Gabe Black
2006-09-03Make the auxiliary vectors use the uid, euid, gid and egid parameters from th...Gabe Black
2006-08-31add ISA_HAS_DELAY_SLOT directive instead of "#if THE_ISA == ALPHA_ISA" throug...Korey Sewell
2006-08-30Forgot some commasGabe Black
2006-08-29ASI constants.Gabe Black
2006-08-29Set both xcc.c and icc.c on return from a syscall.Gabe Black
2006-08-29Don't store if there's a fault.Gabe Black
2006-08-29Fiddled with the floating point accessors.Gabe Black
2006-08-29Cleaned up floating point by removing unnecessary conversions and by implemen...Gabe Black
2006-08-28Add dup() support (from Antti Miettinen).Steve Reinhardt
2006-08-21Fix annulled unconditional branchesGabe Black
2006-08-21Got rid of the aux_data array since it shouldn't have existed.Gabe Black
2006-08-21Fixed the parameters to memset. sizeof(regSegments[x]) may have been returnin...Gabe Black
2006-08-21Two bugs found by my tracing tool.Gabe Black
2006-08-17Changes to build m5.fastSteve Reinhardt
2006-08-15Tweaks to Ali's changesGabe Black
2006-08-15fixes for gcc 4.1Ali Saidi