1. d80e58b Improve Java reflection for 32-bit versus 64-bit differences. by David Gross · 7 years ago
  2. 63e6108 Record SourceLocation in exportables. by David Gross · 7 years ago
  3. 37dbf5c Fix for crashes and failures due to 32-bit x86 struct layout. by David Gross · 7 years ago
  4. ef17070 Revised ODR validation flow; added more ODR tests by I-Jui (Ray) Sung · 8 years ago
  5. 277fd5e Add Java reflection for "#pragma rs reduce". by David Gross · 8 years ago
  6. 2907b2a Minor miscellaneous cleanup to type export facility. by David Gross · 8 years ago
  7. 048eb8a Merge "Cleanup: RSExportType::getSize() has inconsistent semantics." by David Gross · 8 years ago
  8. 657d20a Cleanup: RSExportType::getSize() has inconsistent semantics. by David Gross · 8 years ago
  9. 13fad85 Void pointers can't be exported. by Stephen Hines · 9 years ago
  10. 7682b66 Add Java reflection for reduce-style kernels in slang. by Matt Wala · 9 years ago
  11. ab94bcc Move the error for pointers in structures earlier in the compile. by Stephen Hines · 9 years ago
  12. fe41c8d am 340b5550: Fix dangling reference to a local std::string. by Stephen Hines · 10 years ago
  13. 340b555 Fix dangling reference to a local std::string. by Stephen Hines · 10 years ago
  14. 5abbe0e Replace the NULL macro with nullptr literal. by Chris Wailes · 10 years ago
  15. a6bce2d Fix two bugs for 64-bit slang. by Tim Murray · 10 years ago
  16. d56a92f Fix two bugs for 64-bit slang. by Tim Murray · 10 years ago
  17. 796e7b1 Remove useless "return;" statements. by Jean-Luc Brouillet · 10 years ago
  18. b095e05 Replace macros with equivalent inline functions. by Jean-Luc Brouillet · 10 years ago
  19. 0132183 Remove obsolete comments by Jean-Luc Brouillet · 10 years ago
  20. eca0534 Add details to the TODO, simplify dummy names by Jean-Luc Brouillet · 10 years ago
  21. c95381a Make virtual getTypeStoreSize and getTypeAllocSize by Jean-Luc Brouillet · 10 years ago
  22. cec9b65 Move DataType enum out of RSExportPrimitiveDataType. by Jean-Luc Brouillet · 10 years ago
  23. 2354442 Remove obsolete unused code by Jean-Luc Brouillet · 10 years ago
  24. 474655a Remove rs_spec_gen and associated macros. by Jean-Luc Brouillet · 10 years ago
  25. ee4016d Update Slang for Clang/LLVM 3.5a. by Tim Murray · 10 years ago
  26. d3f7527 Add ReportErrror/Warning to RSContext. by Jean-Luc Brouillet · 10 years ago
  27. 48d893d Support reflection of enums. by Stephen Hines · 11 years ago
  28. 11274a7 Validate FS (and RS) ASTs. by Stephen Hines · 12 years ago
  29. 1f6c331 Fix reflection of setters for unsigned primitive types. by Stephen Hines · 12 years ago
  30. 0d26cef Refactor using genSetExportVariable(). by Stephen Hines · 12 years ago
  31. a6b5414 Reflect element/dim information for FieldPacker. by Stephen Hines · 12 years ago
  32. d5a84f6 Generate an error when exporting RS objects in structs/arrays. by Stephen Hines · 12 years ago
  33. 5bfec8d Revert "Generate an error for exporting rs_objects in structs/arrays." by Stephen Hines · 12 years ago
  34. f5abb50 Generate an error for exporting rs_objects in structs/arrays. by Stephen Hines · 12 years ago
  35. 1b6a088 start cpp reflection by Jason Sams · 12 years ago
  36. 2b8fb64 Removing DataKind completely from llvm-rs-cc. by Stephen Hines · 12 years ago
  37. fdd1ba1 Add getRSReflectionType to facilitate new C++ code. by Stephen Hines · 12 years ago
  38. 9207a2e Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  39. ecddee3 Fix style issues. by Stephen Hines · 13 years ago
  40. 7c67e57 Apply changes to migrate to upstream API. by Shih-wei Liao · 13 years ago
  41. 78e69cb Forbid RS objects from being contained in unions. by Stephen Hines · 13 years ago
  42. f2174cf Handle struct reference counting. by Stephen Hines · 13 years ago
  43. feaca06 Zero-initialize structs containing RS objects. by Stephen Hines · 13 years ago
  44. b3a12fe Add Slang support for rs_object_slots metadata. by Stephen Hines · 13 years ago
  45. 2ef9bc0 Convert fprintf -> diagnostic messages. by Stephen Hines · 13 years ago
  46. dd6206b Arrays of width 3 vector types cannot be exported. by Stephen Hines · 14 years ago
  47. e5e6443 Improved error messages for structs. by Stephen Hines · 14 years ago
  48. c808a99 Add prelim error check for pointers in structs. by Stephen Hines · 14 years ago
  49. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  50. b1771ef Exclude rs_matrixNxN from being RS object type. by Zonr Chang · 14 years ago
  51. a7a828d Add convertToSpecType() for every RSExportType derivative. by Zonr Chang · 14 years ago
  52. 3cd3dd3 Bug fix: support self-referential struct type. by Zonr Chang · 14 years ago
  53. 7363d84 Revert "Bug fix: support self-referential struct type." by Zonr Chang · 14 years ago
  54. d6f9fed Bug fix: support self-referential struct type. by Zonr Chang · 14 years ago
  55. a65ec16 Unify type spec by creating rs-spec-gen. by Zonr Chang · 14 years ago
  56. 641558f Implement one-definition-rule (ODR) feature. by Zonr Chang · 14 years ago
  57. c383a50 Prepend legal announcement in all files. by Zonr Chang · 14 years ago
  58. a5d2c23 Support for unsigned long and unsigned long long. by Stephen Hines · 14 years ago
  59. a41ce1d Fix memory leak of RSExport* object create in processExport(). Now, they will by Zonr Chang · 14 years ago
  60. 6b6320a De-virtualize the RSExportType::getClass(). by Zonr Chang · 14 years ago
  61. 2e1dba6 Rewrite the RSExportConstantArrayType to better support reflecting by Zonr Chang · 14 years ago
  62. 0da0a7d 1. Rewrite reflection of parameter packet in RSExportFunc. In order to by Zonr Chang · 14 years ago
  63. 92b344a Create RSExportMatrixType which is a subclass of RSExportType by Zonr Chang · 14 years ago
  64. 6315f76 More coding style fixing to improve the readability. No actual semantics by zonr · 14 years ago[Renamed (87%) from slang_rs_export_type.hpp]
  65. 91a3783 1. Reorder DataTypeBoolean, DataTypeRSMatrix2x2, DataTypeRSMatrix3x3, and DataTypeRSMatrix4x4 in RSExportPrimitiveType::DataType. by Shih-wei Liao · 14 years ago
  66. 9ef2f78 The Mother-of-All code review: by Shih-wei Liao · 14 years ago
  67. 8d75dc4 Support for signed 64-bit integer type. by Stephen Hines · 14 years ago
  68. 70842c7 Add support for Float64 (double) to slang. by Stephen Hines · 14 years ago
  69. cecd11d Fix warnings. Bug fix. by Shih-wei Liao · 14 years ago
  70. 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
  71. f8149d9 Handle ConstantArray Type. by Shih-wei Liao · 14 years ago
  72. ca3be03 Implement rs_matrix2x2, rs_matrix3x3, rs_matrix4x4 by Shih-wei Liao · 14 years ago
  73. 0a3f20e Handle RecordLayout and get the Alloc size. by Shih-wei Liao · 14 years ago
  74. 1f0d88f Use addBoolean successfully and bool->boolean reflection. by Shih-wei Liao · 14 years ago
  75. af0a9c2 Treat rs_font as of RSObjectType. by Shih-wei Liao · 14 years ago
  76. cbbdd92 Add rs_font. by Shih-wei Liao · 14 years ago
  77. dd35e49 Add boolean. by Shih-wei Liao · 14 years ago
  78. 462aefd Initialize slang and Android.mk. by Shih-wei Liao · 14 years ago