Age | Commit message (Expand) | Author |
2012-12-12 | arm: set movret_uop as conditional or unconditional control | Nathanael Premillieu |
2012-09-25 | ARM: Predict target of more instructions that modify PC. | Ali Saidi |
2012-04-23 | ISA: Put parser generated files in a "generated" directory. | Gabe Black |
2012-03-21 | ARM: Clean up condCodes in IT blocks. | Ali Saidi |
2012-03-01 | ARM: fix bits-to-fp conversion function declarations. | Giacomo Gabrielli |
2012-01-31 | Merge with head, hopefully the last time for this batch. | Gabe Black |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2011-11-02 | SE/FS: Get rid of FULL_SYSTEM in the ARM ISA. | Gabe Black |
2011-09-09 | StaticInst: Merge StaticInst and StaticInstBase. | Gabe Black |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-04-04 | ARM: Remove debugging warn that was accidently left in. | Ali Saidi |
2011-03-17 | ARM: Fix subtle bug in LDM. | Ali Saidi |
2011-03-17 | ARM: Identify branches as conditional or unconditional and direct or indirect. | Ali Saidi |
2011-03-17 | ARM: Fix RFE macrop. | Matt Horsnell |
2011-01-18 | ARM: The ARM decoder should not panic when decoding undefined holes is arch. | Matt Horsnell |
2011-01-18 | ARM: fix mismatched new/delete. | Ali Saidi |
2010-11-15 | ARM: Use the correct delete operator for RFE | Ali Saidi |
2010-11-08 | ARM: Make all ARM uops delayed commit. | Ali Saidi |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-10-01 | ARM: Clean up use of TBit and JBit. | Ali Saidi |
2010-08-25 | ARM: Use fewer micro-ops for register update loads if possible. | Gene WU |
2010-08-25 | ARM: Implement CPACR register and return Undefined Instruction when FP access... | Gabe Black |
2010-08-25 | ARM: Implement all ARM SIMD instructions. | Gabe Black |
2010-08-23 | ARM: Improve printing of uop disassembly. | Min Kyu Jeong |
2010-06-02 | ARM: Add a comment to vfp.cc that explains the asm statements. | Gabe Black |
2010-06-02 | ARM: Add comments to the classes in macromem.hh. | Gabe Black |
2010-06-02 | ARM: Move code from vfp.hh to vfp.cc. | Gabe Black |
2010-06-02 | ARM: Make some of the trace code more compact | Ali Saidi |
2010-06-02 | ARM: Move the longer MemoryReg::printoffset function in mem.hh into the cc file. | Gabe Black |
2010-06-02 | ARM: Get rid of the binary dumping function in utility.hh. | Gabe Black |
2010-06-02 | ARM: Get rid of the empty branch.cc. | Gabe Black |
2010-06-02 | ARM: Mark some ARM static inst functions as inline. | Gabe Black |
2010-06-02 | ARM: Decode to specialized conditional/unconditional versions of instructions. | Gabe Black |
2010-06-02 | ARM: Make undefined instructions obey predication. | Gabe Black |
2010-06-02 | ARM: Implement ARM CPU interrupts | Ali Saidi |
2010-06-02 | ARM: Implement conversion to/from half precision. | Gabe Black |
2010-06-02 | ARM: Clean up VFP | Gabe Black |
2010-06-02 | ARM: Clean up the implementation of the VFP instructions. | Gabe Black |
2010-06-02 | ARM: Fix double precision load/store multiple decrement. | Gabe Black |
2010-06-02 | ARM: Fix vcvtr so that it uses the rounding mode in the FPSCR. | Gabe Black |
2010-06-02 | ARM: Compensate for ARM's underflow coming from -before- rounding, but x86's ... | Gabe Black |
2010-06-02 | ARM: Implement flush to zero for destinations as well. | Gabe Black |
2010-06-02 | ARM: Fix up nans to match ARM's expected behavior. | Gabe Black |
2010-06-02 | ARM: Implement flush to zero mode for VFP, and clean up some corner cases. | Gabe Black |
2010-06-02 | ARM: Add barriers that make sure FP operations happen where they're supposed to. | Gabe Black |
2010-06-02 | ARM: Implement the floating/fixed point VCVT instructions. | Gabe Black |
2010-06-02 | ARM: Add code to extract and record VFP exceptions. | Gabe Black |
2010-06-02 | ARM: Add support for VFP vector mode. | Gabe Black |
2010-06-02 | ARM: Introduce new VFP base classes that are optionally microops. | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of vmul. | Gabe Black |