Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed uninitialized memory due to missing returns in canary | David Marcec | 2018-12-19 | 1 | -0/+2 |
* | gpu: Rewrite GPU command list processing with DmaPusher class. | bunnei | 2018-11-27 | 1 | -1/+1 |
* | macro_interpreter: Implement AddWithCarry and SubtractWithBorrow. | bunnei | 2018-11-22 | 1 | -7/+22 |
* | maxwell_3d: Restructure macro upload to use a single macro code memory. | bunnei | 2018-11-01 | 1 | -9/+10 |
* | global: Use std::optional instead of boost::optional (#1578) | Frederic L | 2018-10-30 | 1 | -3/+3 |
* | MacroInterpreter: Avoid left shifting negative values. | Subv | 2018-07-31 | 1 | -2/+2 |
* | general: Convert assertion macros over to be fmt-compatible | Lioncash | 2018-04-27 | 1 | -3/+3 |
* | GPU: Implemented a gpu macro interpreter. | Subv | 2018-04-01 | 1 | -0/+257 |