summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx.y
AgeCommit message (Expand)Author
2015-03-04initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK runningAhmed ElTantawy
2014-08-14-Forcing make clean to remove all automatically generated files by parsers (s...Ahmed El-Shafiey
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-14Changing the QuadroFX5800 config to use compute capability 1.3 (no idea why i...Wilson Fung
2014-08-14Extended PTX parser to recognize the .ptr .shared directive and allocate shar...Wilson Fung
2014-08-14OpenCL newer diver fixHadi Jooybar
2014-08-14Several changes to ptxplus towards getting the sphyraena benchmark to work. A...Jimmy Kwa
2014-08-14Added implementation of vote.ballot (passing directed test). Added popc (not...Wilson Fung
2014-08-14Extending ptx.y to ignore the .minnctapersm directive (at least it will not c...Wilson Fung
2014-08-14Adding single element vector operands to support tex.1d instructions in CUDA ...Wilson Fung
2014-08-14 Integration from TM-311 branch.Wilson Fung
2014-08-14Fixing bugs 169, 170, 171Ahmed El-Shafiey
2014-08-141. Fixing ptx with sm_20Andrew M. B. Boktor
2014-08-14This changelist implements the following:Andrew M. B. Boktor
2014-08-14Adding option 'gpgpu_simt_core_sim_order' which allow the user to specify the...Wilson Fung
2014-08-14change copyright notice to include authorsTor Aamodt
2011-06-29changing copyright to BSDTor Aamodt
2010-12-21added support for negative .f64 operands in decuda_to_ptxplusJimmy Kwa
2010-12-15Added next instruction type to ptxplus, ".ff64". It's the same as ".f64" exce...Jimmy Kwa
2010-11-28adding 1st level data cacheTor 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-08refactoring: moving PTX parsing functions into ptx_parser.*Tor Aamodt
2010-07-19OpenCL running on simulator w/ CUDA 3.1 and nvidia driver 256.35Tor Aamodt
2010-07-18continuing refactoring 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-17- add support for ld/st with generic addressesTor Aamodt
2010-07-17- add support for cvta and isspacep instructions (currently assumingTor 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-16adding parsing for opaque specifiers Tor Aamodt
2010-07-16- add placeholders for new (e.g., PTX 2.x) directives and instructionsTor Aamodt
2010-07-15creating branch for adding support for CUDA 3.x and FermiTor Aamodt