1. 9764eb3 Change the name for the new rs_context parameter. by Jean-Luc Brouillet · 9 years ago
  2. b3e022a Update llvm-rs-cc version to 23 for M. by Stephen Hines · 9 years ago
  3. e23d82b Move the error for pointers in structures earlier in the compile. by Stephen Hines · 9 years ago
  4. fb78d4c Support new-style kernels with no output and no input. by David Gross · 9 years ago
  5. cd7d312 A kernel may have at most 8 inputs. by David Gross · 9 years ago
  6. 7cc6876 Remove extraneous semicolon from namespace-closing curly brace; was breaking some builds. by David Gross · 9 years ago
  7. 18c50eb Frontend support for new special kernel params ctxt and z. by David Gross · 9 years ago
  8. 5abbe0e Replace the NULL macro with nullptr literal. by Chris Wailes · 10 years ago
  9. c9454af Adds support for multi-input kernels to Slang. by Chris Wailes · 10 years ago
  10. eca0534 Add details to the TODO, simplify dummy names by Jean-Luc Brouillet · 10 years ago
  11. ee4016d Update Slang for Clang/LLVM 3.5a. by Tim Murray · 10 years ago
  12. 482caac Allow 'x' and 'y' to be of type signed int. Validates they are of the same type. by Jean-Luc Brouillet · 10 years ago
  13. 42f81b2 Require 'x' and 'y' as the parameter names of the iterators. by Jean-Luc Brouillet · 10 years ago
  14. d3f7527 Add ReportErrror/Warning to RSContext. by Jean-Luc Brouillet · 10 years ago
  15. 0f2a239 Code refactoring, no behavior change. by Jean-Luc Brouillet · 10 years ago
  16. 23c4358 Updates for LLVM merge to r171906 on 20130108. by Stephen Hines · 11 years ago
  17. 089cde3 Forbid non-const static variables in kernels. by Stephen Hines · 11 years ago
  18. 9ca96e7 Support for pass-by-value kernels. by Stephen Hines · 12 years ago
  19. 43730fe Apply changes to migrate to CLANG-160673-20120724. by Shih-wei Liao · 12 years ago
  20. c17e198 Support dummy root() and re-ordering in presence of non-root kernels. by Stephen Hines · 12 years ago
  21. 7b51b55 Export ForEach on non-root functions. by Stephen Hines · 12 years ago
  22. 9999ec3 Clean up graphics/compute root() distinction. by Stephen Hines · 12 years ago
  23. f8c8600 Remove unused variable by Conley Owens · 13 years ago
  24. fbfd7f5 resolved conflicts for merge of f736d5a1 to ics-mr1 by Stephen Hines · 13 years ago
  25. f736d5a Add back pre-ICS support for "int root(int);". by Stephen Hines · 13 years ago
  26. 9207a2e Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  27. 12580dc Generate an error for skipped root() params in HC. by Stephen Hines · 13 years ago
  28. 688e64b Generate .rs.dtor() to clean up globals. by Stephen Hines · 13 years ago
  29. 4ccf75e Fix up parsing of root() function arguments. by Stephen Hines · 13 years ago
  30. b69aa65 Fix double delete (from RSExportable during teardown). by Stephen Hines · 13 years ago
  31. 1688a3c In syncing to 133163, now clang::FieldDecl::Create has 1 more parameter. by Shih-wei Liao · 13 years ago
  32. b5a89fb Clean up forEach reflection code. by Stephen Hines · 13 years ago
  33. 593a894 Simple support for reflecting rsForEach(). by Stephen Hines · 13 years ago[Renamed (61%) from slang_rs_root.cpp]
  34. 3cb586a Improve type validation for root() functions. by Stephen Hines · 13 years ago
  35. 5baf632 Check RS functions (esp. init/root) for validity. by Stephen Hines · 13 years ago