1. 6b6320a De-virtualize the RSExportType::getClass(). by Zonr Chang · 14 years ago
  2. cf950c4 Check mItemArray in component-level getter and return correct null value for by Shih-wei Liao · 14 years ago
  3. 8a224b8 Revert "Check mItemArray in component-level getter and return correct null value for" by Shih-wei Liao · 14 years ago
  4. ee90f49 Check mItemArray in component-level getter and return correct null value for by Zonr Chang · 14 years ago
  5. 2e1dba6 Rewrite the RSExportConstantArrayType to better support reflecting by Zonr Chang · 14 years ago
  6. 0da0a7d 1. Rewrite reflection of parameter packet in RSExportFunc. In order to by Zonr Chang · 14 years ago
  7. 92b344a Create RSExportMatrixType which is a subclass of RSExportType by Zonr Chang · 14 years ago
  8. 66aa299 Fix FieldIndex issue and re-enable it in reflection. by Zonr Chang · 14 years ago
  9. 6315f76 More coding style fixing to improve the readability. No actual semantics by zonr · 14 years ago
  10. 91a3783 1. Reorder DataTypeBoolean, DataTypeRSMatrix2x2, DataTypeRSMatrix3x3, and DataTypeRSMatrix4x4 in RSExportPrimitiveType::DataType. by Shih-wei Liao · 14 years ago
  11. 9ef2f78 The Mother-of-All code review: by Shih-wei Liao · 14 years ago
  12. 8d75dc4 Support for signed 64-bit integer type. by Stephen Hines · 14 years ago
  13. 88090ea Add some missing references to Float64/double. by Stephen Hines · 14 years ago
  14. 83fbfba Add support for "f" suffix on float constants. by Stephen Hines · 14 years ago
  15. 70842c7 Add support for Float64 (double) to slang. by Stephen Hines · 14 years ago
  16. 24c2008 Turn off llvm-rs-link for now. by Shih-wei Liao · 14 years ago
  17. cecd11d Fix warnings. Bug fix. by Shih-wei Liao · 14 years ago
  18. e14a2ea Fix memory bug (cl::init doesn't work. Did a workaround.) by Shih-wei Liao · 14 years ago
  19. f9d3cb6 Turn off buggy FieldIndex for now. by Shih-wei Liao · 14 years ago
  20. 7cbb87f Remove unnecessary checks in component getter. by Shih-wei Liao · 14 years ago
  21. 9c631ff Simplify field getters by removing unnecessary null checks. Add reflection for component-level getter and setter. by Shih-wei Liao · 14 years ago
  22. 6729fcc Merge "Change rules for RS name reflection." by Stephen Hines · 14 years ago
  23. fb7fafc Revert "Add reflection for component-level getter and setter." by Shih-wei Liao · 14 years ago
  24. 30a1c52 Add reflection for component-level getter and setter. by Shih-wei Liao · 14 years ago
  25. d417640 Change rules for RS name reflection. by Stephen Hines · 14 years ago
  26. 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
  27. f52a620 Apply changes on slang such that it can work with LLVM/Clang upstream r112364/r112367. by Shih-wei Liao · 14 years ago
  28. 0877f05 Handle big bitcode files. by Ying Wang · 14 years ago
  29. b003707 Refactor a bit. by Ying Wang · 14 years ago
  30. 12f4d68 Include clang config separately. by Ying Wang · 14 years ago
  31. b1980a2 Add #include <cstring> to fix the build. by Mike Lockwood · 14 years ago
  32. 3f8b44d Encode the bitcode binary files into Java source files. by Ying Wang · 14 years ago
  33. 01d8601 Fix rs library path. by Ying Wang · 14 years ago
  34. 1933298 Update the LLVM_ROOT_PATH from external/llvm/llvm to external/llvm. by Shih-wei Liao · 14 years ago
  35. e2e522f Customized header search paths by Ying Wang · 14 years ago
  36. 28cf66d Check export pragma. by Shih-wei Liao · 14 years ago
  37. ac91815 Check export pragmas in the rs file. by Shih-wei Liao · 14 years ago
  38. a7af2d7 Robustness improvement: by Shih-wei Liao · 14 years ago
  39. 917c3c4 Use tempnam for beforeLink filename. by Shih-wei Liao · 14 years ago
  40. f8149d9 Handle ConstantArray Type. by Shih-wei Liao · 14 years ago
  41. 4d7dc59 Memory error: Fix "Invalid read of size 1" and "Jump based on uninitialize values" errors. by Shih-wei Liao · 14 years ago
  42. c81dd70 Memory errors: Fix mismatched free() / delete / delete []. by Shih-wei Liao · 14 years ago
  43. cd56ccd Merge "Fix the size of Matrix" by Shih-wei Liao · 14 years ago
  44. 116d3d2 Fix the size of Matrix by Shih-wei Liao · 14 years ago
  45. d23a12c Merge "Fix sim build." by Ying Wang · 14 years ago
  46. 22c0bf4 Fix sim build. by Ying Wang · 14 years ago
  47. 0714af7 Remove value_desc. by Shih-wei Liao · 14 years ago
  48. fcdd335 Change RS_MATRIX2X2 to RS_MATRIX_2X2, RS_MATRIX3X3 to RS_MATRIX_3X3, RS_MATRIX4X4 to RS_MATRIX_4X4. by Shih-wei Liao · 14 years ago
  49. 1265471 Turn off rslib.ll for now, attempting to fix sporadic linking error: "Invalid bitcode signature" by Shih-wei Liao · 14 years ago
  50. 4e34844 Add header and annotation to reflected java files by Ying Wang · 14 years ago
  51. 9c9bbc8 Add "externalize" option. by Shih-wei Liao · 14 years ago
  52. ca3be03 Implement rs_matrix2x2, rs_matrix3x3, rs_matrix4x4 by Shih-wei Liao · 14 years ago
  53. c43b981 Phase out rs_scriptbc.h. Use rs_types.rsh and rs_math.rsh. by Shih-wei Liao · 14 years ago
  54. 0dbc405 New bitcode implementation for rslib. by Shih-wei Liao · 14 years ago
  55. 0a3f20e Handle RecordLayout and get the Alloc size. by Shih-wei Liao · 14 years ago
  56. c6dde9f Handle load effective address (pc relative). by Shih-wei Liao · 14 years ago
  57. 8fd54b3 Add LOCAL_REQUIRED_MODULES. by Shih-wei Liao · 14 years ago
  58. 41e9d7d Add missing LOCAL_REQUIRED_MODULE. by Shih-wei Liao · 14 years ago
  59. 835a7b7 1. Retire Ying's LOCAL_REQUIRED_MODULE change (I02184368) by Shih-wei Liao · 14 years ago
  60. 8e85d66 Fix dependency. by Ying Wang · 14 years ago
  61. 9b1f50b Implement accessor (getter) for retrieving an item for TypeClass in reflection by Shih-wei Liao · 14 years ago
  62. 4c9f742 Right usage of linking. Enable the reuse of the same Slang object across multiple input files. by Shih-wei Liao · 14 years ago
  63. 4c85762 Merge "Support multiple .rs files. Change "-o" to denote output path for .bc, NOT the output .bc file." by Shih-wei Liao · 14 years ago
  64. f83d3c3 Support multiple .rs files. Change "-o" to denote output path for .bc, NOT the output .bc file. by Shih-wei Liao · 14 years ago
  65. bbaa793 Revert "Handle multiple .rs files." by Shih-wei Liao · 14 years ago
  66. 78e8ed3 Handle multiple .rs files. by Shih-wei Liao · 14 years ago
  67. 2239ece Reflect to float or double based on APFloat's semanticsPrecision function. Check IEEEsingle etc. by Shih-wei Liao · 14 years ago
  68. 5337e5f Merge "Change the Preprocessor to automatically include rs_types.rsh and rs_math.rsh. They are part of the standard RenderScript APIs." by Shih-wei Liao · 14 years ago
  69. 60de5bd Change the Preprocessor to automatically include rs_types.rsh and rs_math.rsh. They are part of the standard RenderScript APIs. by Shih-wei Liao · 14 years ago
  70. b0cadb3 Disallow implicit discarding of type qualifiers. Note that this by Kirk Stewart · 14 years ago
  71. 0d80b28 Fix Simulator build. by Shih-wei Liao · 14 years ago
  72. 1880571 Try Simulator build. by Shih-wei Liao · 14 years ago
  73. 9089828 Add curr directory to include path. by Shih-wei Liao · 14 years ago
  74. 81c1b48 Add QT.isConstQualified, to determine whether set_* needs to be reflected. by Shih-wei Liao · 14 years ago
  75. 8eac094 Add frameworks/base/libs/rs/scriptc to system include path. by Shih-wei Liao · 14 years ago
  76. 66819a9 Clean up printing. by Shih-wei Liao · 14 years ago
  77. 68e8e9f Add include path and deal with the case that "-p" flag on path is unspecified. by Shih-wei Liao · 14 years ago
  78. 807a0ea Handle corner case if file path is too long. by Che-Liang Chiou · 14 years ago
  79. 139949b handle corner case that path string is too long by Che-Liang Chiou · 14 years ago
  80. b55d7ef Change "-o" to create parent directories if it's needed. by Shih-wei Liao · 14 years ago
  81. 8b1d0dd Create path if needed and add RSReflection::openScriptFile. by Shih-wei Liao · 14 years ago
  82. 6de8927 Add --output-java-reflection-path | -p by Shih-wei Liao · 14 years ago
  83. e3756aa Usage Linkage for choosing vars/funcs which should be exported instead. by Victor Hsieh · 14 years ago
  84. f1bd510 Change SimpleMesh to Mesh. by Shih-wei Liao · 14 years ago
  85. a507042 Rename *ExportAllStatic* to *ExportAllNonStatic*. by Victor Hsieh · 14 years ago
  86. db4586a Merge "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 Shih-wei Liao · 14 years ago
  87. 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
  88. d8a0d18 Add pragma rs set_reflect_license by Victor Hsieh · 14 years ago
  89. dddbcc1 Merge "Add pragma rs export_var_all and export_func_all" by Shih-wei Liao · 14 years ago
  90. 48bac23 Add genInitBoolExportVariable. by Shih-wei Liao · 14 years ago
  91. c6718b3 Add pragma rs export_var_all and export_func_all by Victor Hsieh · 14 years ago
  92. c552b7c Return nonzero if slang encounters: by Shih-wei Liao · 14 years ago
  93. 1f0d88f Use addBoolean successfully and bool->boolean reflection. by Shih-wei Liao · 14 years ago
  94. af0a9c2 Treat rs_font as of RSObjectType. by Shih-wei Liao · 14 years ago
  95. bb1f9f0 slang_rs_reflection support for rs_font. by Shih-wei Liao · 14 years ago
  96. cbbdd92 Add rs_font. by Shih-wei Liao · 14 years ago
  97. c382c60 Don't reflect set_*() API for export variables having 'const' qualifier by Shih-wei Liao · 14 years ago
  98. dd35e49 Add boolean. by Shih-wei Liao · 14 years ago
  99. 324c047 Reflect initializer of an exported variable if any. by Shih-wei Liao · 14 years ago
  100. 001fb6d 1. Add comments to clarify (E.g., don't worry. "syntax error will be triggered by predecessor later") by Shih-wei Liao · 14 years ago