summaryrefslogtreecommitdiff
path: root/cuobjdump_to_ptxplus
AgeCommit message (Expand)Author
2016-05-12Adding in changes to put generated code files in the build directory instead ...tgrogers
2014-08-14-Forcing make clean to remove all automatically generated files by parsers (s...Ahmed El-Shafiey
2014-08-14 Changing the make flow so all the generated files, both object and code gene...Tim Rogers
2014-08-14Removing a slew of code still compiled with gcc and the need for a bunch of e...Tim Rogers
2014-08-14Fix for bug 47 - only comparing ".nv.global", ignoring trailing characters (...Tayler Hetherington
2014-08-14MergingTim Rogers
2014-08-14Extended PTX parser to recognize the .ptr .shared directive and allocate shar...Wilson Fung
2014-08-14Several changes to ptxplus towards getting the sphyraena benchmark to work. A...Jimmy Kwa
2014-08-14Adding single element vector operands to support tex.1d instructions in CUDA ...Wilson Fung
2014-08-14add LIB-FT to (rodinia-ft) ans add it to rodinia-ft regression test, we have ...Ahmed El-Shafiey
2014-08-14Fixing bugs 169, 170, 171Ahmed El-Shafiey
2014-08-14Putting GPGPU-sim into nvcc version specific build and lib folders.Tim Rogers
2014-08-14- can compile on MacOSX (tested on Lion)... no regression testing done on MacTor Aamodt
2014-08-14Fix for bug #154-internal and #8-externalAndrew M. B. Boktor
2014-08-14Now makedepend doesn't have to interfere with our commits anymore.Andrew M. B. Boktor
2014-08-14Fixing one of the problems discovered for bug 154 (internal).Wilson Fung
2014-08-14Fixing a condition mistake it the previous commitAndrew M. B. Boktor
2014-08-14Using std::string instead of char*Andrew M. B. Boktor
2014-08-14Removing stringList and replacing it with std::listAndrew M. B. Boktor
2014-08-14Again fixing abs. The result should be a u32 for an I2I instruction. Using th...Andrew M. B. Boktor
2014-08-14Handling the case for absAndrew M. B. Boktor
2014-08-14Trying to get around the problem of having more than 2 modifiers (two on the ...Andrew M. B. Boktor
2014-08-14I forgot that this is needed to calculate the offset since the offset is defi...Andrew M. B. Boktor
2014-08-14Not acting on type modifiers for memory operandsAndrew M. B. Boktor
2014-08-14Removing a couple of memory corruptionsAndrew M. B. Boktor
2014-08-14Cleaning up the output by cuobjdump_to_ptxplusAndrew M. B. Boktor
2014-08-14Removing a variable that's never usedAndrew M. B. Boktor
2014-08-14Removing warningsAndrew M. B. Boktor
2014-08-14Re-wrote the intermediate structure for the output of cuobjdump using C++ cla...Andrew M. B. Boktor
2014-08-14Adding copyright notices and updating CHANGESAndrew M. B. Boktor
2014-08-14Deleting a file I missedAndrew M. B. Boktor
2014-08-14Merging decuda_to_ptxplus with cuobjdump_to_ptxplusAndrew M. B. Boktor
2014-08-14Adding support for some more stuffAndrew M. B. Boktor
2014-08-14Bugfix for bug#162Andrew M. B. Boktor
2014-08-14Adding support for a big number of instructions and modifiers that were not s...Andrew M. B. Boktor
2014-08-141. Functional test for NNCAndrew M. B. Boktor
2014-08-14Adding support in the simulator for addition with carry specified in a given ...Andrew M. B. Boktor
2014-08-14Moving things where they belongAndrew M. B. Boktor
2014-08-14Renamed "ST" token to "SASS_ST" and "LD" token to "SASS_LD". This avoids ide...Wilson Fung
2014-08-14MergingAndrew M. B. Boktor