1. 48b49b4 Handle passed-via-stack vector arguments in Helper generation by I-Jui (Ray) Sung · 7 years ago
  2. 97ac1a5 Refactor attribute stripping for libbcc and llvm-rs-as. by David Gross · 7 years ago
  3. 31d2ea3 Fixed reference counting for function parameters by Yang Ni · 7 years ago
  4. 998b794 Merge "Added a new metadata field `slang.llvm.version`" by Treehugger Robot · 7 years ago
  5. 8bcf238 Added a new metadata field `slang.llvm.version` by Luke Drummond · 7 years ago
  6. ec68680 Fix assertion failures under DISABLE_NDEBUG by I-Jui (Ray) Sung · 7 years ago
  7. 37dbf5c Fix for crashes and failures due to 32-bit x86 struct layout. by David Gross · 7 years ago
  8. c8f5b2d Skip generating RenderScript annotations on implicitly defined functions by I-Jui (Ray) Sung · 8 years ago
  9. b6a1435 Fix slang to compile with LLVM r275480 by Pirama Arumuga Nainar · 8 years ago
  10. 8ee018b Delete simple reduction implementation. by David Gross · 8 years ago
  11. 40bac5d Disallow launching old-style kernels via rsForEach by Yang Ni · 8 years ago
  12. 8f093e0 Update slang for LLVM rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  13. 9319dfc slang error on kernel launch from another kernel by Yang Ni · 8 years ago
  14. 283a6cf Handle return values of rsObject type by Yang Ni · 8 years ago
  15. 5e306b9 Change mechanism used to ensure #pragma rs reduce functions are not deleted. by David Gross · 8 years ago
  16. da48d8e Merge "Rename #rs_export_reduce_new to #rs_export_reduce." am: c8629c47f8 by David Gross · 8 years ago
  17. dbf5b61 Rename #rs_export_reduce_new to #rs_export_reduce. by David Gross · 8 years ago
  18. 13dba25 Bump up API level in Slang to 24 by Yang Ni · 8 years ago
  19. 65f23ed Add semantic analysis of "#pragma rs reduce" script functions. by David Gross · 8 years ago
  20. 2615f38 Tidy up AST nodes for rsForEach by Yang Ni · 9 years ago
  21. 9ab3abd Merge "Changed generated calls to rsForEachInternal" by Yang Ni · 9 years ago
  22. 88f21e1 Changed generated calls to rsForEachInternal by Yang Ni · 9 years ago
  23. 15e44e6 Parse "#pragma rs reduce" and generate metadata. by David Gross · 9 years ago
  24. 1946749 Launch options & multi inputs for single-source RS by Yang Ni · 9 years ago
  25. fb40ee2 Revert "Revert "Handle kernel launch calls"" by Yang Ni · 9 years ago
  26. 5d9263d Revert "Handle kernel launch calls" by Stephen Hines · 9 years ago
  27. 45aa8c5 Handle kernel launch calls by Yang Ni · 9 years ago
  28. 24d69e5 Merge "Added in fix to allow generation of valid debug info" by Stephen Hines · 9 years ago
  29. b130e15 Added in fix to allow generation of valid debug info by Stephen McGroarty · 9 years ago
  30. 3fe4027 Merge "Enhance diagnostic options." by David Gross · 9 years ago
  31. 2770d0e Enhance diagnostic options. by David Gross · 9 years ago
  32. c0c5dd8 Add initial support for validating and exporting reduce kernels. by Matt Wala · 9 years ago
  33. dabd246 llvm-rs-as: Wrap bitcode with the RS bitcode wrapper. by Matt Wala · 9 years ago
  34. 167bd79 Soft-float cleanup by Pirama Arumuga Nainar · 9 years ago
  35. 4ce8705 Remove use of llvm::TargetOptions::NoFramePointerElim by Pirama Arumuga Nainar · 9 years ago
  36. 21cc018 Update slang for rebase to LLVM r235153 by Pirama Arumuga Nainar · 9 years ago
  37. 8024ed5 Merge Slang with SlangRS, Backend with RSBackend. by Jean-Luc Brouillet · 9 years ago
  38. 0b75458 Update slang for LLVM rebase to r233350. by Stephen Hines · 9 years ago
  39. c706907 Update slang for LLVM rebase to r230699. by Stephen Hines · 9 years ago
  40. 3eb819a Update slang for LLVM rebase to r222494. by Stephen Hines · 10 years ago
  41. 5abbe0e Replace the NULL macro with nullptr literal. by Chris Wailes · 10 years ago
  42. c9454af Adds support for multi-input kernels to Slang. by Chris Wailes · 10 years ago
  43. 9e3aa07 Added a new development target api. by Chris Wailes · 10 years ago
  44. 796e7b1 Remove useless "return;" statements. by Jean-Luc Brouillet · 10 years ago
  45. ee4016d Update Slang for Clang/LLVM 3.5a. by Tim Murray · 10 years ago
  46. 552d872 Strip unknown/unsupported attributes (like readnone/readonly for parameters). by Stephen Hines · 10 years ago
  47. a1f95ee Update slang for LLVM merge up to r187914. by Stephen Hines · 11 years ago
  48. 0da7f6c Updates for LLVM merge to r176139. by Stephen Hines · 11 years ago
  49. 23c4358 Updates for LLVM merge to r171906 on 20130108. by Stephen Hines · 11 years ago
  50. d711dec Add BitWriter_3_2 for JB+ target API. by Stephen Hines · 11 years ago
  51. 8ccbddd resolved conflicts for merge of 9e7e17b0 to master by Stephen Hines · 12 years ago
  52. 5e3b677 Use bcinfo::writeAndroidBitcodeWrapper(). by Stephen Hines · 12 years ago
  53. e3cb21b am fa5209a2: am 9c459f0c: Merge "Enable emission of debugger-friendly bitcode" by Jean-Baptiste Queru · 12 years ago
  54. c460b37 Enable emission of debugger-friendly bitcode by mkopec1 · 12 years ago
  55. ac4e185 Apply changes to migrate to upstream (Dec 16th 2011) by Logan Chien · 12 years ago
  56. cf7e429 Add support for generating a bitcode wrapper to llvm-rs-cc. by Stephen Hines · 13 years ago
  57. de7ac19 Fix bool return for HandleTopLevelDecl(). by Stephen Hines · 13 years ago
  58. 42f6e0c Merge "Add support for BitWriter_2_9_func bitcode writing." by Stephen Hines · 13 years ago
  59. fa6ef56 Apply changes to migrate to upstream (Nov 25th 2011). by Logan Chien · 13 years ago
  60. 9b044ec Add support for BitWriter_2_9_func bitcode writing. by Stephen Hines · 13 years ago
  61. 5e6d0d5 Add support for generating a bitcode wrapper to llvm-rs-cc. by Stephen Hines · 13 years ago
  62. 2c6bad5 Apply changes to migrate to llvm upstream r144606. by Logan Chien · 13 years ago
  63. 9207a2e Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  64. 4cc499d Start basic support for LLVM 2.9 bitcode writer. by Stephen Hines · 13 years ago
  65. ab992e5 Apply changes to migrate to llvm upstream r135568. by Logan Chien · 13 years ago
  66. 18c8829 Remove all explicit ArrayRef constructors. by Stephen Hines · 13 years ago
  67. 7770326 Fix API changes of llvm::SubtargetFeatures. by Shih-wei Liao · 13 years ago
  68. fcc654a Fix llvm API changes to migrate to upstream r131807. by Shih-wei Liao · 13 years ago
  69. 83f0c62 Apply API changes to migrate to CLANG upstream. by Shih-wei Liao · 13 years ago
  70. 6e6578a Add support for assertions in llvm-rs-cc. by Stephen Hines · 13 years ago
  71. 3fd0a94 Refactor pragma handling (pass everything to LLVM) by Stephen Hines · 13 years ago
  72. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  73. 68fc02c Add two new APIs in HandleTranslationUnitPre and HandleTranslationUnitPost. by Zonr Chang · 14 years ago
  74. 41ebf53 Remove Slang::TargetDescription. by Zonr Chang · 14 years ago
  75. c383a50 Prepend legal announcement in all files. by Zonr Chang · 14 years ago
  76. 3a9ca1f Provide better abstraction of class Slang. by Zonr Chang · 14 years ago
  77. 6315f76 More coding style fixing to improve the readability. No actual semantics by zonr · 14 years ago
  78. 9ef2f78 The Mother-of-All code review: by Shih-wei Liao · 14 years ago
  79. cecd11d Fix warnings. Bug fix. by Shih-wei Liao · 14 years ago
  80. f52a620 Apply changes on slang such that it can work with LLVM/Clang upstream r112364/r112367. by Shih-wei Liao · 14 years ago
  81. 1fd8579 Add a command-line option to allow function names with the "rs" prefix (--allow-rs-prefix). When not specified, user-defined functions with that prefix will be treated as an error. by Kirk Stewart · 14 years ago
  82. 2e534f2 Change Diagnostic::Error to Diagnostic::Warning for now. The long-term solution should provide a slang option to toggle between Error and Warning. by Shih-wei Liao · 14 years ago
  83. 336d93a Use llvm::StringRef::startswith rather than std::string::compare, by Kirk Stewart · 14 years ago
  84. 6b22674 Add a check to prevent users from defining function names starting witih "rs". by Kirk Stewart · 14 years ago
  85. 6322c93 Use pre-existing clang code to produce errors for un-prototyped functions. by Kirk Stewart · 14 years ago
  86. 462aefd Initialize slang and Android.mk. by Shih-wei Liao · 14 years ago