| Age | Commit message (Expand) | Author |
| 2017-05-09 | Fix next block addr to link predicate ret block to consecutive block | Mengchi Zhang |
| 2016-09-06 | Merge pull request #30 from sspenst/dev | gpgpu-sim |
| 2016-09-05 | Merge pull request #28 from jwang323/cdp_clean | gpgpu-sim |
| 2016-08-24 | Added shfl instruction | sspenst |
| 2016-07-06 | ADD: add separate cdp latency | Jin Wang |
| 2016-07-06 | ADD: add cdp latency | Jin Wang |
| 2016-07-05 | MOD: compute child parameter size | Jin Wang |
| 2016-07-05 | ADD: add support for cudaStreamCreateWithFlags | Jin Wang |
| 2016-07-05 | BUG: do not handle cudaGetParameterBufferV2 and cudaLaunchDeviceV2 as call.un... | Jin Wang |
| 2016-07-05 | ADD: initial support for instruction group used by CDP | Jin Wang |
| 2016-06-07 | The ptx parser now recognizes the NC option for ld.global, however this optio... | sspenst |
| 2016-06-02 | Added handling of .cc option for arithmetic instructions. NOTE: Only made cha... | speverel |
| 2015-06-05 | Fixing bug with local stats not being reset on call to update_stats. Added co... | Tayler Hetherington |
| 2015-06-05 | Fixing bug with max cycle/instruction/cta + bug with C++ name de-mangling wit... | Tayler Hetherington |
| 2015-03-04 | initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running | Ahmed ElTantawy |
| 2014-08-14 | This should fix 2.3 regression and may fix others as well. | Ahmed El-Shafiey |
| 2014-08-14 | Support for named bariers + bar.red + bar.arrive instructions | Ahmed El-Shafiey |
| 2014-08-14 | Okay, both the crash and the valgrind complaint are caused by the non-type sa... | Tim Rogers |
| 2014-08-14 | Fixed at least one error in the valgrind build. Forgot to initial a member va... | Tim Rogers |
| 2014-08-14 | Fixing a bug exposed by the fix for bug 42. | Tim Rogers |
| 2014-08-14 | Merging | Tim Rogers |
| 2014-08-14 | Fixed the timing model for LDU instruction, before it was not recognized as a... | Wilson Fung |
| 2014-08-14 | Fixing regression failure: vote.all was broken by vote.ballet implementation. | Wilson Fung |
| 2014-08-14 | Added implementation of vote.ballot (passing directed test). Added popc (not... | Wilson Fung |
| 2014-08-14 | Copied in Arun's SIMT stack fix for recursive calls (CL8574) | Inderpreet Singh |
| 2014-08-14 | - print out instructions at branch divergence/reconvergence points (more info... | Tor Aamodt |
| 2014-08-14 | - adding clearer documentation to setup_environment | Tor Aamodt |
| 2014-08-14 | Fixing bug 126. Now DXTC runs to completion by not giving correct result (ex... | Wilson Fung |
| 2014-08-14 | change copyright notice to include authors | Tor Aamodt |
| 2011-06-29 | changing copyright to BSD | Tor Aamodt |
| 2010-12-20 | fix from CL 8285 | Tor Aamodt |
| 2010-12-15 | Added next instruction type to ptxplus, ".ff64". It's the same as ".f64" exce... | Jimmy Kwa |
| 2010-11-30 | integrate changes (makes code more modular, i would argue) | Tor Aamodt |
| 2010-10-24 | 1. updates to .gdbinit file | Tor Aamodt |
| 2010-10-24 | 1. adding top level configuration class and making shader and memory configur... | Tor Aamodt |
| 2010-10-22 | enables global loads/stores for ptxplus | Tor Aamodt |
| 2010-10-16 | 1. creating cache_config object to encapsulate cache configuration information | Tor Aamodt |
| 2010-10-10 | 1. create function unit classes for SP, SFU, LD/ST. | Tor Aamodt |
| 2010-10-08 | 1. refactoring cuda api code for loading PTX (removing external PTX loading e... | Tor Aamodt |
| 2010-10-05 | broken change list: builds, but does not run, yet | Tor Aamodt |
| 2010-10-03 | moving some CUDA API centric code to cuda_runtime_api.cc | Tor Aamodt |
| 2010-10-03 | 1. integrating Inder's changes | Tor Aamodt |
| 2010-10-01 | integrating recent changes from fermi-test into fermi | Tor Aamodt |
| 2010-08-30 | integrating CL 7421-7434 from fermi-test | Tor Aamodt |
| 2010-08-08 | ** fully decouple kernel compilation from kernel launch for opencl | Tor Aamodt |
| 2010-08-08 | refactoring: moving PTX parsing functions into ptx_parser.* | Tor Aamodt |
| 2010-08-08 | refactoring: moving 'loading' operations into ptx_loader.* | Tor Aamodt |
| 2010-08-08 | refactoring: making g_current_symbol_table local to ptx_ir.cc | Tor Aamodt |
| 2010-08-08 | refactoring: start moving prototypes into headers | Tor Aamodt |
| 2010-08-07 | watchpoint facility for ptx debugging | Tor Aamodt |