summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_parser.h
AgeCommit message (Expand)Author
2019-09-13Big reformat change using clang-format-6.0Nick
2019-09-13Revert "Add src/cuda-sim formatting"Nick
2019-09-13Add src/cuda-sim formattingNick
2019-07-15Move operand_info::sm_next_uidMengchi Zhang
2019-07-11g_sym_name_to_symbol_tableMengchi Zhang
2019-07-11Move g_inst_lookupMengchi Zhang
2019-07-09Move some more varsMengchi Zhang
2019-07-03Remove g_filenameMengchi Zhang
2019-07-03move g_shader_core_configMengchi Zhang
2019-07-01Move g_debug_ir_generation and GPGPUSim_InitMengchi Zhang
2019-06-12Fix some compiler warningMengchi Zhang
2019-06-12Add some vars in ptx_parserMengchi Zhang
2019-06-12Move symbol table globalsMengchi Zhang
2019-06-12Move all ptx_parser inside gpgpu_contextMengchi Zhang
2019-06-09Add more vars for ptx_parserMengchi Zhang
2019-06-09Move ptx_parser varsMengchi Zhang
2019-05-30Move some variables in ptx_parserMengchi Zhang
2019-05-20Fix col and linebufMengchi Zhang
2019-05-17Move ptx parser to reentrantMengchi Zhang
2018-11-03merged with memory subsytem. Regression is passing but tensorcore kernel is s...aamir
2018-05-27added wmma parsing but execution getting abortedaamir
2016-07-05ADD: initial support for instruction group used by CDPJin Wang
2014-08-14Removing a slew of code still compiled with gcc and the need for a bunch of e...Tim 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-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-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