misc: string.join has been removed in python3
[gem5.git] / src / arch / hsail /
2020-03-07 Gabe Blackarch,cpu,gpu-compute,mem: Remove asid from Request...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blackhsail: Delete the author list from gpu_isa.hh.
2019-03-11 Ryan Gambordarch-hsail: changed gen.py shebang from python(3) to...
2019-01-24 Gabe Blackhsail: Remove the MiscReg type.
2019-01-16 Gabe Blackcpu: dev: sim: gpu-compute: Banish some ISA specific...
2018-11-27 Gabe Blackhsail: Fix a warning/build failure for HSAIL_X86.
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-06-11 Giacomo Travaglinimisc: Substitute pointer to Request with aliased RequestPtr
2018-03-06 Gabe Blackscons: Switch from the print statement to the print...
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-05-19 Andreas Sandbergbase, sim, arch: Fix clang 5.0 warnings
2017-02-27 Tony Gutierrezgpu-compute: remove unnecessary member from class
2017-02-27 Brandon Pottergpu-compute: mark functions with override if replacing...
2016-12-02 Brandon Potterhsail: disable asserts to allow immediate operands...
2016-12-02 Brandon Potterhsail: add stub type and stub out several instructions
2016-12-02 Brandon Potterhsail: add popcount type and generate popcount instructions
2016-12-02 Brandon Potterhsail: add a wavesize case statement to register operan...
2016-12-02 Brandon Potterhsail: generate mov instructions for more arith_types...
2016-12-02 Tony Gutierrezhsail: fix unsigned offset bug in address calculation
2016-10-27 Tony Gutierrezhsail,gpu-compute: fixes to appease clang++
2016-10-27 Tony Gutierrezgpu-compute: support in-order data delivery in GM pipe
2016-10-27 Tony Gutierrezgpu-compute, hsail: pass GPUDynInstPtr to getRegisterIn...
2016-10-27 Tony Gutierrezgpu-compute, hsail: make the PC a byte address, not...
2016-10-27 Tony Gutierrezgpu-compute: add gpu_isa.hh to switch hdrs, add GPUISA...
2016-10-27 Tony Gutierrezgpu-compute, hsail: call discardFetch() from the WF
2016-10-27 Tony Gutierrezhsail, gpu-compute: remove doGm/SmReturn add completeAcc
2016-10-27 Tony Gutierrezgpu-compute: remove inst enums and use bit flag for...
2016-10-27 Tony Gutierrezgpu-compute: move disassemle() implementation to GPUSta...
2016-10-27 Tony Gutierrezgpu-compute, arch: add some methods to the base inst...
2016-09-16 Alexandru Dutuhsail: Fix disassembly of load instruction with 3 desti...
2016-09-16 Alexandru Dutugpu-compute: Refactoring Wavefront::dynWaveId
2016-09-16 Alexandru Dutugpu-compute: Wavefront refactoring
2016-06-18 Tuan Tagpu-compute: Fixed a bug in decoding Atomic ST
2016-06-09 jkalamatgpu-compute: parametrize Wavefront size
2016-04-07 Mitch Hayengamem: Remove threadId from memory request class
2016-02-23 Andreas Hanssonscons: Add missing override to appease clang
2016-02-07 Steve Reinhardtstyle: eliminate explicit boolean comparisons
2016-01-19 Tony Gutierrezgpu-compute: AMD's baseline GPU model