summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_parser.cc
AgeCommit message (Expand)Author
2016-07-05ADD: initial support for instruction group used by CDPJin Wang
2015-07-10Increase line buffer sizeGuillermo Julián
2014-08-14Fixing jenkins failureAndrew M. B. Boktor
2014-08-14Allocating aligned local memoryAndrew M. B. Boktor
2014-08-14Removing a slew of code still compiled with gcc and the need for a bunch of e...Tim Rogers
2014-08-14MergingTim Rogers
2014-08-14Extended PTX parser to recognize the .ptr .shared directive and allocate shar...Wilson Fung
2014-08-14Adding single element vector operands to support tex.1d instructions in CUDA ...Wilson Fung
2014-08-14Fixing bugs 169, 170, 171Ahmed El-Shafiey
2014-08-14Fixing compile error on my machineAndrew M. B. Boktor
2014-08-14Fix for bug #154-internal and #8-externalAndrew M. B. Boktor
2014-08-14This changelist implements the following:Andrew M. B. Boktor
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-11-15Cleaned up decuda_to_ptxplus code to remove compiler warningsJimmy Kwa
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-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