summaryrefslogtreecommitdiff
path: root/arch/alpha/isa/main.isa
AgeCommit message (Expand)Author
2006-05-16Split SimpleCPU into two different models, AtomicSimpleCPU andSteve Reinhardt
2006-03-28Make .isa-file ##include file paths relative to including file.Steve Reinhardt
2006-03-09Hand merge. Stuff probably doesn't compile.Gabe Black
2006-03-03Changes to support automatic renaming of the shadow registers at decode time....Kevin Lim
2006-02-27Changes to put all the misc regs within the misc reg file. This includes the...Kevin Lim
2006-02-21Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...Gabe Black
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...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-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-12Polishing of isa_parser.py internal operand handling, resulting inSteve 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