1. 43bbcdb Add 9 tests on one definition rule. by Shih-wei Liao · 14 years ago
  2. c97a333 Improve validation of AST before reflection. by Stephen Hines · 14 years ago
  3. c808a99 Add prelim error check for pointers in structs. by Stephen Hines · 14 years ago
  4. 88bb794 Options for compiler test framework. by Stephen Hines · 14 years ago
  5. 77b5bab Add basic compiler test framework for llvm-rs-cc. by Stephen Hines · 14 years ago
  6. 35f5b39 Missing pragma for java_package_name is an error. by Stephen Hines · 14 years ago
  7. 2d2512c Remove legacy code for export func/var pragmas. by Stephen Hines · 14 years ago
  8. 3fbe68a Turn on support for exporting non-static funcs. by Stephen Hines · 14 years ago
  9. 650c02b Fix reflection to use new setVar(object) by Jason Sams · 14 years ago
  10. 552b581 Add reference, otherwise, it will always make LibBitcode.size() == 0 in main(). by Shih-wei Liao · 14 years ago
  11. 2d09504 Properly zero-initialize local arrays of RS types. by Stephen Hines · 14 years ago
  12. 4464d82 Support local destructor for many return stmts. by Stephen Hines · 14 years ago
  13. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  14. 1bdd497 Add simple destructors to local RS objects. by Stephen Hines · 14 years ago
  15. 4b32ffd Factor out RSObjectRefCount for destructor work. by Stephen Hines · 14 years ago
  16. 015ee42 Merge "Use Clang object references instead of pointers." by Stephen Hines · 14 years ago
  17. 9ada20b Merge "Add new constructor to reflected code that removes the isRoot param which is depricated." by Jason Sams · 14 years ago
  18. b6902e2 Add new constructor to reflected code that removes by Jason Sams · 14 years ago
  19. 9e5b503 Use Clang object references instead of pointers. by Stephen Hines · 14 years ago
  20. cfae0f3 Process non-static funcs with HandleTopLevelDecl(). by Stephen Hines · 14 years ago
  21. 3caea7d Fix handling of null item list on resize. by Jason Sams · 14 years ago
  22. d124ee6 Always output zero-terminator in slangdata.py. by Zonr Chang · 14 years ago
  23. b1771ef Exclude rs_matrixNxN from being RS object type. by Zonr Chang · 14 years ago
  24. 66a1a5a Define RS metadata spec and implement the encoder. by Zonr Chang · 14 years ago
  25. a7a828d Add convertToSpecType() for every RSExportType derivative. by Zonr Chang · 14 years ago
  26. 6da08f3 Merge "Add missing break statement." by Patrick Scott · 14 years ago
  27. 0307eaa Define the RS type specification. by Zonr Chang · 14 years ago
  28. 3cd3dd3 Bug fix: support self-referential struct type. by Zonr Chang · 14 years ago
  29. 7363d84 Revert "Bug fix: support self-referential struct type." by Zonr Chang · 14 years ago
  30. d6f9fed Bug fix: support self-referential struct type. by Zonr Chang · 14 years ago
  31. 190ac89 Add missing break statement. by Patrick Scott · 14 years ago
  32. fcda235 Support for local RS zero initialization. by Stephen Hines · 14 years ago
  33. d30158d Include <cstdio> for printf, etc. by Stephen Hines · 14 years ago
  34. 3ab021f Again, don't include rs_graphics.rsh by default. by Zonr Chang · 14 years ago
  35. d42a429 b/3093518 Add resize() method in the reflected of ScriptField_*.java. by Zonr Chang · 14 years ago
  36. a65ec16 Unify type spec by creating rs-spec-gen. by Zonr Chang · 14 years ago
  37. 89273bd b/3093447 Create element of constant array using Element.add(Element element, by Zonr Chang · 14 years ago
  38. 2f1451c b/3093393 Properly initialized constant array where the element is of by Zonr Chang · 14 years ago
  39. 8785d05 Revert "embed .rsh in llvm-rs-cc". by Zonr Chang · 14 years ago
  40. 68fc02c Add two new APIs in HandleTranslationUnitPre and HandleTranslationUnitPost. by Zonr Chang · 14 years ago
  41. 41ebf53 Remove Slang::TargetDescription. by Zonr Chang · 14 years ago
  42. e86245a Fix potential memory corruption in checkODR(). by Zonr Chang · 14 years ago
  43. 641558f Implement one-definition-rule (ODR) feature. by Zonr Chang · 14 years ago
  44. cf6af6a Refine the SlangRS::compile() API. by Zonr Chang · 14 years ago
  45. c383a50 Prepend legal announcement in all files. by Zonr Chang · 14 years ago
  46. a5d2c23 Support for unsigned long and unsigned long long. by Stephen Hines · 14 years ago
  47. e1ec5b4 Support export of "long" type. by Stephen Hines · 14 years ago
  48. 65df402 llvm-rs-cc does not depend on llvm-rs-link by Ying Wang · 14 years ago
  49. e8c263a Refactor a bit & -M bug fixed. by Zonr Chang · 14 years ago
  50. a02010c Rewrite llvm-rs-link. by Zonr Chang · 14 years ago
  51. c6d19a1 Return 1 in main() to stop the build system when there's an error. by Shih-wei Liao · 14 years ago
  52. 603217c Triple initialization. by Shih-wei Liao · 14 years ago
  53. ffa58bb Revert "Revert "Improve RSCCOptions.td"" by Shih-wei Liao · 14 years ago
  54. b81c6a4 Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."" by Shih-wei Liao · 14 years ago
  55. 69481cc Revert "Fix P1S0 bug." by Shih-wei Liao · 14 years ago
  56. cab231c Fix P1S0 bug. by Shih-wei Liao · 14 years ago
  57. a6d6067 Revert "New implementation of llvm-rs-cc (replacement of slang_driver)." by Shih-wei Liao · 14 years ago
  58. a89771a Revert "Improve RSCCOptions.td" by Shih-wei Liao · 14 years ago
  59. 2f8b0a4 Improve RSCCOptions.td by Shih-wei Liao · 14 years ago
  60. 6791df2 New implementation of llvm-rs-cc (replacement of slang_driver). by Shih-wei Liao · 14 years ago
  61. 2df25db Export all non-static globals in RS. by Stephen Hines · 14 years ago
  62. 592a954 Make --allow-rs-prefix more reasonable. by Zonr Chang · 14 years ago
  63. 2a21d9d Fix Externalize in slang_driver.cpp. by Shih-wei Liao · 14 years ago
  64. b257301 Don't include rs_graphics.rsh by default. by Zonr Chang · 14 years ago
  65. 7f2f385 Rewrite llvm-rs-link a bit. It's now more clean. by Zonr Chang · 14 years ago
  66. 08df36e Factor out shared library libslang.so from slang. by Zonr Chang · 14 years ago
  67. e30566b Fix simulator build. by Shih-wei Liao · 14 years ago
  68. 8c6d9b2 Use llvm::sys::Path to implement "mkdir -p". by Zonr Chang · 14 years ago
  69. 3c250c5 Better way to include default RS headers (*.rsh). by Zonr Chang · 14 years ago
  70. 5457231 Pass additional dep target to slang by Ying Wang · 14 years ago
  71. dba3111 The dep file uses the .rs stem, instead of the .bc stem. by Ying Wang · 14 years ago
  72. 0b7ef1a Add support to Slang for "-MD" option. by Stephen Hines · 14 years ago
  73. 050eb85 Use "L" suffix for 64-bit Java int initializers. by Stephen Hines · 14 years ago
  74. d2fe0ab Add -d/--output-dep-path options for "-M" deps. by Stephen Hines · 14 years ago
  75. 24f9b09 Remove warnings from slang build. by Stephen Hines · 14 years ago
  76. f7de852 Fix a minor error checking bug. by Stephen Hines · 14 years ago
  77. cc0efad Add "-M" dependency generation to Slang. by Stephen Hines · 14 years ago
  78. 1ab1a45 GetTypeNullValue() in slang_rs_reflection should take boolean type into consideration. by Zonr Chang · 14 years ago
  79. 3a9ca1f Provide better abstraction of class Slang. by Zonr Chang · 14 years ago
  80. a41ce1d Fix memory leak of RSExport* object create in processExport(). Now, they will by Zonr Chang · 14 years ago
  81. 6b6320a De-virtualize the RSExportType::getClass(). by Zonr Chang · 14 years ago
  82. cf950c4 Check mItemArray in component-level getter and return correct null value for by Shih-wei Liao · 14 years ago
  83. 8a224b8 Revert "Check mItemArray in component-level getter and return correct null value for" by Shih-wei Liao · 14 years ago
  84. ee90f49 Check mItemArray in component-level getter and return correct null value for by Zonr Chang · 14 years ago
  85. 2e1dba6 Rewrite the RSExportConstantArrayType to better support reflecting by Zonr Chang · 14 years ago
  86. 0da0a7d 1. Rewrite reflection of parameter packet in RSExportFunc. In order to by Zonr Chang · 14 years ago
  87. 92b344a Create RSExportMatrixType which is a subclass of RSExportType by Zonr Chang · 14 years ago
  88. 66aa299 Fix FieldIndex issue and re-enable it in reflection. by Zonr Chang · 14 years ago
  89. 6315f76 More coding style fixing to improve the readability. No actual semantics by zonr · 14 years ago
  90. 91a3783 1. Reorder DataTypeBoolean, DataTypeRSMatrix2x2, DataTypeRSMatrix3x3, and DataTypeRSMatrix4x4 in RSExportPrimitiveType::DataType. by Shih-wei Liao · 14 years ago
  91. 9ef2f78 The Mother-of-All code review: by Shih-wei Liao · 14 years ago
  92. 8d75dc4 Support for signed 64-bit integer type. by Stephen Hines · 14 years ago
  93. 88090ea Add some missing references to Float64/double. by Stephen Hines · 14 years ago
  94. 83fbfba Add support for "f" suffix on float constants. by Stephen Hines · 14 years ago
  95. 70842c7 Add support for Float64 (double) to slang. by Stephen Hines · 14 years ago
  96. 24c2008 Turn off llvm-rs-link for now. by Shih-wei Liao · 14 years ago
  97. cecd11d Fix warnings. Bug fix. by Shih-wei Liao · 14 years ago
  98. e14a2ea Fix memory bug (cl::init doesn't work. Did a workaround.) by Shih-wei Liao · 14 years ago
  99. f9d3cb6 Turn off buggy FieldIndex for now. by Shih-wei Liao · 14 years ago
  100. 7cbb87f Remove unnecessary checks in component getter. by Shih-wei Liao · 14 years ago