1. 4eb5fac Delete simple reduction implementation. am: 8ee018bdb5 by David Gross · 8 years ago int/n/fp2
  2. 8ee018b Delete simple reduction implementation. by David Gross · 8 years ago
  3. b0a7ba1 Disallow launching old-style kernels via rsForEach am: 40bac5d72a by Yang Ni · 8 years ago
  4. 40bac5d Disallow launching old-style kernels via rsForEach by Yang Ni · 8 years ago
  5. 45cb6d3 Merge "Fix Java reflection for anonymous result types." into nyc-dev by David Gross · 8 years ago
  6. 79aa8d3 Merge "Reflected result_* class should destroy() temporary Allocations at the end of get()." into nyc-dev by David Gross · 8 years ago
  7. 812dcd0 Fix Java reflection for anonymous result types. by David Gross · 8 years ago
  8. 77c6e19 Fix ConstantDataSequential encoding for half-precision floats. by Stephen Hines · 8 years ago
  9. d204e65 Reflected result_* class should destroy() temporary Allocations at the end of get(). by David Gross · 8 years ago
  10. 670ba1d Use empty list initializers to construct all zero-initialized variables. by Stephen Hines · 8 years ago
  11. 98564f9 Merge "During reflection use FieldPacker.addI16 for half" into nyc-dev by Pirama Arumuga Nainar · 8 years ago
  12. 29456ca During reflection use FieldPacker.addI16 for half by Pirama Arumuga Nainar · 8 years ago
  13. 3405e23 Update auto-generated P_all_api_24 test by Pirama Arumuga Nainar · 8 years ago
  14. f44e960 Initialize temp var for a return value by Yang Ni · 8 years ago
  15. 8f093e0 Update slang for LLVM rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  16. f516d01 Merge "Flesh out reduction support for half data types." into nyc-dev by David Gross · 8 years ago
  17. 2d7f3f9 Flesh out reduction support for half data types. by David Gross · 8 years ago
  18. 2e9b169 Generate proper ParmVarDecls for rsForEachInternal(). by Stephen Hines · 8 years ago
  19. 9319dfc slang error on kernel launch from another kernel by Yang Ni · 8 years ago
  20. ac60631 Merge "Update P_all_api_24 with recent changes" into nyc-dev by Pirama Arumuga Nainar · 8 years ago
  21. 283a6cf Handle return values of rsObject type by Yang Ni · 8 years ago
  22. 8cfa1b5 Update P_all_api_24 with recent changes by Pirama Arumuga Nainar · 8 years ago
  23. 662fbe6 Revert "Fix broken mips build, where clang is generating an invalid movn." by Stephen Hines · 8 years ago
  24. 13a1474 Update all-API test for level 24 with f16 math functions by Pirama Arumuga Nainar · 8 years ago
  25. a8ce784 Fix reduction halter example. by Stephen Hines · 8 years ago
  26. e1dc3fb Update copyright dates on generated tests. by Stephen Hines · 8 years ago
  27. 5e306b9 Change mechanism used to ensure #pragma rs reduce functions are not deleted. by David Gross · 8 years ago
  28. c6dd66e Update a test's expected output after RS header update by Pirama Arumuga Nainar · 8 years ago
  29. 2bf94ba Merge "Update a test\'s expected output after RS header update" am: 2b6d2f4324 by Pirama Arumuga Nainar · 8 years ago
  30. a654c67 Merge "Update a test\'s expected output after RS header update" am: 2b6d2f4324 by Pirama Arumuga Nainar · 8 years ago
  31. 2b6d2f4 Merge "Update a test's expected output after RS header update" by Pirama Arumuga Nainar · 8 years ago
  32. aceb3da Update a test's expected output after RS header update by Pirama Arumuga Nainar · 8 years ago
  33. f3b3f5a Merge "General reduction should only support halter() at development API." by David Gross · 8 years ago
  34. da48d8e Merge "Rename #rs_export_reduce_new to #rs_export_reduce." am: c8629c47f8 by David Gross · 8 years ago
  35. a709945 Merge "Rename #rs_export_reduce_new to #rs_export_reduce." am: c8629c47f8 by David Gross · 8 years ago
  36. c8629c4 Merge "Rename #rs_export_reduce_new to #rs_export_reduce." by David Gross · 8 years ago
  37. 0563904 Merge "Remove array subrange (x1, x2) general reduction methods." am: 0c149cb4f1 by David Gross · 8 years ago
  38. 3ef67e8 Merge "Remove array subrange (x1, x2) general reduction methods." am: 0c149cb4f1 by David Gross · 8 years ago
  39. 0c149cb Merge "Remove array subrange (x1, x2) general reduction methods." by David Gross · 8 years ago
  40. dbf5b61 Rename #rs_export_reduce_new to #rs_export_reduce. by David Gross · 8 years ago
  41. 46a0334 General reduction should only support halter() at development API. by David Gross · 8 years ago
  42. 224ff00 Merge "Remaster test after rs_math.rsh changes." am: dc671e951d am: 93bab89720 by David Gross · 8 years ago
  43. 93bab89 Merge "Remaster test after rs_math.rsh changes." am: dc671e951d by David Gross · 8 years ago
  44. dc671e9 Merge "Remaster test after rs_math.rsh changes." by David Gross · 8 years ago
  45. 1381ae7 Remove array subrange (x1, x2) general reduction methods. by David Gross · 8 years ago
  46. c137f04 Remaster test after rs_math.rsh changes. by David Gross · 8 years ago
  47. d6d4fcc Add RS runtime API tests for API 24 (N) by Miao Wang · 8 years ago
  48. df3d7f3 Merge "Make general reduction available at release N." by David Gross · 8 years ago
  49. 1623659 Make general reduction available at release N. by David Gross · 8 years ago
  50. 905858a Merge "Updated slang tests for API level 24" by Yang Ni · 8 years ago
  51. 3c9bb72 Updated slang tests for API level 24 by Yang Ni · 8 years ago
  52. b16b3a4 Merge "Bump up API level in Slang to 24" by Yang Ni · 8 years ago
  53. 13dba25 Bump up API level in Slang to 24 by Yang Ni · 8 years ago
  54. 1b4e988 Merge "Add Java reflection for "#pragma rs reduce"." am: 4d492fe23a by David Gross · 8 years ago
  55. 4d492fe Merge "Add Java reflection for "#pragma rs reduce"." by David Gross · 8 years ago
  56. 277fd5e Add Java reflection for "#pragma rs reduce". by David Gross · 8 years ago
  57. cce0a30 Merge "Add semantic analysis of "#pragma rs reduce" script functions." by David Gross · 8 years ago
  58. ce581c8 Merge "Add semantic analysis of "#pragma rs reduce" script functions." by David Gross · 8 years ago
  59. abab013 Merge "Update line numbers for P_warnings_deprecated diagnostics." by Stephen Hines · 8 years ago
  60. 9525be3 Merge "Update line numbers for P_warnings_deprecated diagnostics." by Stephen Hines · 8 years ago
  61. 65f23ed Add semantic analysis of "#pragma rs reduce" script functions. by David Gross · 8 years ago
  62. 1a1f3c2 Update line numbers for P_warnings_deprecated diagnostics. by Stephen Hines · 8 years ago
  63. cd5494c Merge "Minor miscellaneous cleanup to type export facility." am: ede9db02d6 by David Gross · 8 years ago
  64. ede9db0 Merge "Minor miscellaneous cleanup to type export facility." by David Gross · 8 years ago
  65. 2907b2a Minor miscellaneous cleanup to type export facility. by David Gross · 8 years ago
  66. d2531dc Merge "Cleanup: RSExportType::getSize() has inconsistent semantics." by David Gross · 8 years ago
  67. 048eb8a Merge "Cleanup: RSExportType::getSize() has inconsistent semantics." by David Gross · 8 years ago
  68. 657d20a Cleanup: RSExportType::getSize() has inconsistent semantics. by David Gross · 8 years ago
  69. ad94eaf Merge "Alphabetize tests." am: e85b04a99d by David Gross · 8 years ago
  70. e85b04a Merge "Alphabetize tests." by David Gross · 8 years ago
  71. 35c04a9 Alphabetize tests. by David Gross · 8 years ago
  72. b8e59f8 Merge "Use single quote in python script for consistency" am: 5507f87c29 by Yang Ni · 8 years ago
  73. 5507f87 Merge "Use single quote in python script for consistency" by Yang Ni · 8 years ago
  74. 0b41578 Merge changes I5b11fd14,I85f4e6db am: 40a0911e5c by Stephen Hines · 8 years ago
  75. 40a0911 Merge changes I5b11fd14,I85f4e6db by Stephen Hines · 8 years ago
  76. 13fad85 Void pointers can't be exported. by Stephen Hines · 8 years ago
  77. ccda2ad Merge "Tidy up AST nodes for rsForEach" am: 3629a93699 by Yang Ni · 8 years ago
  78. 3629a93 Merge "Tidy up AST nodes for rsForEach" by Yang Ni · 8 years ago
  79. 2615f38 Tidy up AST nodes for rsForEach by Yang Ni · 8 years ago
  80. f075ffc Fix a set of inverted conditionals for kernel validation. by Stephen Hines · 8 years ago
  81. f91b1ee Merge changes I49b683aa,Ib796dc6d am: 597dd083df by Yang Ni · 8 years ago
  82. 597dd08 Merge changes I49b683aa,Ib796dc6d by Yang Ni · 8 years ago
  83. 2902ebb Fixed ref counting for returned rs objects by Yang Ni · 8 years ago
  84. 56916be Cleaned up ref counting destructor visitor by Yang Ni · 8 years ago
  85. b03801d Merge "Restructure handling of special kernel parameters." am: aa0ad8e205 by David Gross · 8 years ago
  86. aa0ad8e Merge "Restructure handling of special kernel parameters." by David Gross · 8 years ago
  87. 46e146e Restructure handling of special kernel parameters. by David Gross · 9 years ago
  88. ca8105d Merge "Changed generated calls to rsForEachInternal" am: 9ab3abd012 by Yang Ni · 8 years ago
  89. 9ab3abd Merge "Changed generated calls to rsForEachInternal" by Yang Ni · 8 years ago
  90. 88f21e1 Changed generated calls to rsForEachInternal by Yang Ni · 9 years ago
  91. 1e627c6 Extend C++ reflection layer constant arrays and fix matrix types. by Nicolas Collin · 9 years ago
  92. 7b31d72 Merge "Remove PragmaRecorder." by David Gross · 9 years ago
  93. bb355e5 Merge "Parse "#pragma rs reduce" and generate metadata." by David Gross · 9 years ago
  94. 15e44e6 Parse "#pragma rs reduce" and generate metadata. by David Gross · 9 years ago
  95. 34e6205 Remove PragmaRecorder. by David Gross · 9 years ago
  96. c58a965 Extend C++ reflection layer constant arrays and fix matrix types. by Nicolas Collin · 9 years ago
  97. d654924 Merge "Add rs_allocation_create as an RS header" by Pirama Arumuga Nainar · 9 years ago
  98. a4926df Merge "Fixed dummy root creation" by Yang Ni · 9 years ago
  99. 1541014 Fixed dummy root creation by Yang Ni · 9 years ago
  100. d118c02 Add rs_allocation_create as an RS header by Pirama Arumuga Nainar · 9 years ago