x86: Make the table walker reset the packet delay
[gem5.git] / src / arch / x86 / insts /
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...
2007-07-30 Gabe BlackX86: Make disassembly use the final register index...
2007-07-29 Steve ReinhardtMerge Gabe's changes from head.
2007-07-29 Gabe BlackMerge ... head. style.py was also missing an argument...
2007-07-29 Gabe BlackX86: Fix a bug with merge
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-27 Gabe BlackMerge with head.
2007-07-27 Gabe BlackX86: Add functions to read and write to an exec context.
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-22 Steve ReinhardtMerge Gabe's changes with mine.
2007-07-22 Gabe BlackMerge with head.
2007-07-20 Gabe BlackFixed width parameter and provided a parameter to flip...
2007-07-18 Gabe BlackMake disassembled x86 register indices reflect their...
2007-07-17 Gabe BlackAdd in support for condition code flags.
2007-07-15 Gabe BlackPull some hard coded base classes out of the isa descri...