1. 9764eb3 Change the name for the new rs_context parameter. by Jean-Luc Brouillet · 9 years ago
  2. 18c50eb Frontend support for new special kernel params ctxt and z. by David Gross · 9 years ago
  3. 5abbe0e Replace the NULL macro with nullptr literal. by Chris Wailes · 10 years ago
  4. c9454af Adds support for multi-input kernels to Slang. by Chris Wailes · 10 years ago
  5. 796e7b1 Remove useless "return;" statements. by Jean-Luc Brouillet · 10 years ago
  6. 50cab07 Fix clang compile errors. by Narayan Kamath · 10 years ago
  7. 42f81b2 Require 'x' and 'y' as the parameter names of the iterators. by Jean-Luc Brouillet · 10 years ago
  8. d3f7527 Add ReportErrror/Warning to RSContext. by Jean-Luc Brouillet · 10 years ago
  9. 0f2a239 Code refactoring, no behavior change. by Jean-Luc Brouillet · 10 years ago
  10. 089cde3 Forbid non-const static variables in kernels. by Stephen Hines · 11 years ago
  11. 9ca96e7 Support for pass-by-value kernels. by Stephen Hines · 12 years ago
  12. c17e198 Support dummy root() and re-ordering in presence of non-root kernels. by Stephen Hines · 12 years ago
  13. 7b51b55 Export ForEach on non-root functions. by Stephen Hines · 12 years ago
  14. 9999ec3 Clean up graphics/compute root() distinction. by Stephen Hines · 12 years ago
  15. fbfd7f5 resolved conflicts for merge of f736d5a1 to ics-mr1 by Stephen Hines · 13 years ago
  16. f736d5a Add back pre-ICS support for "int root(int);". by Stephen Hines · 13 years ago
  17. 9207a2e Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  18. 688e64b Generate .rs.dtor() to clean up globals. by Stephen Hines · 13 years ago
  19. 4ccf75e Fix up parsing of root() function arguments. by Stephen Hines · 13 years ago
  20. b5a89fb Clean up forEach reflection code. by Stephen Hines · 13 years ago
  21. 593a894 Simple support for reflecting rsForEach(). by Stephen Hines · 13 years ago