x86: Fix the CPUID Long Mode Address Size function.
[gem5.git] / src / arch / x86 / isa /
2014-11-06 Marc Orrx86 isa: This patch attempts an implementation at mwait.
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-09-03 Mitch Hayengax86: Flag instructions that call suspend as IsQuiesce
2014-09-01 Nilay Vaishx86: set op class of two fp instructions
2014-05-09 Curtis Dunhamarch: teach ISA parser how to split code across files
2014-05-09 Curtis Dunhamarch: remove inline specifiers on all inst constrs...
2014-01-28 Nilay Vaishx86: use lfpimm instead of limm for fptan
2014-01-28 Nilay Vaishx86: implements x87 add/sub instructions
2014-01-28 Nilay Vaishx86: implements fxch instruction.
2014-01-28 Nilay Vaishx86: correct error in emms instruction.
2013-11-26 Christian Menardx86: Implementation of Int3 and Int_Ib in long mode
2013-10-15 Yasuko Eckertarch/x86: add support for explicit CC register file
2013-09-30 Andreas Sandbergx86: Add support for FXSAVE, FXSAVE64, FXRSTOR, and...
2013-09-30 Andreas Sandbergx86: Add support for FLDENV & FNSTENV
2013-09-30 Andreas Sandbergx86: Add support for loading 32-bit and 80-bit floats...
2013-09-30 Andreas Sandbergx86: Fix re-entrancy problems in x87 store instructions
2013-06-18 Andreas Sandbergx86: Add support for maintaining the x87 tag word
2013-06-18 Andreas Sandbergx86: Fix loading of floating point constants
2013-06-18 Andreas Sandbergx86: Make fprem like the fprem on a real x87
2013-06-18 Andreas Sandbergx86: Fix the flag handling code in FABS and FCHS
2013-05-21 Nilay Vaishx86: mark instructions for being function call/return
2013-05-21 Nilay Vaishx86: add op class for int and fp microops in isa descri...
2013-04-23 Christian Menardx86: increment the stack pointer in lret inst
2013-03-11 Nilay Vaishx86: implement some of the x87 instructions
2013-02-19 Andreas Hanssonscons: Fix warnings issued by clang 3.2svn (XCode 4.6)
2013-01-15 Nilay Vaishx86: implements fsin, fcos instructions
2013-01-15 Nilay Vaishx86: implements emms instruction
2013-01-15 Nilay Vaishx86: implement fabs, fchs instructions
2013-01-08 Lluís Vilanovautil: add m5_fail op.
2012-12-30 Nilay Vaishx86: implement x87 fp instruction fnstsw
2012-12-30 Nilay Vaishx86: implement x87 fp instruction fsincos
2012-09-11 Nilay VaishX86: make use of register predication
2012-09-11 Nilay Vaishx86: Add a separate register for D flag bit
2012-06-04 Gabe BlackX86: Ensure that the CPUID instruction always writes...
2012-05-26 Gabe BlackCPU: Merge the predecoder and decoder.
2012-05-25 Gabe BlackISA: Make the decode function part of the ISA's decoder.
2012-05-22 Nilay VaishX86: Split Condition Code register
2012-05-19 Marc Orrx86 ISA: Implement the sse3 haddps instruction.
2012-04-29 Gabe BlackX86: Fix the IMUL_R_P_I macroop.
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-03-31 Gabe BlackX86: Fix address size handling so real mode works properly.
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-03-19 Andreas Hanssonclang: Fix recently introduced clang compilation errors
2012-02-26 Gabe BlackX86: Use the M5PanicFault fault in execute methods...
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-10 Ali SaidiAutomated merge with ssh://repo.gem5.org/gem5
2012-01-10 Nilay VaishX86: Add memory fence to I/O instructions
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-12-01 Gabe BlackX86: Fix a bad segmentation check for the stack segment.
2011-11-04 Nilay Vaishx86: Add microop for fence
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-09-30 Gabe BlackSE/FS: Use the new FullSystem constant where possible.
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-09-19 Gabe BlackX86: Don't use "#if FULL_SYSTEM" in the X86 ISA descrip...
2011-09-19 Gabe BlackPseudoInst: Remove the now unnecessary #if FULL_SYSTEMs...
2011-09-19 Gabe BlackPseudoinst: Add an initParam pseudo inst function.
2011-08-14 Gabe BlackX86: Use IsSquashAfter if an instruction could affect...
2011-07-05 Gabe BlackISA parser: Define operand types with a ctype directly.
2011-07-03 Nilay VaishMerged with Gabe's recent changes.
2011-07-03 Gabe BlackISA: Use readBytes/writeBytes for all instruction level...
2011-07-03 Gabe BlackX86: Fix store microops so they don't drop faults in...
2011-06-22 Gabe BlackX86: Eliminate an unused argument for building store...
2011-06-02 Nathan Binkertcopyright: clean up copyright blocks
2011-05-06 Gabe BlackX86: Fix the Lldt instructions so they load the ldtr...
2011-04-23 Gabe BlackX86: When decoding a memory only inst, fault on reg...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-03-02 Gabe BlackX86: Decode the mysterious and elusive ffreep x87 instr...
2011-03-02 Gabe BlackX86: Mark IO reads and writes as non-speculative.
2011-03-02 Gabe BlackX86: Mark prefetches as such in their instruction and...
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-15 Gabe BlackX86: Get rid of "inline" on the MicroPanic constructor...
2011-02-14 Gabe BlackX86: Put the result used for flags in an intermediate...
2011-02-14 Gabe BlackX86: Don't read in dest regs if all bits are replaced.
2011-02-14 Gabe BlackX86: Define fault objects to carry debug messages.
2011-02-07 Tim HarrisX86: Use all 64 bits of the lstar register in the SYSCA...
2011-02-07 Tim HarrisX86: Fix JMP_FAR_I to unpack a far pointer correctly.
2011-02-07 Tim HarrisX86: Read the LDT/GDT at CPL0 when executing an iret.
2011-02-07 Brad Beckmannm5: added work completed monitoring support
2011-02-07 Brad Beckmannx86: set IsCondControl flag for the appropriate microops
2011-02-03 Gabe BlackX86: Get rid of the stupd microop.
2011-02-03 Gabe BlackX86: Replace the stupd microop with a store/update...
2010-12-08 Gabe BlackX86: Take advantage of new PCState syntax.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-29 Gabe BlackX86: Fault on divide by zero instead of panicing.
2010-10-29 Gabe BlackX86: Make syscalls also serialize after.
2010-10-22 Gabe BlackX86: Make nop a regular, non-microcoded instruction.
2010-10-22 Gabe BlackX86: Make syscall instructions non-speculative in SE.
2010-09-29 Gabe BlackX86: Fix the RIP relative versions of the BT, BTC,...
2010-09-14 Gabe BlackX86: Make the halt microop non-speculative.
2010-09-14 Gabe BlackX86: Make unrecognized instructions behave better in...
2010-08-23 Gabe BlackX86: Create a directory for files that define register...
next