mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / insts /
2019-09-18 Gabe Blackarch, x86: Rework the debug faults and microops.
2019-01-31 Gabe Blackx86: Stop using/defining some ISA specific register...
2019-01-31 Gabe Blackarch: cpu: Rename *FloatRegBits* to *FloatReg*.
2017-12-23 Gabe Blackriscv,x86: Stop using the arch Nop machine instruction...
2017-07-05 Rekai Gonzalez-Alb... cpu: Simplify the rename interface and use RegId
2017-07-05 Nathanael Premillieuarch, cpu: Architectural Register structural indexing
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-02-07 Alexandru Dutux86: revamp cmpxchg8b/cmpxchg16b implementation
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2015-07-28 Nilay Vaishrevert 5af8f40d8f2c
2015-07-26 Nilay Vaishcpu: implements vector registers
2015-05-15 Andreas Hanssonmisc: Appease gcc 5.1
2014-10-16 Andreas Hanssonarch,x86,mem: Dynamically determine the ISA for Ruby...
2014-05-09 Andrew Bardsleycpu: Add flag name printing to StaticInst
2013-10-15 Yasuko Eckertcpu: add a condition-code register class
2013-10-15 Steve Reinhardtcpu: clean up architectural register classification
2012-04-23 Gabe BlackISA: Put parser generated files in a "generated" directory.
2012-04-15 Gabe BlackX86: Fix a tiny typo in the load/store microop constructor.
2011-09-09 Gabe BlackStaticInst: Merge StaticInst and StaticInstBase.
2011-09-06 Gabe BlackX86: Make sure instruction flags are set properly even...
2011-07-03 Nilay VaishMerged with Gabe's recent changes.
2011-07-03 Gabe BlackISA: Use readBytes/writeBytes for all instruction level...
2011-06-02 Nathan Binkertcopyright: clean up copyright blocks
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-14 Gabe BlackX86: Put the result used for flags in an intermediate...
2011-02-14 Gabe BlackX86: On a bad microopc, return a microop that returns...
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
2010-08-23 Gabe BlackX86: Create a directory for files that define register...
2010-08-23 Gabe BlackX86: Consolidate extra microop flags into one parameter.
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-12-19 Gabe BlackX86: Add a common named flag for signed media operations.
2009-12-19 Gabe BlackX86: Create a common flag with a name to indicate high...
2009-12-19 Gabe BlackX86: Create a common flag with a name to indicate scala...
2009-08-25 Derek Howermerge
2009-08-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-23 Gabe BlackMerge with head.
2009-08-21 Nathan BinkertX86: fix some simple compile issues
2009-08-18 Gabe BlackMerge with head.
2009-08-18 Gabe BlackX86: Rename sel to ext for media microops.
2009-08-18 Gabe BlackX86: Create base classes for use with media/SIMD microops.
2009-08-11 Brad Beckmannmerged Tushar's bug fix with public repository changes
2009-08-05 Derek Howermerge
2009-08-05 Gabe BlackMerge with head.
2009-08-05 Gabe BlackX86: Fix how the parity flag is computed.
2009-07-18 Derek Howermerge
2009-07-18 Gabe BlackX86: Set up a named constant for the "fold bit" for...
2009-07-17 Gabe BlackX86: Shift some register flattening work into the decoder.
2009-07-16 Polina Dudnikmerge
2009-07-16 Gabe BlackX86: Take limitted advantage of the compilers type...
2009-04-23 Gabe BlackX86: Put the StoreCheck flag with the others, and don...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Gabe BlackX86: Fix segment limit checks.
2009-02-25 Gabe BlackX86: Add a flag to force memory accesses to happen...
2009-02-01 Gabe BlackX86: Calculate flags based on the actual result.
2009-01-07 Gabe BlackX86: Autogenerate macroop generateDisassemble function.
2009-01-07 Gabe BlackX86: Move the function that prints memory args into...
2009-01-07 Gabe BlackX86: Move the macroop class out of the isa description...
2009-01-07 Gabe BlackX86: Change indentation on microop disassembly.
2008-11-10 Gabe BlackX86: Fix completeAcc get call.
2008-09-28 Nathan Binkertgcc: Add extra parens to quell warnings.
2007-12-02 Gabe BlackX86: Reorganize segmentation and implement segment...
2007-11-15 Korey Sewellbranch merge
2007-11-12 Gabe BlackX86: Various fixes to indexing segmentation related...
2007-11-01 Steve ReinhardtString constant const-ness changes to placate g++ 4.2.
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-13 Gabe BlackMerge with head
2007-10-10 Gabe BlackX86: Get rid of stray Sparc DPRINTF
2007-10-08 Gabe BlackX86: Significantly filled out misc regs.
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackX86: Fix x87 floating point stack register indexing.
2007-09-20 Gabe BlackX86: Move the fp microops to their own file with their...
2007-09-13 Gabe BlackMerge with head.
2007-09-13 Gabe BlackX86: Fix how ECF is computed in genFlags, and get rid...
2007-09-06 Gabe BlackMerge with head.
2007-09-06 Gabe BlackX86: Make signed versions of partial register values...
2007-09-05 Gabe BlackMerge with head.
2007-09-05 Gabe BlackX86: Add floating point micro registers.
2007-08-28 Gabe BlackMerge with head.
2007-08-27 Gabe BlackX86: Remove x86 code that attempted to fix misaligned...
2007-08-12 Nathan Binkertmerge
2007-08-07 Gabe BlackMerge with head.
2007-08-07 Gabe BlackX86: Added some missing parenthesis in the condition...
2007-08-07 Gabe BlackX86: Implemented and hooked in SCAS (scan string)
2007-08-05 Gabe BlackMerge with head.
2007-08-05 Gabe BlackX86: Make 64 bit unaligned accesses work as well as...
2007-08-02 Ali Saidimerge, no manual changes
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackX86: Hide the irrelevant portions of the address compon...
2007-07-31 Steve ReinhardtMerge from head.
2007-07-30 Gabe BlackX86: Make merge and pick work with high bytes. Fix...
2007-07-30 Gabe BlackX86: Make register names in disassembly reflect high...
next