| Age | Commit message (Expand) | Author |
| 2014-08-14 | change copyright notice to include authors | Tor Aamodt |
| 2011-06-29 | changing copyright to BSD | Tor Aamodt |
| 2011-05-25 | Fix bug #100: local memory address translation returns multiple addresses | Inderpreet Singh |
| 2011-03-03 | refactor pipeline stage names | Tor Aamodt |
| 2011-02-01 | Added configurable schedulers! | aturner |
| 2011-01-24 | Adds highly configurable opperand collector | aturner |
| 2011-01-20 | Integration change. Bug fixes from AMD-CMU trace gen branch. | Wilson Fung |
| 2010-12-28 | - parameter memory and active threads now part of kernel_info_t: | Tor Aamodt |
| 2010-12-28 | - Checkpointing new support for concurrent kernel execution (CUDA only, not O... | Tor Aamodt |
| 2010-11-30 | integrate changes (makes code more modular, i would argue) | Tor Aamodt |
| 2010-11-29 | make an explicit read operands stage | Tor Aamodt |
| 2010-11-29 | integrate mask changes | Tor Aamodt |
| 2010-11-28 | enabling L2 data cache... it is write through, write evict like L1. | Tor Aamodt |
| 2010-11-28 | adding 1st level data cache | Tor Aamodt |
| 2010-10-24 | 0.9756 correlation. Set L1T line size to 128 bytes... problem was | Tor Aamodt |
| 2010-10-24 | 1. updates to .gdbinit file | Tor Aamodt |
| 2010-10-24 | add back per shader icount tracking for visualizer | Tor Aamodt |
| 2010-10-24 | 1. adding top level configuration class and making shader and memory configur... | Tor Aamodt |
| 2010-10-21 | 1. rewriting memory access generation code (from scratch), why not... | Tor Aamodt |
| 2010-10-19 | adding texture cache model with fragment fifo for latency hiding | Tor Aamodt |
| 2010-10-18 | Re-designed cache model: | Tor Aamodt |
| 2010-10-16 | 1. creating cache_config object to encapsulate cache configuration information | Tor Aamodt |
| 2010-10-16 | 1. moving address decoding into a class (and out of cache entirely) | Tor Aamodt |
| 2010-10-12 | 1. adding simt_core_cluster, which models a TPC or (for fermi) GPC... | Tor Aamodt |
| 2010-10-10 | 1. create function unit classes for SP, SFU, LD/ST. | Tor Aamodt |
| 2010-10-09 | Refactoring: | Tor Aamodt |
| 2010-10-08 | 1. modify shader_core_ctx::execute_pipe() to model instruction throughput cor... | Tor Aamodt |
| 2010-10-08 | 1. refactoring cuda api code for loading PTX (removing external PTX loading e... | Tor Aamodt |
| 2010-10-05 | bug fixes | Tor Aamodt |
| 2010-10-05 | broken change list: builds, but does not run, yet | Tor Aamodt |
| 2010-10-02 | refactor: mem_fetch now a class | Tor Aamodt |
| 2010-10-02 | refactoring: make shd_cache_t into a class (cache_t), plus some other cleanin... | Tor Aamodt |
| 2010-10-01 | integrating recent changes from fermi-test into fermi | 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 | refactoring: mem_latency_stat in impl, etc... | Tor Aamodt |
| 2010-08-07 | watchpoint facility for ptx debugging | Tor Aamodt |
| 2010-07-29 | compiling (not operand collector probably won't work for anything using tex i... | Tor Aamodt |
| 2010-07-29 | integrate operand collector (not compiling yet) | Tor Aamodt |
| 2010-07-20 | - adding CL_DEVICE_SINGLE_FP_CONFIG (need to get info on what it should be se... | Tor Aamodt |
| 2010-07-17 | getting rid of void pointers for ptx_thread_info | Tor Aamodt |
| 2010-07-17 | - adding new memory_space_t type to enable differentiation of different | Tor Aamodt |
| 2010-07-17 | - add support for cvta and isspacep instructions (currently assuming | Tor Aamodt |
| 2010-07-15 | creating branch for adding support for CUDA 3.x and Fermi | Tor Aamodt |