CPU: Make the constants for StaticInst flags visible outside the class.
[gem5.git] / src / arch /
2010-08-23 Min Kyu JeongARM: Improve printing of uop disassembly.
2010-08-23 Min Kyu JeongARM: Clean up flattening for SPSR adding
2010-08-23 Gene WuARM: Implement DBG instruction that doesn't do much...
2010-08-23 Gene WuMEM: Make CLREX a first class request operation and...
2010-08-23 Gene WuARM: Make sure that software prefetch instructions...
2010-08-23 Gene WuARM: Don't write tracedata on writes, it might have...
2010-08-23 Gene WuARM: Implement CLREX init/complete acc methods
2010-08-23 Gene WuARM: Fix Uncachable TLB requests and decoding of xn bit
2010-08-23 Gene WuARM: For non-cachable accesses set the UNCACHABLE flag
2010-08-23 Gene WuARM: Implement DSB, DMB, ISB
2010-08-23 Gene WuARM: Get SCTLR TE bit from reset SCTLR
2010-08-23 Gene WuARM: Implement CLREX
2010-08-23 Gene WuARM: BX instruction can be contitional if last instruct...
2010-08-23 Min Kyu JeongARM: mark msr/mrs instructions as SerializeBefore/After
2010-08-23 Min Kyu JeongARM/O3: store the result of the predicate evaluation...
2010-08-23 Min Kyu JeongARM: adding genMachineCheckFault() stub for ARM that...
2010-08-23 Gene WuARM: DFSR status value for sync external data abort...
2010-08-23 Gene WuARM: Temporary local variables can't conflict with...
2010-08-23 Ali SaidiARM: Exclusive accesses must be double word aligned
2010-08-23 Ali SaidiARM: Add some registers for big loads/stores to support...
2010-08-23 Ali SaidiARM: Decode neon memory instructions.
2010-08-23 Gabe BlackARM: Clean up the ISA desc portion of the ARM memory...
2010-08-23 Ali SaidiARM: We don't currently support ThumbEE exceptions...
2010-08-23 Ali SaidiARM: Add system for ARM/Linux and bootstrapping
2010-08-23 Ali SaidiARM: Implement some more misc registers
2010-08-23 Ali SaidiARM: Fix an un-initialized variable bug
2010-08-23 Ali SaidiLoader: Make the load address mask be a parameter of...
2010-08-23 Min Kyu JeongARM: Finish the timing translation when taking a fault.
2010-08-23 Dam SunwooARM: Use a stl queue for the table walker state
2010-08-23 Ali SaidiCompiler: Fixes for GCC 4.5.
2010-08-23 Gabe BlackX86: Get rid of unused file arguments.hh.
2010-08-23 Gabe BlackSPARC: Fix some style issues in utility.hh.
2010-08-23 Gabe BlackX86: Get rid of the unused getAllocator on the python...
2010-08-17 Steve Reinhardtx86: minor checkpointing bug fixes
2010-08-17 Steve Reinhardtsim: revamp unserialization procedure
2010-08-13 Gabe BlackMerge with head.
2010-08-13 Gabe BlackCPU: Tidy up endianness handling for mmapped "IPR"s.
2010-07-22 Timothy M. JonesPower: The condition register should be set or cleared...
2010-07-22 Timothy M. JonesPower: Provide a utility function to copy registers...
2010-07-21 Tushar KrishnaFix x86 XCHG macro-op to use locked micro-ops for all...
2010-07-15 Gabe BlackARM: Make an SRS instruction with a bad mode cause...
2010-07-14 Gabe BlackARM: Adjust the FP_Base_DepTag to be larger than the...
2010-06-25 Gabe BlackX86: Fix div2 flag calculation.
2010-06-15 Nathan Binkertstats: only consider a formula initialized if there...
2010-06-15 Nathan Binkertstats: get rid of the never-really-used event stuff
2010-06-04 Steve ReinhardtMore minor gdb-related cleanup.
2010-06-03 Ali SaidiARM: Fix issue with m5.fast and ARM
2010-06-02 Ali SaidiARM: Fix SPEC2000 benchmarks in SE mode. With this...
2010-06-02 Min Kyu JeongARM: Fix IT state not updating when an instruction...
2010-06-02 Dam SunwooARM: Allow multiple outstanding TLB walks to queue.
2010-06-02 Ali SaidiARM TLB: Fix bug in memAttrs getting a bogus thread...
2010-06-02 Dam SunwooARM: Support table walks in timing mode.
2010-06-02 Dam SunwooARM: Added support for Access Flag and some CP15 regs...
2010-06-02 Gabe BlackARM: Decode the neon instruction space.
2010-06-02 Gabe BlackARM: Add a comment to vfp.cc that explains the asm...
2010-06-02 Gabe BlackARM: Move some case values out of ##included files.
2010-06-02 Gabe BlackARM: Combine some redundant cases in one of the data...
2010-06-02 Gabe BlackARM: Add comments to the classes in macromem.hh.
2010-06-02 Gabe BlackARM: Move code from vfp.hh to vfp.cc.
2010-06-02 Ali SaidiARM: Make some of the trace code more compact
2010-06-02 Gabe BlackARM: Move the longer MemoryReg::printoffset function...
2010-06-02 Gabe BlackARM: Move the ISA "clear" function into isa.cc.
2010-06-02 Gabe BlackARM: Get rid of the binary dumping function in utility.hh.
2010-06-02 Gabe BlackARM: Get rid of the empty branch.cc.
2010-06-02 Gabe BlackARM: Mark some ARM static inst functions as inline.
2010-06-02 Gabe BlackARM: Move some predecoder stuff into a .cc file.
2010-06-02 Gabe BlackARM: Decode to specialized conditional/unconditional...
2010-06-02 Gabe BlackARM: Make sure undefined unconditional ARM instructions...
2010-06-02 Gabe BlackARM: Implement a version of mcr and mrc that works...
2010-06-02 Gabe BlackARM: Hook the misc instructions into the thumb decoder.
2010-06-02 Gabe BlackARM: Move some miscellaneous instructions out of the...
2010-06-02 Gabe BlackARM: Treat LDRD in ARM with an odd index as an undefine...
2010-06-02 Ali SaidiARM: fix sizes of structs for ARM Linux
2010-06-02 Ali SaidiARM: Fixup native trace support and add some v7/recent...
2010-06-02 Gabe BlackARM: Detect a bad offset field for the VFP Ldm/Stm...
2010-06-02 Gabe BlackARM: Make sure the upc is zeroed when vectoring to...
2010-06-02 Ali SaidiARM: Implement the getrusage syscall.
2010-06-02 Gabe BlackARM: Implement the bkpt instruction.
2010-06-02 Gabe BlackARM: Make undefined instructions obey predication.
2010-06-02 Gabe BlackARM: Implement support for the IT instruction and the...
2010-06-02 Gabe BlackARM: Get rid of some of the old FP implementation.
2010-06-02 Ali SaidiARM: Some TLB bug fixes.
2010-06-02 Ali SaidiARM: Move Miscreg functions out of isa.hh
2010-06-02 Ali SaidiARM: Implement the ARM TLB/Tablewalker. Needs performan...
2010-06-02 Ali SaidiARM: SE needs a definition for PageTable::serialize...
2010-06-02 Ali SaidiARM: Add BKPT instruction
2010-06-02 Ali SaidiARM: Implement ARM CPU interrupts
2010-06-02 Ali SaidiARM: Start over with translation from Alpha code as...
2010-06-02 Gabe BlackARM: Implement conversion to/from half precision.
2010-06-02 Gabe BlackARM: Clean up VFP
2010-06-02 Gabe BlackARM: Clean up the implementation of the VFP instructions.
2010-06-02 Gabe BlackARM: Fix double precision load/store multiple decrement.
2010-06-02 Gabe BlackARM: Even though writes to MVFR0/1 should be unpredicta...
2010-06-02 Gabe BlackARM: Make various bits of the FP control registers...
2010-06-02 Gabe BlackARM: Implement the version of VMRS that writes to the...
2010-06-02 Gabe BlackARM: Ignore reads and writes to DCIMVAC.
2010-06-02 Gabe BlackARM: Make MPIDR return 0 and ignore writes.
2010-06-02 Gabe BlackARM: Implement the VCMPE instruction.
2010-06-02 Gabe BlackARM: Fix vcvtr so that it uses the rounding mode in...
2010-06-02 Gabe BlackARM: Fix saturation of VCVT from fp to integer.
next