summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-24integrate wilson's bug fix for cycle countingTor Aamodt
2010-08-23- oclMatrixMul passing (added support for dynamically allocating shared memor...Tor Aamodt
2010-08-23- add '-keep' option to keep intermediate files (used for OpenCL only right now)Tor Aamodt
2010-08-10refactor: mostly finished getting rid of extern declTor Aamodt
2010-08-09refactor: remove extern decl up to gpgpusim_entrypoint.ccTor Aamodt
2010-08-08refactor: shader.cc free of extern declarationsTor Aamodt
2010-08-08refactoring: continued, buildsTor Aamodt
2010-08-08refactoring: mem_latency_stat in impl, etc...Tor Aamodt
2010-08-08refactor: moving extern variable declarations into headersTor 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
2010-08-08refactoring: moving 'loading' operations into ptx_loader.*Tor Aamodt
2010-08-08refactoring: making g_current_symbol_table local to ptx_ir.ccTor Aamodt
2010-08-08refactoring: start moving prototypes into headersTor Aamodt
2010-08-08check if debug thread selectedTor Aamodt
2010-08-08add listing function for ptx debuggingTor Aamodt
2010-08-07watchpoint facility for ptx debuggingTor Aamodt
2010-08-04intial support for integrated interactive debugger (for debugging PTX assembly)Tor Aamodt
2010-07-30fix stack pointer update on returnTor Aamodt
2010-07-30missing definitionTor Aamodt
2010-07-29compiling (not operand collector probably won't work for anything using tex i...Tor Aamodt
2010-07-29integrate operand collector (not compiling yet)Tor Aamodt
2010-07-23debug printing stuffTor Aamodt
2010-07-21- reduce 3.1 sdk regression test runtimes (as per 2.3 sdk versions)Tor Aamodt
2010-07-20- adding CL_DEVICE_SINGLE_FP_CONFIG (need to get info on what it should be se...Tor Aamodt
2010-07-19OpenCL running on simulator w/ CUDA 3.1 and nvidia driver 256.35Tor Aamodt
2010-07-18finished refactor+implement call/return passing (now working on simple exampl...Tor Aamodt
2010-07-18more refactoring of param passingTor Aamodt
2010-07-18continuing refactoring Tor Aamodt
2010-07-18refactoring call/return ABI code (want unified interface for call/return reg/...Tor Aamodt
2010-07-18finished moving cuda printf stuff to seperate file (step 2)Tor Aamodt
2010-07-18moving cuda printf stuff to a seperate file (step 1)Tor Aamodt
2010-07-18refactoringTor Aamodt
2010-07-18- simple device printf support added (supports %u, %d, %f)Tor Aamodt
2010-07-17- added *implied* local memory stack pointer for functional execution Tor Aamodt
2010-07-17getting rid of void pointers for ptx_thread_info Tor Aamodt
2010-07-17replacing suspicious looking code for local memory allocation management 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-17integrating Wilson's bugfixes from release branchTor 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-16- integrate Wilson's bug fixes from release Tor Aamodt
2010-07-16adding parsing for opaque specifiers Tor Aamodt
2010-07-16- adding placeholders for new builtin registersTor Aamodt
2010-07-16- add placeholders for new (e.g., PTX 2.x) directives and instructionsTor Aamodt
2010-07-16- BlackScholes passing on CUDA 3.1Tor Aamodt
2010-07-16- template runs/passes with CUDA 3.1, but requires that CUDA 2.3 Tor Aamodt