index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
isa
Age
Commit message (
Expand
)
Author
2012-03-19
clang: Fix recently introduced clang compilation errors
Andreas Hansson
2012-02-26
X86: Use the M5PanicFault fault in execute methods instead of calling panic.
Gabe Black
2012-01-16
Merge yet again with the main repository.
Gabe Black
2012-01-09
X86: Add memory fence to I/O instructions
Nilay Vaish
2012-01-07
Merge with the main repository again.
Gabe Black
2012-01-07
Merge with main repository.
Gabe Black
2011-12-01
X86: Fix a bad segmentation check for the stack segment.
Gabe Black
2011-11-03
x86: Add microop for fence
Nilay Vaish
2011-10-31
GCC: Get everything working with gcc 4.6.1.
Gabe Black
2011-09-30
SE/FS: Use the new FullSystem constant where possible.
Gabe Black
2011-09-26
ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.
Gabe Black
2011-09-19
X86: Don't use "#if FULL_SYSTEM" in the X86 ISA description.
Gabe Black
2011-09-19
PseudoInst: Remove the now unnecessary #if FULL_SYSTEMs around pseudoinsts.
Gabe Black
2011-09-18
Pseudoinst: Add an initParam pseudo inst function.
Gabe Black
2011-08-13
X86: Use IsSquashAfter if an instruction could affect fetch translation.
Gabe Black
2011-07-05
ISA parser: Define operand types with a ctype directly.
Gabe Black
2011-07-02
ISA: Use readBytes/writeBytes for all instruction level memory operations.
Gabe Black
2011-07-02
X86: Fix store microops so they don't drop faults in timing mode.
Gabe Black
2011-06-21
X86: Eliminate an unused argument for building store microops.
Gabe Black
2011-06-02
copyright: clean up copyright blocks
Nathan Binkert
2011-05-06
X86: Fix the Lldt instructions so they load the ldtr and not the tr.
Gabe Black
2011-04-23
X86: When decoding a memory only inst, fault on reg encodings, don't assert.
Gabe Black
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-04-15
includes: sort all includes
Nathan Binkert
2011-03-02
X86: Decode the mysterious and elusive ffreep x87 instruction.
Gabe Black
2011-03-01
X86: Mark IO reads and writes as non-speculative.
Gabe Black
2011-03-01
X86: Mark prefetches as such in their instruction and request flags.
Gabe Black
2011-02-15
X86: Get rid of "inline" on the MicroPanic constructor in decoder.cc.
Gabe Black
2011-02-13
X86: Put the result used for flags in an intermediate variable.
Gabe Black
2011-02-13
X86: Don't read in dest regs if all bits are replaced.
Gabe Black
2011-02-13
X86: Define fault objects to carry debug messages.
Gabe Black
2011-02-07
X86: Use all 64 bits of the lstar register in the SYSCALL_64 macroop.
Tim Harris
2011-02-07
X86: Fix JMP_FAR_I to unpack a far pointer correctly.
Tim Harris
2011-02-07
X86: Read the LDT/GDT at CPL0 when executing an iret.
Tim Harris
2011-02-06
m5: added work completed monitoring support
Brad Beckmann
2011-02-06
x86: set IsCondControl flag for the appropriate microops
Brad Beckmann
2011-02-02
X86: Get rid of the stupd microop.
Gabe Black
2011-02-02
X86: Replace the stupd microop with a store/update sequence.
Gabe Black
2010-12-08
X86: Take advantage of new PCState syntax.
Gabe Black
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-10-29
X86: Fault on divide by zero instead of panicing.
Gabe Black
2010-10-29
X86: Make syscalls also serialize after.
Gabe Black
2010-10-22
X86: Make nop a regular, non-microcoded instruction.
Gabe Black
2010-10-22
X86: Make syscall instructions non-speculative in SE.
Gabe Black
2010-09-29
X86: Fix the RIP relative versions of the BT, BTC, BTR, and BTS instructions.
Gabe Black
2010-09-14
X86: Make the halt microop non-speculative.
Gabe Black
2010-09-14
X86: Make unrecognized instructions behave better in x86.
Gabe Black
2010-08-23
X86: Create a directory for files that define register indexes.
Gabe Black
2010-08-23
X86: Get rid of the flagless microop constructor.
Gabe Black
2010-08-23
X86: Mark serializing macroops and regular instructions as such.
Gabe Black
[next]