Merge with the main repository again.
[gem5.git] / src / arch / x86 / predecoder.cc
2012-01-07 Gabe BlackMerge with the main repository again.
2011-11-20 Gabe BlackX86: Fix the constant detecting three byte opcodes...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2010-08-23 Gabe BlackX86: Create a directory for files that define register...
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
2009-08-25 Derek Howermerge
2009-08-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-18 Gabe BlackX86: Decode three byte opcodes.
2009-08-05 Derek Howermerge
2009-08-03 Gabe BlackMerged with head.
2009-08-03 Gabe BlackX86: Fix segment override prefixes on instructions...
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-05-05 Korey Sewellmerge code
2009-04-26 Gabe BlackX86: Precompute the default and alternate address and...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Gabe BlackX86: Don't treat the REX prefixes as prefixes in 32...
2008-09-28 Nathan Binkertgcc: Add extra parens to quell warnings.
2008-06-12 Gabe BlackX86: Take advantage of the new meta register.
2007-12-02 Gabe BlackX86: Make the 0xA0-0xA3 versions of mov use the right...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-08 Gabe BlackX86: Make sure there are fewer spurious differences...
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackPredecoder: Clear out predecoder state on an ITLB fault.
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-24 Gabe BlackMerge with head.
2007-07-24 Gabe BlackAdd a special case for "test" which needs an immediate...
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-22 Steve ReinhardtMerge Gabe's changes with mine.
2007-07-22 Gabe BlackFixed immediate byte accounting bug.
2007-07-22 Gabe BlackFixed displacement size bug.
2007-07-22 Gabe BlackMerge with head.
2007-07-20 Gabe BlackFix code that computes displacement size.
2007-07-18 Gabe BlackCalculate the correct address size.
2007-06-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-20 Gabe BlackFix a newly introduced bug where the predecoder wasn...
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-20 Gabe BlackMake memory instructions work better, add more macroop...
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-18 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-14 Gabe BlackSign extend byte immediates as well. There might need...
2007-06-14 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-14 Gabe BlackPut the mode in the ExtMachInst.
2007-06-13 Gabe BlackSeperate the pc-pc and the pc of the incoming bytes...
2007-06-12 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-12 Gabe BlackReset the rex and legacy prefix components of the ExtMa...
2007-05-31 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-31 Gabe Blackx86 work that hadn't been checked in.
2007-04-13 Ali SaidiMerge zizzer:/bk/newmem
2007-04-09 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-06 Gabe BlackClean up the code a little, fix (I think) a perceived...
2007-04-04 Ali SaidiMerge zizzer:/bk/newmem
2007-04-04 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-03 Ali SaidiMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-04-03 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-03 Gabe BlackZero out ModRM if the byte isn't there, and fix some...
2007-03-27 Ron DreslinskiMerge zizzer:/bk/newmem
2007-03-24 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-22 Ali SaidiMerge zizzer:/bk/newmem
2007-03-22 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-21 Gabe BlackBreak out the one and two byte opcodes into different...
2007-03-16 Ali SaidiMerge zizzer:/bk/newmem
2007-03-15 Gabe BlackFile with the predecoder in it.