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