1. 41ebf53 Remove Slang::TargetDescription. by Zonr Chang · 14 years ago
  2. e86245a Fix potential memory corruption in checkODR(). by Zonr Chang · 14 years ago
  3. 641558f Implement one-definition-rule (ODR) feature. by Zonr Chang · 14 years ago
  4. cf6af6a Refine the SlangRS::compile() API. by Zonr Chang · 14 years ago
  5. c383a50 Prepend legal announcement in all files. by Zonr Chang · 14 years ago
  6. a5d2c23 Support for unsigned long and unsigned long long. by Stephen Hines · 14 years ago
  7. e1ec5b4 Support export of "long" type. by Stephen Hines · 14 years ago
  8. 65df402 llvm-rs-cc does not depend on llvm-rs-link by Ying Wang · 14 years ago
  9. e8c263a Refactor a bit & -M bug fixed. by Zonr Chang · 14 years ago
  10. a02010c Rewrite llvm-rs-link. by Zonr Chang · 14 years ago
  11. c6d19a1 Return 1 in main() to stop the build system when there's an error. by Shih-wei Liao · 14 years ago
  12. 603217c Triple initialization. by Shih-wei Liao · 14 years ago
  13. ffa58bb Revert "Revert "Improve RSCCOptions.td"" by Shih-wei Liao · 14 years ago
  14. b81c6a4 Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."" by Shih-wei Liao · 14 years ago
  15. 69481cc Revert "Fix P1S0 bug." by Shih-wei Liao · 14 years ago
  16. cab231c Fix P1S0 bug. by Shih-wei Liao · 14 years ago
  17. a6d6067 Revert "New implementation of llvm-rs-cc (replacement of slang_driver)." by Shih-wei Liao · 14 years ago
  18. a89771a Revert "Improve RSCCOptions.td" by Shih-wei Liao · 14 years ago
  19. 2f8b0a4 Improve RSCCOptions.td by Shih-wei Liao · 14 years ago
  20. 6791df2 New implementation of llvm-rs-cc (replacement of slang_driver). by Shih-wei Liao · 14 years ago
  21. 2df25db Export all non-static globals in RS. by Stephen Hines · 14 years ago
  22. 592a954 Make --allow-rs-prefix more reasonable. by Zonr Chang · 14 years ago
  23. 2a21d9d Fix Externalize in slang_driver.cpp. by Shih-wei Liao · 14 years ago
  24. b257301 Don't include rs_graphics.rsh by default. by Zonr Chang · 14 years ago
  25. 7f2f385 Rewrite llvm-rs-link a bit. It's now more clean. by Zonr Chang · 14 years ago
  26. 08df36e Factor out shared library libslang.so from slang. by Zonr Chang · 14 years ago
  27. e30566b Fix simulator build. by Shih-wei Liao · 14 years ago
  28. 8c6d9b2 Use llvm::sys::Path to implement "mkdir -p". by Zonr Chang · 14 years ago
  29. 3c250c5 Better way to include default RS headers (*.rsh). by Zonr Chang · 14 years ago
  30. 5457231 Pass additional dep target to slang by Ying Wang · 14 years ago
  31. dba3111 The dep file uses the .rs stem, instead of the .bc stem. by Ying Wang · 14 years ago
  32. 0b7ef1a Add support to Slang for "-MD" option. by Stephen Hines · 14 years ago
  33. 050eb85 Use "L" suffix for 64-bit Java int initializers. by Stephen Hines · 14 years ago
  34. d2fe0ab Add -d/--output-dep-path options for "-M" deps. by Stephen Hines · 14 years ago
  35. 24f9b09 Remove warnings from slang build. by Stephen Hines · 14 years ago
  36. f7de852 Fix a minor error checking bug. by Stephen Hines · 14 years ago
  37. cc0efad Add "-M" dependency generation to Slang. by Stephen Hines · 14 years ago
  38. 1ab1a45 GetTypeNullValue() in slang_rs_reflection should take boolean type into consideration. by Zonr Chang · 14 years ago
  39. 3a9ca1f Provide better abstraction of class Slang. by Zonr Chang · 14 years ago
  40. a41ce1d Fix memory leak of RSExport* object create in processExport(). Now, they will by Zonr Chang · 14 years ago
  41. 6b6320a De-virtualize the RSExportType::getClass(). by Zonr Chang · 14 years ago
  42. cf950c4 Check mItemArray in component-level getter and return correct null value for by Shih-wei Liao · 14 years ago
  43. 8a224b8 Revert "Check mItemArray in component-level getter and return correct null value for" by Shih-wei Liao · 14 years ago
  44. ee90f49 Check mItemArray in component-level getter and return correct null value for by Zonr Chang · 14 years ago
  45. 2e1dba6 Rewrite the RSExportConstantArrayType to better support reflecting by Zonr Chang · 14 years ago
  46. 0da0a7d 1. Rewrite reflection of parameter packet in RSExportFunc. In order to by Zonr Chang · 14 years ago
  47. 92b344a Create RSExportMatrixType which is a subclass of RSExportType by Zonr Chang · 14 years ago
  48. 66aa299 Fix FieldIndex issue and re-enable it in reflection. by Zonr Chang · 14 years ago
  49. 6315f76 More coding style fixing to improve the readability. No actual semantics by zonr · 14 years ago
  50. 91a3783 1. Reorder DataTypeBoolean, DataTypeRSMatrix2x2, DataTypeRSMatrix3x3, and DataTypeRSMatrix4x4 in RSExportPrimitiveType::DataType. by Shih-wei Liao · 14 years ago
  51. 9ef2f78 The Mother-of-All code review: by Shih-wei Liao · 14 years ago
  52. 8d75dc4 Support for signed 64-bit integer type. by Stephen Hines · 14 years ago
  53. 88090ea Add some missing references to Float64/double. by Stephen Hines · 14 years ago
  54. 83fbfba Add support for "f" suffix on float constants. by Stephen Hines · 14 years ago
  55. 70842c7 Add support for Float64 (double) to slang. by Stephen Hines · 14 years ago
  56. 24c2008 Turn off llvm-rs-link for now. by Shih-wei Liao · 14 years ago
  57. cecd11d Fix warnings. Bug fix. by Shih-wei Liao · 14 years ago
  58. e14a2ea Fix memory bug (cl::init doesn't work. Did a workaround.) by Shih-wei Liao · 14 years ago
  59. f9d3cb6 Turn off buggy FieldIndex for now. by Shih-wei Liao · 14 years ago
  60. 7cbb87f Remove unnecessary checks in component getter. by Shih-wei Liao · 14 years ago
  61. 9c631ff Simplify field getters by removing unnecessary null checks. Add reflection for component-level getter and setter. by Shih-wei Liao · 14 years ago
  62. 6729fcc Merge "Change rules for RS name reflection." by Stephen Hines · 14 years ago
  63. fb7fafc Revert "Add reflection for component-level getter and setter." by Shih-wei Liao · 14 years ago
  64. 30a1c52 Add reflection for component-level getter and setter. by Shih-wei Liao · 14 years ago
  65. d417640 Change rules for RS name reflection. by Stephen Hines · 14 years ago
  66. 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
  67. f52a620 Apply changes on slang such that it can work with LLVM/Clang upstream r112364/r112367. by Shih-wei Liao · 14 years ago
  68. 0877f05 Handle big bitcode files. by Ying Wang · 14 years ago
  69. b003707 Refactor a bit. by Ying Wang · 14 years ago
  70. 12f4d68 Include clang config separately. by Ying Wang · 14 years ago
  71. b1980a2 Add #include <cstring> to fix the build. by Mike Lockwood · 14 years ago
  72. 3f8b44d Encode the bitcode binary files into Java source files. by Ying Wang · 14 years ago
  73. 01d8601 Fix rs library path. by Ying Wang · 14 years ago
  74. 1933298 Update the LLVM_ROOT_PATH from external/llvm/llvm to external/llvm. by Shih-wei Liao · 14 years ago
  75. e2e522f Customized header search paths by Ying Wang · 14 years ago
  76. 28cf66d Check export pragma. by Shih-wei Liao · 14 years ago
  77. ac91815 Check export pragmas in the rs file. by Shih-wei Liao · 14 years ago
  78. a7af2d7 Robustness improvement: by Shih-wei Liao · 14 years ago
  79. 917c3c4 Use tempnam for beforeLink filename. by Shih-wei Liao · 14 years ago
  80. f8149d9 Handle ConstantArray Type. by Shih-wei Liao · 14 years ago
  81. 4d7dc59 Memory error: Fix "Invalid read of size 1" and "Jump based on uninitialize values" errors. by Shih-wei Liao · 14 years ago
  82. c81dd70 Memory errors: Fix mismatched free() / delete / delete []. by Shih-wei Liao · 14 years ago
  83. cd56ccd Merge "Fix the size of Matrix" by Shih-wei Liao · 14 years ago
  84. 116d3d2 Fix the size of Matrix by Shih-wei Liao · 14 years ago
  85. d23a12c Merge "Fix sim build." by Ying Wang · 14 years ago
  86. 22c0bf4 Fix sim build. by Ying Wang · 14 years ago
  87. 0714af7 Remove value_desc. by Shih-wei Liao · 14 years ago
  88. 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
  89. 1265471 Turn off rslib.ll for now, attempting to fix sporadic linking error: "Invalid bitcode signature" by Shih-wei Liao · 14 years ago
  90. 4e34844 Add header and annotation to reflected java files by Ying Wang · 14 years ago
  91. 9c9bbc8 Add "externalize" option. by Shih-wei Liao · 14 years ago
  92. ca3be03 Implement rs_matrix2x2, rs_matrix3x3, rs_matrix4x4 by Shih-wei Liao · 14 years ago
  93. c43b981 Phase out rs_scriptbc.h. Use rs_types.rsh and rs_math.rsh. by Shih-wei Liao · 14 years ago
  94. 0dbc405 New bitcode implementation for rslib. by Shih-wei Liao · 14 years ago
  95. 0a3f20e Handle RecordLayout and get the Alloc size. by Shih-wei Liao · 14 years ago
  96. c6dde9f Handle load effective address (pc relative). by Shih-wei Liao · 14 years ago
  97. 8fd54b3 Add LOCAL_REQUIRED_MODULES. by Shih-wei Liao · 14 years ago
  98. 41e9d7d Add missing LOCAL_REQUIRED_MODULE. by Shih-wei Liao · 14 years ago
  99. 835a7b7 1. Retire Ying's LOCAL_REQUIRED_MODULE change (I02184368) by Shih-wei Liao · 14 years ago
  100. 8e85d66 Fix dependency. by Ying Wang · 14 years ago