gem5.git
2007-09-11 Ali SaidiLoader: Error if a TLS section is found in the binary.
2007-09-10 Gabe BlackX86: Make the isa parser run if any of the microcode...
2007-09-10 Gabe BlackFix for leaving EXTRAS blank
2007-09-10 Gabe BlackNormalize the path pathed in through EXTRAS so it won...
2007-09-10 Gabe BlackRemove redundant endian.hh and use byteswap.hh in its...
2007-09-10 Gabe BlackX86: Move a comment to be next to the code it describes.
2007-09-06 Gabe BlackMerge with head.
2007-09-06 Gabe BlackX86: Rework the multiplication microops so that they...
2007-09-06 Gabe BlackX86: Make signed multiplication do something different...
2007-09-06 Gabe BlackX86: Make signed versions of partial register values...
2007-09-06 Gabe BlackX86: Correct how the hi portion of a product is computed.
2007-09-06 Gabe BlackX86: Add a square root microop and the SSE sqrt instruc...
2007-09-06 Gabe BlackX86: Add SSE comparison instructions and microops and...
2007-09-05 Ali SaidiBus: Fix drain code; old method could return 1 in atomi...
2007-09-05 Ali SaidiConfiguration: Fix example script to only create one...
2007-09-05 Gabe BlackMerge with head.
2007-09-05 Gabe BlackX86: Implement an SSE xor microop and instruction.
2007-09-05 Gabe BlackX86: Make the movfp microop use FloatRegBits instead...
2007-09-05 Gabe BlackX86: Add tracing to the floating point register file.
2007-09-05 Gabe BlackX86/StateTrace: Make m5 and statetrace track mmx and...
2007-09-05 Gabe BlackX86: Hook in the fp arithmetic instructions. Stale...
2007-09-05 Gabe BlackX86: Implement some SSE fp microops and instructions.
2007-09-05 Gabe BlackX86: Add some SSE floating point/integer conversion...
2007-09-05 Gabe BlackX86: Add floating point micro registers.
2007-09-05 Gabe BlackX86: Fix a typo in the microassembly for the cqo instru...
2007-09-05 Gabe BlackX86: Implement idiv and propogate the mul corner case...
2007-09-05 Gabe BlackX86: Fix a corner case where mul would overwrite an...
2007-09-05 Gabe BlackX86: Add in a file with floating point indexing which...
2007-09-04 Ali SaidiSerialization: Fix unserialization of object pointers
2007-09-04 Ali SaidiConfig: Remove some ini file code that no longer works
2007-09-01 Gabe BlackX86: Major rework of how regop microops are generated.
2007-09-01 Gabe BlackMicroassembler: Pass the actual mnemonic used to the...
2007-08-31 Gabe BlackX86: Get x86 to compile again after the simobject const...
2007-08-30 Miles Kaufmannpython: Write configuration file without reassigning...
2007-08-30 Miles KaufmannFix miscellaneous small typos.
2007-08-30 Miles Kaufmanndevices: Avoid using assert() to catch misconfiguration
2007-08-30 Miles Kaufmannparams: Deprecate old-style constructors; update most...
2007-08-30 Miles Kaufmannpython: Eliminate the Python use of eval() and frame...
2007-08-30 Gabe BlackX86: Fix the sra microop to get the sign bit from the...
2007-08-30 Gabe BlackX86: Implement the movaps instruction.
2007-08-30 Gabe BlackX86: Implement the movsd instruction.
2007-08-30 Gabe BlackX86: Implement the movlpd instruction.
2007-08-30 Gabe BlackX86: Add an fp move microop.
2007-08-30 Gabe BlackX86: Add load and store microops that use the fp registers.
2007-08-30 Gabe BlackX86: Add operands to handle floating point registers.
2007-08-30 Gabe BlackX86: Flesh out register indexing constants.
2007-08-30 Gabe BlackX86: Make the fp accessors not panic.
2007-08-30 Gabe BlackX86: Make x86 syscall return just stuff the return...
2007-08-29 Gabe BlackX86: More two byte opcode decoding. I missed two groups...
2007-08-29 Gabe BlackX86: Hook in an implementation for lseek.
2007-08-29 Gabe BlackX86: More fully decode two byte opcodes.
2007-08-28 Gabe BlackAddress translation: De-templatize the GenericTLB class.
2007-08-28 Gabe BlackMerge with head.
2007-08-28 Gabe BlackSPARC: Update the statistics for the SPARC gzip benchma...
2007-08-28 Gabe BlackAddress Translation: Make the Generic TLB only compile...
2007-08-28 Gabe BlackAlpha: Fixes to get alpha to compile again.
2007-08-28 Gabe BlackMIPS: Fixes to get mips to compile.
2007-08-28 Gabe BlackSPARC: Fixes to get SPARC to compile again.
2007-08-27 Gabe BlackMerge with head
2007-08-27 Gabe BlackX86: Make the Ruflag microop work correctly, and make...
2007-08-27 Gabe BlackX86: Return values for some cpuid functions that match...
2007-08-27 Gabe BlackX86: Make the microassembler accept lines which are...
2007-08-27 Gabe BlackX86: Make cpuid actually consider the eax parameter...
2007-08-27 Gabe BlackX86: Fix the sign extension microop so it extends zeros...
2007-08-27 Gabe BlackX86: Implement cmps (string compare)
2007-08-27 Gabe BlackX86: Make shift instructions set some of the flags...
2007-08-27 Gabe BlackAddress translation: Make the page table more flexible.
2007-08-27 Gabe BlackO3 CPU: Remove alignment check from dynamic instruction...
2007-08-27 Gabe BlackX86: Remove x86 code that attempted to fix misaligned...
2007-08-27 Gabe BlackSimple CPU: Don't trace instructions that fault. Otherw...
2007-08-27 Gabe BlackStats: Update the stats.
2007-08-27 Gabe BlackSimple CPU: Added code that will split requests that...
2007-08-27 Gabe BlackSimple CPU: Make sure only instructions which complete...
2007-08-27 Gabe BlackAddress Translation: Make SE mode use an actual TLB...
2007-08-27 Gabe BlackSPARC: Make sure unaligned access are caught on cached...
2007-08-25 Ali SaidiIGbE: Some fixes to the intel nic model.
2007-08-24 Ali SaidiMem: Make errors in the memory system be responses...
2007-08-21 Gabe BlackMerge with head.
2007-08-21 Kevin Limo3: Fix for retry ID bug.
2007-08-21 Nathan Binkertstyle: fix style hook when run from a repo subdir.
2007-08-19 Gabe BlackMerge with head.
2007-08-17 Ali SaidiPorts: Only try to do EthPort stuff in full system.
2007-08-16 Ali SaidiPCI: Move PCI Configuration data into devices now that...
2007-08-16 Ali SaidiDevices: Make EtherInts connect in the same way memory...
2007-08-15 Nathan Binkertstyle: Don't try to fix files that should be ignored.
2007-08-14 Gabe BlackMerge with head.
2007-08-14 Ali SaidiRegression: Update EIO simple-timing test for new cache.
2007-08-14 Ali SaidiRegression: Update insttest regressions for new cache.
2007-08-14 Ali SaidiRegression: Use test-progs in /dist instead of tests...
2007-08-14 Ali Saidifixup bad hand merge
2007-08-14 Ali SaidiMerge IGNORE_STYLE change and my change.
2007-08-14 Ali SaidiRegression: See if using subprocess instead of os.syste...
2007-08-13 Gabe BlackSPARC: Make nops have the IsNop flag set.
2007-08-13 Gabe BlackO3: Set up the predicted npc and nnpc for a fault carry...
2007-08-13 Gabe BlackSPARC: Move tlb state into the tlb.
2007-08-13 Gabe BlackSPARC: Make the spill and fill handlers use the correct...
2007-08-13 Gabe BlackMove the "translate" member functions back into the...
2007-08-13 Nathan Binkertpython: make the DictImporter's unload() work in any...
2007-08-13 Ali SaidiStyle: fix IGNORE_STYLE so it isn't required on the...
2007-08-12 Ali SaidiRegression: fix configuration for SPARC_FS
next