summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_ir.cc
AgeCommit message (Expand)Author
2015-06-05Fixing bug with local stats not being reset on call to update_stats. Added co...Tayler Hetherington
2015-06-05Fixing bug with max cycle/instruction/cta + bug with C++ name de-mangling wit...Tayler Hetherington
2015-03-04initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK runningAhmed ElTantawy
2014-08-14This should fix 2.3 regression and may fix others as well.Ahmed El-Shafiey
2014-08-14Support for named bariers + bar.red + bar.arrive instructionsAhmed El-Shafiey
2014-08-14Okay, both the crash and the valgrind complaint are caused by the non-type sa...Tim Rogers
2014-08-14Fixed at least one error in the valgrind build. Forgot to initial a member va...Tim Rogers
2014-08-14Fixing a bug exposed by the fix for bug 42.Tim Rogers
2014-08-14MergingTim Rogers
2014-08-14Fixed the timing model for LDU instruction, before it was not recognized as a...Wilson Fung
2014-08-14Fixing regression failure: vote.all was broken by vote.ballet implementation.Wilson Fung
2014-08-14Added implementation of vote.ballot (passing directed test). Added popc (not...Wilson Fung
2014-08-14Copied 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_environmentTor Aamodt
2014-08-14Fixing bug 126. Now DXTC runs to completion by not giving correct result (ex...Wilson Fung
2014-08-14change copyright notice to include authorsTor Aamodt
2011-06-29changing copyright to BSDTor Aamodt
2010-12-20fix from CL 8285Tor Aamodt
2010-12-15Added next instruction type to ptxplus, ".ff64". It's the same as ".f64" exce...Jimmy Kwa
2010-11-30integrate changes (makes code more modular, i would argue)Tor Aamodt
2010-10-241. updates to .gdbinit fileTor Aamodt
2010-10-241. adding top level configuration class and making shader and memory configur...Tor Aamodt
2010-10-22enables global loads/stores for ptxplusTor Aamodt
2010-10-161. creating cache_config object to encapsulate cache configuration informationTor Aamodt
2010-10-101. create function unit classes for SP, SFU, LD/ST.Tor Aamodt
2010-10-081. refactoring cuda api code for loading PTX (removing external PTX loading e...Tor Aamodt
2010-10-05broken change list: builds, but does not run, yetTor Aamodt
2010-10-03moving some CUDA API centric code to cuda_runtime_api.ccTor Aamodt
2010-10-031. integrating Inder's changesTor Aamodt
2010-10-01integrating recent changes from fermi-test into fermiTor Aamodt
2010-08-30integrating CL 7421-7434 from fermi-test Tor Aamodt
2010-08-08** fully decouple kernel compilation from kernel launch for openclTor Aamodt
2010-08-08refactoring: moving PTX parsing functions into ptx_parser.*Tor Aamodt
2010-08-08refactoring: moving 'loading' operations into ptx_loader.*Tor Aamodt
2010-08-08refactoring: making g_current_symbol_table local to ptx_ir.ccTor Aamodt
2010-08-08refactoring: start moving prototypes into headersTor Aamodt
2010-08-07watchpoint facility for ptx debuggingTor Aamodt
2010-07-21- reduce 3.1 sdk regression test runtimes (as per 2.3 sdk versions)Tor Aamodt
2010-07-19OpenCL running on simulator w/ CUDA 3.1 and nvidia driver 256.35Tor Aamodt
2010-07-18finished 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-17param 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 differentTor Aamodt
2010-07-17integrating Wilson's bugfixes from release branchTor Aamodt
2010-07-17- add support for ld/st with generic addressesTor Aamodt
2010-07-17- bug fix: parsing hex int constants didn't have a-fA-F!?!Tor Aamodt
2010-07-16template compiled with "make noinline=1" now parses, runs, passesTor Aamodt
2010-07-15creating branch for adding support for CUDA 3.x and FermiTor Aamodt