index
:
weft
main
CPEN 511 Project - Weft: Improving SIMD Utilization through MIMD-like Co-issue and Thread Compaction
Davit Grigoryan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cuobjdump_to_ptxplus
Age
Commit message (
Expand
)
Author
2016-07-05
ADD: initial support for instruction group used by CDP
Jin Wang
2015-06-05
Adding 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-14
Removing a slew of code still compiled with gcc and the need for a bunch of e...
Tim Rogers
2014-08-14
Fix for bug 47 - only comparing ".nv.global", ignoring trailing characters (...
Tayler Hetherington
2014-08-14
Merging
Tim Rogers
2014-08-14
Extended PTX parser to recognize the .ptr .shared directive and allocate shar...
Wilson Fung
2014-08-14
Several changes to ptxplus towards getting the sphyraena benchmark to work. A...
Jimmy Kwa
2014-08-14
Adding single element vector operands to support tex.1d instructions in CUDA ...
Wilson Fung
2014-08-14
add LIB-FT to (rodinia-ft) ans add it to rodinia-ft regression test, we have ...
Ahmed El-Shafiey
2014-08-14
Fixing bugs 169, 170, 171
Ahmed El-Shafiey
2014-08-14
Putting 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 Mac
Tor Aamodt
2014-08-14
Fix for bug #154-internal and #8-external
Andrew M. B. Boktor
2014-08-14
Now makedepend doesn't have to interfere with our commits anymore.
Andrew M. B. Boktor
2014-08-14
Fixing one of the problems discovered for bug 154 (internal).
Wilson Fung
2014-08-14
Fixing a condition mistake it the previous commit
Andrew M. B. Boktor
2014-08-14
Using std::string instead of char*
Andrew M. B. Boktor
2014-08-14
Removing stringList and replacing it with std::list
Andrew M. B. Boktor
2014-08-14
Again fixing abs. The result should be a u32 for an I2I instruction. Using th...
Andrew M. B. Boktor
2014-08-14
Handling the case for abs
Andrew M. B. Boktor
2014-08-14
Trying to get around the problem of having more than 2 modifiers (two on the ...
Andrew M. B. Boktor
2014-08-14
I forgot that this is needed to calculate the offset since the offset is defi...
Andrew M. B. Boktor
2014-08-14
Not acting on type modifiers for memory operands
Andrew M. B. Boktor
2014-08-14
Removing a couple of memory corruptions
Andrew M. B. Boktor
2014-08-14
Cleaning up the output by cuobjdump_to_ptxplus
Andrew M. B. Boktor
2014-08-14
Removing a variable that's never used
Andrew M. B. Boktor
2014-08-14
Removing warnings
Andrew M. B. Boktor
2014-08-14
Re-wrote the intermediate structure for the output of cuobjdump using C++ cla...
Andrew M. B. Boktor
2014-08-14
Adding copyright notices and updating CHANGES
Andrew M. B. Boktor
2014-08-14
Deleting a file I missed
Andrew M. B. Boktor
2014-08-14
Merging decuda_to_ptxplus with cuobjdump_to_ptxplus
Andrew M. B. Boktor
2014-08-14
Adding support for some more stuff
Andrew M. B. Boktor
2014-08-14
Bugfix for bug#162
Andrew M. B. Boktor
2014-08-14
Adding support for a big number of instructions and modifiers that were not s...
Andrew M. B. Boktor
2014-08-14
1. Functional test for NNC
Andrew M. B. Boktor
2014-08-14
Adding support in the simulator for addition with carry specified in a given ...
Andrew M. B. Boktor
2014-08-14
Moving things where they belong
Andrew M. B. Boktor
2014-08-14
Renamed "ST" token to "SASS_ST" and "LD" token to "SASS_LD". This avoids ide...
Wilson Fung
2014-08-14
Merging
Andrew M. B. Boktor