hsail: Fix disassembly of load instruction with 3 destination operands
[gem5.git] / src / arch / x86 / utility.cc
2016-02-07 Steve Reinhardtx86: create function to check miscreg validity
2015-09-30 Mitch Hayengaisa,cpu: Add support for FS SMT Interrupts
2015-07-28 Nilay Vaishrevert 5af8f40d8f2c
2015-07-26 Nilay Vaishcpu: implements vector registers
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2014-09-20 Mitch Hayengaalpha,arm,mips,power,x86,cpu,sim: Cleanup activate...
2014-02-05 Andreas Sandbergx86: Fix x87 state transfer bug
2014-02-02 Nikos Nikolerisx86, kvm: Fix bug in the RFlags get and set functions
2013-10-15 Yasuko Eckertarch/x86: add support for explicit CC register file
2013-10-15 Yasuko Eckertcpu: add a condition-code register class
2013-09-30 Andreas Sandbergx86: Add support routines to load and store 80-bit...
2013-09-30 Andreas Sandbergx86: Add limited support for extracting function call...
2013-09-19 Andreas Sandbergx86: Add support routines to convert between x87 tag...
2013-06-18 Andreas Sandbergx86: Add support for maintaining the x87 tag word
2013-06-18 Andreas Sandbergx86: Add helper functions to access rflags
2013-06-11 Andreas Sandbergx86: Fix bug when copying TSC on CPU handover
2013-02-19 Andreas Hanssonx86: Move APIC clock divider to Python
2013-01-07 Andreas Sandbergarch: Add support for invalidating TLBs when draining
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-08-21 Andreas HanssonClock: Move the clock and related functions to ClockedO...
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-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-10-30 Gabe BlackX86: Get rid of more uses of FULL_SYSTEM.
2011-07-11 Nilay VaishX86: implements copyRegs() function
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-16 Gabe BlackGetArgument: Rework getArgument so that X86_FS compiles...
2010-10-01 Ali SaidiDebug: Implement getArgument() and function skipping...
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-07-13 Derek Howermerge
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-04-19 Gabe BlackX86: Implement the INIT IPI.
2009-04-19 Gabe BlackX86: Condense the startupCPU code.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2008-10-12 Gabe BlackX86: Make the local APIC accessible through the memory...
2008-10-12 Gabe BlackTurn Interrupts objects into SimObjects. Also, move...
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Gabe BlackX86: Put in initial implementation of the local APIC.
2007-12-02 Gabe BlackX86: Move startup code to the system object to initiali...
2007-12-02 Gabe BlackX86: Reorganize segmentation and implement segment...
2007-12-02 Gabe BlackX86: Separate the effective seg base and the "hidden...
2007-11-17 Korey SewellGabe's 32-bit X86 fix merge
2007-11-16 Gabe BlackX86: Fix 32 bit compilation.
2007-11-15 Korey Sewellbranch merge
2007-11-12 Gabe BlackX86: Implement the startupCPU function.
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-24 Gabe BlackX86: Fix X86_FS compilation.
2007-10-08 Gabe BlackX86: Make x86 initialize more state.
2007-10-08 Gabe BlackX86: Make initCPU and startupCPU do something basic.
2007-09-26 Gabe BlackMerge with head.
2007-09-25 Gabe BlackX86: Get X86_FS to compile.