summaryrefslogtreecommitdiff
path: root/arch/alpha
AgeCommit message (Expand)Author
2006-02-21Renaming alpha files and changing some MIPS stuff to be more like Alpha versionKorey Sewell
2006-02-21Made Addr a global typeGabe Black
2006-02-19Reapplied changes which were undone by a pullGabe Black
2006-02-19Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Gabe Black
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-19Merge zizzer:/bk/m5Ali Saidi
2006-02-19forgot a negative signAli Saidi
2006-02-18Move Linux/Tru64 architecture independent code into kern/*Ali Saidi
2006-02-16Remove fake fault.Kevin Lim
2006-02-16Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-02-16Fixes to handle generating the initiateAcc and completeAcc functions a little...Kevin Lim
2006-02-16Some changes which weren't needed before doing a bk pull were needed afterwar...Gabe Black
2006-02-16Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-16Changed the fault enum into a class, and fixed everything up to work with it....Gabe Black
2006-02-15Gives separate methods for initiating and completing a memory access, which w...Kevin Lim
2006-02-15Merge zizzer:/bk/m5Ali Saidi
2006-02-15endian fixes and compiles on mac os xAli Saidi
2006-02-14Fixed a path in the alpha isa description.Gabe Black
2006-02-12Pseudo instructions are now passed whatever instructions they need by the dec...Gabe Black
2006-02-12Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ...Gabe Black
2006-02-12Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-12vptr.hh:Gabe Black
2006-02-12Polishing of isa_parser.py internal operand handling, resulting inSteve Reinhardt
2006-02-11Add keyword parameters and list-valued arguments toSteve Reinhardt
2006-02-11fix #if. I wonder why my compiler had no issues. Even though it is clearlyAli Saidi
2006-02-11hello world works on a BE host for a LE guestAli Saidi
2006-02-10Merge zizzer:/bk/m5Ali Saidi
2006-02-10fix problems on darwin/*BSD for syscall emulation modeAli Saidi
2006-02-10Change how memory operands are handled in ISA descriptions.Steve Reinhardt
2006-02-09Split Alpha ISA description into multiple filesSteve Reinhardt
2006-02-08Moved the alpha isa_desc to conform to the new naming system.Gabe Black
2006-02-08Some fixupsGabe Black
2006-02-08Alot of changes to push towards ISA independence. Highlights are renaming of ...Gabe Black
2006-02-03byte_swap.hh was removed from arch/alpha/, and replaced by sim/byteswap.hh. T...Gabe Black
2006-01-24Some stuff aparently didn't get committed which was from before the new repos...Gabe Black
2005-12-23Change base/intmath.{cc,hh} to follow m5 style.Steve Reinhardt
2005-11-22Apply patch for syscall emulation provided by Antti Miettinen (apm@brigitte.d...Kevin Lim
2005-11-20Cleanup the StackTrace interfaces and profile interfaces so theyNathan Binkert
2005-11-19add symbol opcodeAli Saidi
2005-11-09A couple of FP-related fixes (prompted by Adam having troubleSteve Reinhardt
2005-10-18define a couple more abi regiestersNathan Binkert
2005-10-18Add new function profiling stuff, wrap the pc_sample stuff into it.Nathan Binkert
2005-09-24Clean up indentation in isa_desc.Steve Reinhardt
2005-09-11Explicitly handle rounding on FP-to-integer conversions.Steve Reinhardt
2005-09-02Bug fix: can't increment an iterator after you eraseSteve Reinhardt
2005-08-30Build options are set via a build_options file in theSteve Reinhardt
2005-06-28Merge m5read@m5.eecs.umich.edu:/bk/m5Benjamin Nash
2005-06-28Don't hard code the location of m5AlphaAccess. Instead, move theNathan Binkert
2005-06-17I/O changes and SkipFuncEvents to increase FreeBSD compatibility.Benjamin Nash
2005-06-05Many files:Steve Reinhardt