1. bcae1fe Switch to FieldPacker for signed sub-integer types. by Stephen Hines · 12 years ago
  2. 9ca96e7 Support for pass-by-value kernels. by Stephen Hines · 12 years ago
  3. d293693 Simpler ScriptC constructors by Stephen Hines · 12 years ago
  4. 0a813a3 Add RS package name option + support. by Stephen Hines · 12 years ago
  5. 1f6c331 Fix reflection of setters for unsigned primitive types. by Stephen Hines · 12 years ago
  6. 0d26cef Refactor using genSetExportVariable(). by Stephen Hines · 12 years ago
  7. a6b5414 Reflect element/dim information for FieldPacker. by Stephen Hines · 12 years ago
  8. 192392f Continue C++ reflection work. by Jason Sams · 12 years ago
  9. 2b8fb64 Removing DataKind completely from llvm-rs-cc. by Stephen Hines · 12 years ago
  10. 47aca4e More cleanup for reflection code. by Stephen Hines · 12 years ago
  11. fdd1ba1 Add getRSReflectionType to facilitate new C++ code. by Stephen Hines · 12 years ago
  12. 0444de0 Adapt to upstream Clang/LLVM changes. by Stephen Hines · 12 years ago
  13. e67239d Style violation cleanup. by Stephen Hines · 12 years ago
  14. c17e198 Support dummy root() and re-ordering in presence of non-root kernels. by Stephen Hines · 12 years ago
  15. 41cc610 Update llvm-rs-cc to support API level 16. by Stephen Hines · 12 years ago
  16. 834517f am d369cda1: Support initialization of constant array exports. by Stephen Hines · 12 years ago
  17. d369cda Support initialization of constant array exports. by Stephen Hines · 12 years ago
  18. 40cfc8a am f5eeaa6a: Revert "Support initialization of constant array exports." by Stephen Hines · 12 years ago
  19. f5eeaa6 Revert "Support initialization of constant array exports." by Stephen Hines · 12 years ago
  20. b172d1d am dc8853ac: Support initialization of constant array exports. by Stephen Hines · 12 years ago
  21. dc8853a Support initialization of constant array exports. by Stephen Hines · 12 years ago
  22. 7e71052 am ec85aa2e: Merge "Reflect constant primitive types back to Java." by Stephen Hines · 13 years ago
  23. 5d67178 Reflect constant primitive types back to Java. by Stephen Hines · 13 years ago
  24. 55d49a5 am ee35ab7a: Remove weak-ref use with Elements. by Stephen Hines · 13 years ago
  25. ee35ab7 Remove weak-ref use with Elements. by Stephen Hines · 13 years ago
  26. b42ab80 am a0d7b3c1: Merge "Add create1D and create2D factory reflected methods." by Jason Sams · 13 years ago
  27. 381e95f Add create1D and create2D factory reflected methods. by Jason Sams · 13 years ago
  28. 40cbb16 am fa6ef56a: Apply changes to migrate to upstream (Nov 25th 2011). by Logan Chien · 13 years ago
  29. fa6ef56 Apply changes to migrate to upstream (Nov 25th 2011). by Logan Chien · 13 years ago
  30. de056d4 am cfb00677: Merge "Generate/skip padding and use new prefix for ICS." by Stephen Hines · 13 years ago
  31. d1123c2 am 6a20005e: Merge "Adapt to upstream changes." by Stephen Hines · 13 years ago
  32. a9ae5ae Generate/skip padding and use new prefix for ICS. by Stephen Hines · 13 years ago
  33. 4c622e0 Adapt to upstream changes. by Stephen Hines · 13 years ago
  34. db6dfdf Add path object type. by Jason Sams · 13 years ago
  35. b7d1269 Remove obsolete/confusing options and fix strings. by Stephen Hines · 13 years ago
  36. ba1a785 Merge "Start basic support for LLVM 2.9 bitcode writer." by Stephen Hines · 13 years ago
  37. 4cc499d Start basic support for LLVM 2.9 bitcode writer. by Stephen Hines · 13 years ago
  38. 38eca1a Fixing copyNow reflection. Adding synchronization to setters/getters by Alex Sakhartchouk · 13 years ago
  39. 4a4bf92 Don't generate forEach() on pre-ICS target SDK. by Stephen Hines · 13 years ago
  40. 049229b Properly calculate end of struct padding. by Stephen Hines · 13 years ago
  41. 6b201eb Define RS_VERSION as the SDK version. by Stephen Hines · 13 years ago
  42. aaeb5f8 Merge "Fix style issues." by Stephen Hines · 13 years ago
  43. ecddee3 Fix style issues. by Stephen Hines · 13 years ago
  44. d22724a Enhanced check for padding by Andrew Hsieh · 13 years ago
  45. 48b72bf Type-checking for ForEach with RS types. by Stephen Hines · 13 years ago
  46. 4f9e08b Add in missing primitive element reflection. by Stephen Hines · 13 years ago
  47. b5a89fb Clean up forEach reflection code. by Stephen Hines · 13 years ago
  48. 593a894 Simple support for reflecting rsForEach(). by Stephen Hines · 13 years ago
  49. 3fa286b Fix b/3427124. Adding the overloadable invokable feature. Reflect that type of invokables to Java. by Shih-wei Liao · 13 years ago
  50. 8d5a2f6 Support Windows paths in slang. by Raphael · 13 years ago
  51. 6e6578a Add support for assertions in llvm-rs-cc. by Stephen Hines · 13 years ago
  52. d09df09 Fix pragma for reflection license. by Stephen Hines · 14 years ago
  53. 6b64b2b Remove android.util.Log from reflected files. by Stephen Hines · 14 years ago
  54. 4cc67fc Support for generating .java dependencies for RS. by Stephen Hines · 14 years ago
  55. 0661778 Fix style. by Stephen Hines · 14 years ago
  56. 10c4c39 Just pass the field packer directly rather than by Jason Sams · 14 years ago
  57. a036a8a Change to match final API sigs by Jason Sams · 14 years ago
  58. 3291793 Fix style. by Stephen Hines · 14 years ago
  59. 42afde2 Update with new function names. by Jason Sams · 14 years ago
  60. aa180e9 API clean-up by Alex Sakhartchouk · 14 years ago
  61. cedffd9 Fix bug with resize that would leave the by Jason Sams · 14 years ago
  62. dd6206b Arrays of width 3 vector types cannot be exported. by Stephen Hines · 14 years ago
  63. 91fe83b Add usage flag to create ScriptField_* by Jason Sams · 14 years ago
  64. 536aef0 Update for API changes. by Jason Sams · 14 years ago
  65. 650c02b Fix reflection to use new setVar(object) by Jason Sams · 14 years ago
  66. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  67. b6902e2 Add new constructor to reflected code that removes by Jason Sams · 14 years ago
  68. 3caea7d Fix handling of null item list on resize. by Jason Sams · 14 years ago
  69. d42a429 b/3093518 Add resize() method in the reflected of ScriptField_*.java. by Zonr Chang · 14 years ago
  70. 89273bd b/3093447 Create element of constant array using Element.add(Element element, by Zonr Chang · 14 years ago
  71. 2f1451c b/3093393 Properly initialized constant array where the element is of by Zonr Chang · 14 years ago
  72. c383a50 Prepend legal announcement in all files. by Zonr Chang · 14 years ago
  73. a5d2c23 Support for unsigned long and unsigned long long. by Stephen Hines · 14 years ago
  74. b81c6a4 Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."" by Shih-wei Liao · 14 years ago
  75. a6d6067 Revert "New implementation of llvm-rs-cc (replacement of slang_driver)." by Shih-wei Liao · 14 years ago
  76. 6791df2 New implementation of llvm-rs-cc (replacement of slang_driver). by Shih-wei Liao · 14 years ago
  77. 8c6d9b2 Use llvm::sys::Path to implement "mkdir -p". by Zonr Chang · 14 years ago
  78. 050eb85 Use "L" suffix for 64-bit Java int initializers. by Stephen Hines · 14 years ago
  79. 1ab1a45 GetTypeNullValue() in slang_rs_reflection should take boolean type into consideration. by Zonr Chang · 14 years ago
  80. cf950c4 Check mItemArray in component-level getter and return correct null value for by Shih-wei Liao · 14 years ago
  81. 8a224b8 Revert "Check mItemArray in component-level getter and return correct null value for" by Shih-wei Liao · 14 years ago
  82. ee90f49 Check mItemArray in component-level getter and return correct null value for by Zonr Chang · 14 years ago
  83. 2e1dba6 Rewrite the RSExportConstantArrayType to better support reflecting by Zonr Chang · 14 years ago
  84. 0da0a7d 1. Rewrite reflection of parameter packet in RSExportFunc. In order to by Zonr Chang · 14 years ago
  85. 92b344a Create RSExportMatrixType which is a subclass of RSExportType by Zonr Chang · 14 years ago
  86. 66aa299 Fix FieldIndex issue and re-enable it in reflection. by Zonr Chang · 14 years ago
  87. 6315f76 More coding style fixing to improve the readability. No actual semantics by zonr · 14 years ago
  88. 91a3783 1. Reorder DataTypeBoolean, DataTypeRSMatrix2x2, DataTypeRSMatrix3x3, and DataTypeRSMatrix4x4 in RSExportPrimitiveType::DataType. by Shih-wei Liao · 14 years ago
  89. 9ef2f78 The Mother-of-All code review: by Shih-wei Liao · 14 years ago
  90. 8d75dc4 Support for signed 64-bit integer type. by Stephen Hines · 14 years ago
  91. 83fbfba Add support for "f" suffix on float constants. by Stephen Hines · 14 years ago
  92. 70842c7 Add support for Float64 (double) to slang. by Stephen Hines · 14 years ago
  93. cecd11d Fix warnings. Bug fix. by Shih-wei Liao · 14 years ago
  94. f9d3cb6 Turn off buggy FieldIndex for now. by Shih-wei Liao · 14 years ago
  95. 7cbb87f Remove unnecessary checks in component getter. by Shih-wei Liao · 14 years ago
  96. 9c631ff Simplify field getters by removing unnecessary null checks. Add reflection for component-level getter and setter. by Shih-wei Liao · 14 years ago
  97. fb7fafc Revert "Add reflection for component-level getter and setter." by Shih-wei Liao · 14 years ago
  98. 30a1c52 Add reflection for component-level getter and setter. by Shih-wei Liao · 14 years ago
  99. 1ebc0ca Implement the ARM-specific struct layout ABI in exportable functions parameters for rs. Add the ABI-compliant #args when needed. by Shih-wei Liao · 14 years ago
  100. 0877f05 Handle big bitcode files. by Ying Wang · 14 years ago