summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx.y
AgeCommit message (Expand)Author
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