Age | Commit message (Expand) | Author |
2016-12-02 | hsail: generate mov instructions for more arith_types and bit_types | Brandon Potter |
2016-12-02 | hsail: remove the panic guarding function directives | Brandon Potter |
2016-12-02 | hsail: fix unsigned offset bug in address calculation | Tony Gutierrez |
2016-12-02 | ruby: Fix overflow reported by ASAN in MessageBuffer. | Matthew Poremba |
2016-11-30 | riscv: [Patch 7/5] Corrected LRSC semantics | Alec Roelke |
2016-11-30 | riscv: [Patch 6/5] Improve Linux emulation for RISC-V | Alec Roelke |
2016-11-30 | riscv: [Patch 5/5] Added missing support for timing CPU models | Alec Roelke |
2016-11-30 | riscv: [Patch 4/5] Added RISC-V atomic memory extension RV64A | Alec Roelke |
2016-11-30 | riscv: [Patch 3/5] Added RISCV floating point extensions RV64FD | Alec Roelke |
2016-11-30 | riscv: [Patch 2/5] Added RISC-V multiply extension RV64M | Alec Roelke |
2016-11-30 | arch: [Patch 1/5] Added RISC-V base instruction set RV64I | Alec Roelke |
2016-11-30 | mem: Split the hit_latency into tag_latency and data_latency | Sophiane Senni |
2016-11-30 | cpu: Remove branch predictor function predictInOrder | Jason Lowe-Power |
2016-11-29 | dev: Fix buffer length when unserializing an eth pkt | Michael LeBeane |
2016-11-28 | scons: fix sanitizer flags with multiple sanitizers | Joe Gross |
2016-11-21 | ruby: Fix potential bugs in garnet2.0 | Jieming Yin |
2016-11-21 | gpu-compute: fix segfault when constructing GPUExecContext | Tony Gutierrez |
2016-11-21 | gpu-compute: init valid field of GpuTlbEntry in default ctor | Tony Gutierrez |
2016-11-21 | ruby: add default ctor for MachineID type | Tony Gutierrez |
2016-11-21 | x86: fix issue with casting in Cvtf2i | Tony Gutierrez |
2016-11-19 | ruby: init MessageSizeType of SequencerMsg to Request_Control | Sooraj Puthoor |
2016-11-19 | x86: fix loading/storing of Float80 types | Tony Gutierrez |
2016-11-17 | alpha: Remove ALPHA tru64 support and associated tests | Andreas Hansson |
2016-10-26 | hsail,gpu-compute: fixes to appease clang++ | Tony Gutierrez |
2016-10-26 | dev: Add m5 op to toggle synchronization for dist-gem5. | Michael LeBeane |
2016-10-26 | ruby: Allow multiple outstanding DMA requests | Michael LeBeane |
2016-10-26 | dev: Add 'simLength' parameter in EthPacketData | mlebeane |
2016-10-26 | gpu-compute: support in-order data delivery in GM pipe | Tony Gutierrez |
2016-10-26 | gpu-compute, hsail: pass GPUDynInstPtr to getRegisterIndex() | Tony Gutierrez |
2016-10-26 | gpu-compute: use System cache line size in the GPU | Tony Gutierrez |
2016-10-26 | gpu-compute, hsail: make the PC a byte address, not an instruction index | Tony Gutierrez |
2016-10-26 | gpu-compute: add gpu_isa.hh to switch hdrs, add GPUISA to WF | Tony Gutierrez |
2016-10-26 | gpu-compute: add instruction mix stats for the gpu | Tony Gutierrez |
2016-10-26 | gpu-compute, hsail: call discardFetch() from the WF | Tony Gutierrez |
2016-10-26 | hsail, gpu-compute: remove doGm/SmReturn add completeAcc | Tony Gutierrez |
2016-10-26 | gpu-compute: remove inst enums and use bit flag for attributes | Tony Gutierrez |
2016-10-26 | gpu-compute: move disassemle() implementation to GPUStaticInst | Tony Gutierrez |
2016-10-26 | gpu-compute, arch: add some methods to the base inst classes for ISA support | Tony Gutierrez |
2016-10-26 | ruby: make a RequestDesc class instead of std::pair | Tony Gutierrez |
2016-10-15 | arm, dev: pl011 console interactivity | Bjoern A. Zeeb |
2016-10-15 | syscall: read() should not write anything if reading EOF. | Nicolas Derumigny |
2016-10-15 | cpu, arm: Distinguish Float* and SimdFloat*, create FloatMem* opClass | Fernando Endo |
2016-10-14 | stats: Add more information to uninitialized error | Jason Lowe-Power |
2016-10-13 | mem: add DRAM powerdown current | Omar Naji |
2016-10-13 | mem: Add DRAM low-power functionality | Wendy Elsasser |
2016-10-13 | mem: Add callback to compute stats prior to dump event | Wendy Elsasser |
2016-10-13 | mem: Modify drain to ensure banks and power are idled | Wendy Elsasser |
2016-10-13 | mem: Sort memory commands and update DRAMPower | Wendy Elsasser |
2016-10-13 | mem: update DDR3 die revision | Omar Naji |
2016-10-13 | mem: add DRAM powerdown timing | Omar Naji |