| Age | Commit message (Expand) | Author |
| 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 |
| 2010-07-21 | - reduce 3.1 sdk regression test runtimes (as per 2.3 sdk versions) | 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 |
| 2010-07-17 | - added *implied* local memory stack pointer for functional execution | Tor Aamodt |
| 2010-07-17 | param space updates for correct parsing (still need to allocate thread | Tor Aamodt |
| 2010-07-17 | - adding new memory_space_t type to enable differentiation of different | Tor Aamodt |
| 2010-07-17 | integrating Wilson's bugfixes from release branch | Tor Aamodt |
| 2010-07-17 | - add support for ld/st with generic addresses | Tor Aamodt |
| 2010-07-17 | - bug fix: parsing hex int constants didn't have a-fA-F!?! | Tor Aamodt |
| 2010-07-16 | template compiled with "make noinline=1" now parses, runs, passes | Tor Aamodt |
| 2010-07-15 | creating branch for adding support for CUDA 3.x and Fermi | Tor Aamodt |