alpha,arm,mips,power,riscv,sparc,x86,cpu: Get rid of ISA_HAS_DELAY_SLOT.
[gem5.git] / src / arch / x86 / isa_traits.hh
2018-01-10 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86,cpu: Get rid of...
2017-12-23 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86: Get rid of TheISA...
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2015-07-17 Nilay Vaishx86: decode instructions with vex prefix
2015-05-15 Andreas Hanssonmisc: Appease gcc 5.1
2014-12-04 Gabe Blackx86: Rework opcode parsing to support 3 byte opcodes...
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2012-11-02 Dam SunwooISA: generic Linux thread info support
2012-06-05 Ali SaidiISA: Back-out NoopMachInst as a StaticInstPtr change.
2012-06-04 Gabe BlackISA: Turn the ExtMachInst NoopMachinst into the StaticI...
2012-05-25 Gabe BlackISA: Make the decode function part of the ISA's decoder.
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2011-09-09 Gabe BlackStaticInst: Merge StaticInst and StaticInstBase.
2010-08-23 Gabe BlackX86: Define a noop ExtMachInst.
2010-08-23 Ali SaidiLoader: Make the load address mask be a parameter of...
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
2010-02-12 Timothy M. JonesO3PCU: Split loads and stores that cross cache line...
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-04-21 Steve Reinhardtsyscall: Resolve conflicts between m5threads and Gabe...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Gabe BlackProcesses: Make getting and setting system call argumen...
2007-11-15 Korey Sewellbranch merge
2007-11-09 Gabe BlackISA parser: Make the isa parser generate MaxInstSrcRegs...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-13 Gabe BlackMerge with head
2007-10-13 Gabe BlackLoader: Identify sections based on virtual addresses...
2007-10-04 Gabe BlackMerge with head.
2007-10-04 Gabe BlackX86: Fix the PageShift constant in isa_traits.hh (I...
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackX86: Fix x87 floating point stack register indexing.
2007-09-26 Gabe BlackMerge with head.
2007-09-25 Gabe BlackX86: Get X86_FS to compile.
2007-09-20 Gabe BlackX86: Put in the foundation for x87 stack based fp regis...
2007-09-06 Gabe BlackMerge with head.
2007-09-06 Gabe BlackX86: Rework the multiplication microops so that they...
2007-07-31 Steve ReinhardtMerge from head.
2007-07-30 Gabe BlackX86: Make sure FP_Base_DepTag is big enough to avoid...
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-27 Gabe BlackMerge with head.
2007-07-27 Gabe BlackX86: Fix argument register indexing.
2007-06-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-19 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-19 Gabe BlackGet rid of the immediate and displacement components...
2007-06-18 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-18 Gabe BlackAdd in incomplete pick and merge functions which read...
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-07 Ali SaidiMerge zizzer:/bk/newmem
2007-03-07 Ali SaidiMerge zizzer:/bk/newmem
2007-03-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-06 Ali SaidiMerge zizzer:/bk/newmem
2007-03-06 Gabe BlackGet X86 to load an elf and start a process for it.
2007-03-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-05 Gabe BlackVarious touch ups
2007-03-05 Gabe BlackInclude the x86 specific traits file.
2007-03-05 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-03 Gabe BlackFilled in with basic x86 information. Some things are...
2007-03-03 Gabe BlackAdd build hooks for x86.