Age | Commit message (Expand) | Author |
2018-06-11 | misc: Using smart pointers for memory Requests | Giacomo Travaglini |
2018-06-11 | misc: Substitute pointer to Request with aliased RequestPtr | Giacomo Travaglini |
2018-03-06 | scons: Switch from the print statement to the print function. | Gabe Black |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-05-19 | base, sim, arch: Fix clang 5.0 warnings | Andreas Sandberg |
2017-02-27 | gpu-compute: remove unnecessary member from class | Tony Gutierrez |
2017-02-27 | gpu-compute: mark functions with override if replacing virtual | Brandon Potter |
2016-12-02 | hsail: disable asserts to allow immediate operands i.e. 0 with loads | Brandon Potter |
2016-12-02 | hsail: add stub type and stub out several instructions | Brandon Potter |
2016-12-02 | hsail: add popcount type and generate popcount instructions | Brandon Potter |
2016-12-02 | hsail: add a wavesize case statement to register operand code | Brandon Potter |
2016-12-02 | hsail: generate mov instructions for more arith_types and bit_types | Brandon Potter |
2016-12-02 | hsail: fix unsigned offset bug in address calculation | Tony Gutierrez |
2016-10-26 | hsail,gpu-compute: fixes to appease clang++ | Tony Gutierrez |
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, 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, 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-09-16 | hsail: Fix disassembly of load instruction with 3 destination operands | Alexandru Dutu |
2016-09-16 | gpu-compute: Refactoring Wavefront::dynWaveId | Alexandru Dutu |
2016-09-16 | gpu-compute: Wavefront refactoring | Alexandru Dutu |
2016-06-18 | gpu-compute: Fixed a bug in decoding Atomic ST | Tuan Ta |
2016-06-09 | gpu-compute: parametrize Wavefront size | jkalamat |
2016-04-07 | mem: Remove threadId from memory request class | Mitch Hayenga |
2016-02-23 | scons: Add missing override to appease clang | Andreas Hansson |
2016-02-06 | style: eliminate explicit boolean comparisons | Steve Reinhardt |
2016-01-19 | gpu-compute: AMD's baseline GPU model | Tony Gutierrez |