summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa_traits.hh
AgeCommit message (Expand)Author
2007-10-12Loader: Identify sections based on virtual addresses, and set the LoadAddrMas...Gabe Black
2007-10-04X86: Fix the PageShift constant in isa_traits.hh (I thought I alread did this?)Gabe Black
2007-10-02X86: Fix x87 floating point stack register indexing.Gabe Black
2007-09-24X86: Get X86_FS to compile.Gabe Black
2007-09-19X86: Put in the foundation for x87 stack based fp registers.Gabe Black
2007-09-06X86: Rework the multiplication microops so that they work like they would in ...Gabe Black
2007-07-30X86: Make sure FP_Base_DepTag is big enough to avoid trouble.Gabe Black
2007-07-26X86: Fix argument register indexing.Gabe Black
2007-06-19Get rid of the immediate and displacement components of the EmulEnv struct an...Gabe Black
2007-06-18Add in incomplete pick and merge functions which read and write pieces of reg...Gabe Black
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black
2007-03-05Various touch upsGabe Black
2007-03-05Include the x86 specific traits file.Gabe Black
2007-03-03Filled in with basic x86 information. Some things are missing, wrong, or non-...Gabe Black
2007-03-03Add build hooks for x86.Gabe Black