| Age | Commit message (Expand) | Author |
| 2018-04-01 | fix regressions -- move call to pre_decode into do_pdom | Tor Aamodt |
| 2018-03-23 | dynamic pdom analysis at runtime | Amruth |
| 2017-08-17 | Merged all work on the dev branch since the divergence point into the dnn bra... | speverel |
| 2016-09-06 | Merge pull request #30 from sspenst/dev | gpgpu-sim |
| 2016-08-24 | Added shfl instruction | sspenst |
| 2016-07-06 | Added sstarr memory, which works the same as shared memory | sspenst |
| 2016-07-06 | BUG: wrong declaration for m_args_aligned_size | Jin Wang |
| 2016-07-05 | MOD: compute child parameter size | Jin Wang |
| 2016-07-05 | ADD: add cudaGetParameterBufferV2 and add cudaLaunchDeviceV2 implementation. ... | Jin Wang |
| 2016-07-05 | ADD: initial support for instruction group used by CDP | Jin Wang |
| 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 | This should fix the NNC undefined memory locations bug. It turned out that th... | Ahmed El-Shafiey |
| 2014-08-14 | fixing some assignment in the "get_operand_value" function where unsigned wer... | Ahmed El-Shafiey |
| 2014-08-14 | Fixing a bug exposed by the fix for bug 42. | Tim Rogers |
| 2014-08-14 | Merging | Tim Rogers |
| 2014-08-14 | proposed fix for bug 42 (Alexander Samoilov) | Tor Aamodt |
| 2014-08-14 | Merging Power model into Fermi | Tayler Hetherington |
| 2014-08-14 | Extended PTX parser to recognize the .ptr .shared directive and allocate shar... | Wilson Fung |
| 2014-08-14 | Fixed the timing model for LDU instruction, before it was not recognized as a... | Wilson Fung |
| 2014-08-14 | Added implementation of vote.ballot (passing directed test). Added popc (not... | Wilson Fung |
| 2014-08-14 | Fixing bugs 169, 170, 171 | Ahmed El-Shafiey |
| 2014-08-14 | Fixing compile error on my machine | Andrew M. B. Boktor |
| 2014-08-14 | - print out instructions at branch divergence/reconvergence points (more info... | Tor Aamodt |
| 2014-08-14 | Fixed address operands of PTX memory instructions being ignored in predecode.... | Inderpreet Singh |
| 2014-08-14 | fixup some dangling references | Tor Aamodt |
| 2014-08-14 | change copyright notice to include authors | Tor Aamodt |
| 2011-06-29 | changing copyright to BSD | Tor Aamodt |
| 2010-12-28 | the assertion | 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-09 | refactoring: moving texture reference mappings into gpgpu_t | 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-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-29 | - integrate changes from fermi-test (CL's under that path in range 7261-7418). | Tor Aamodt |
| 2010-08-23 | - add '-keep' option to keep intermediate files (used for OpenCL only right now) | Tor Aamodt |
| 2010-08-10 | refactor: mostly finished getting rid of extern decl | 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-07-19 | OpenCL running on simulator w/ CUDA 3.1 and nvidia driver 256.35 | Tor Aamodt |
| 2010-07-18 | finished refactor+implement call/return passing (now working on simple exampl... | Tor Aamodt |
| 2010-07-18 | - simple device printf support added (supports %u, %d, %f) | Tor Aamodt |