1. 245eba1 Enforce C99 checking. by Shih-wei Liao · 13 years ago
  2. 3fd0a94 Refactor pragma handling (pass everything to LLVM) by Stephen Hines · 13 years ago
  3. 0661778 Fix style. by Stephen Hines · 13 years ago
  4. a858cb6 Fix variable names for Clang-based compilation. by Stephen Hines · 13 years ago
  5. d015ef3 Add test for integer math functions. by Stephen Hines · 13 years ago
  6. 10c4c39 Just pass the field packer directly rather than by Jason Sams · 13 years ago
  7. a036a8a Change to match final API sigs by Jason Sams · 13 years ago
  8. 4ffc47c Clean up. by Shih-wei Liao · 14 years ago
  9. 6fed670 Merge "Support for building/using llvm-rs-cc for Windows SDK." into honeycomb by Raphael · 14 years ago
  10. 11e2b93 Support for building/using llvm-rs-cc for Windows SDK. by Raphael · 14 years ago
  11. 5dee956 STATIC_LIBRARIES. by Shih-wei Liao · 14 years ago
  12. 9923021 On-device linking should use SHARED_LIBRARIES class. STATIC_LIBRARIES by Shih-wei Liao · 14 years ago
  13. 46bd012 Packing (On-device linking) by Shih-wei Liao · 14 years ago
  14. 9901f89 On-device linking: Packing work by Shih-wei Liao · 14 years ago
  15. 3291793 Fix style. by Stephen Hines · 14 years ago
  16. 23d285c Merge "Add test for RS floating point math functions." into honeycomb by Stephen Hines · 14 years ago
  17. e2201c0 Link statically against libslang. by Ying Wang · 14 years ago
  18. 97af682 Add test for RS floating point math functions. by Stephen Hines · 14 years ago
  19. eb2eec9 Fix duplicate destructor issue. by Stephen Hines · 14 years ago
  20. 1250523 Add rs_time.h as a valid default RS header. by Stephen Hines · 14 years ago
  21. 42afde2 Update with new function names. by Jason Sams · 14 years ago
  22. 96ab06c Add support for the version pragma. by Stephen Hines · 14 years ago
  23. 9d2c0fa Fix style and a small typo. by Stephen Hines · 14 years ago
  24. 03981a3 Support basic array destructors for RS types. by Stephen Hines · 14 years ago
  25. aa180e9 API clean-up by Alex Sakhartchouk · 14 years ago
  26. cedffd9 Fix bug with resize that would leave the by Jason Sams · 14 years ago
  27. d5f9d6c Convert from use of Expr -> Stmt. by Stephen Hines · 14 years ago
  28. 2ef9bc0 Convert fprintf -> diagnostic messages. by Stephen Hines · 14 years ago
  29. 24e79f6 Refactor diagnostics for constant array exports. by Stephen Hines · 14 years ago
  30. dd6206b Arrays of width 3 vector types cannot be exported. by Stephen Hines · 14 years ago
  31. 425da9f Merge "Add usage flag to create ScriptField_*" by Jason Sams · 14 years ago
  32. a7b7518 Check exported array elements for proper equality. by Stephen Hines · 14 years ago
  33. 91fe83b Add usage flag to create ScriptField_* by Jason Sams · 14 years ago
  34. ecf21d1 Merge "Update for API changes." by Jason Sams · 14 years ago
  35. 536aef0 Update for API changes. by Jason Sams · 14 years ago
  36. cd440ee Forbid unions from being exported by llvm-rs-cc. by Stephen Hines · 14 years ago
  37. 8dd522d Sort the test files before compiling them. by Stephen Hines · 14 years ago
  38. 6166004 Remove temp files that should not be checked in. by Stephen Hines · 14 years ago
  39. e5e6443 Improved error messages for structs. by Stephen Hines · 14 years ago
  40. 43bbcdb Add 9 tests on one definition rule. by Shih-wei Liao · 14 years ago
  41. c97a333 Improve validation of AST before reflection. by Stephen Hines · 14 years ago
  42. c808a99 Add prelim error check for pointers in structs. by Stephen Hines · 14 years ago
  43. 88bb794 Options for compiler test framework. by Stephen Hines · 14 years ago
  44. 77b5bab Add basic compiler test framework for llvm-rs-cc. by Stephen Hines · 14 years ago
  45. 35f5b39 Missing pragma for java_package_name is an error. by Stephen Hines · 14 years ago
  46. 2d2512c Remove legacy code for export func/var pragmas. by Stephen Hines · 14 years ago
  47. 3fbe68a Turn on support for exporting non-static funcs. by Stephen Hines · 14 years ago
  48. 650c02b Fix reflection to use new setVar(object) by Jason Sams · 14 years ago
  49. 552b581 Add reference, otherwise, it will always make LibBitcode.size() == 0 in main(). by Shih-wei Liao · 14 years ago
  50. 2d09504 Properly zero-initialize local arrays of RS types. by Stephen Hines · 14 years ago
  51. 4464d82 Support local destructor for many return stmts. by Stephen Hines · 14 years ago
  52. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  53. 1bdd497 Add simple destructors to local RS objects. by Stephen Hines · 14 years ago
  54. 4b32ffd Factor out RSObjectRefCount for destructor work. by Stephen Hines · 14 years ago
  55. 015ee42 Merge "Use Clang object references instead of pointers." by Stephen Hines · 14 years ago
  56. 9ada20b Merge "Add new constructor to reflected code that removes the isRoot param which is depricated." by Jason Sams · 14 years ago
  57. b6902e2 Add new constructor to reflected code that removes by Jason Sams · 14 years ago
  58. 9e5b503 Use Clang object references instead of pointers. by Stephen Hines · 14 years ago
  59. cfae0f3 Process non-static funcs with HandleTopLevelDecl(). by Stephen Hines · 14 years ago
  60. 3caea7d Fix handling of null item list on resize. by Jason Sams · 14 years ago
  61. d124ee6 Always output zero-terminator in slangdata.py. by Zonr Chang · 14 years ago
  62. b1771ef Exclude rs_matrixNxN from being RS object type. by Zonr Chang · 14 years ago
  63. 66a1a5a Define RS metadata spec and implement the encoder. by Zonr Chang · 14 years ago
  64. a7a828d Add convertToSpecType() for every RSExportType derivative. by Zonr Chang · 14 years ago
  65. 6da08f3 Merge "Add missing break statement." by Patrick Scott · 14 years ago
  66. 0307eaa Define the RS type specification. by Zonr Chang · 14 years ago
  67. 3cd3dd3 Bug fix: support self-referential struct type. by Zonr Chang · 14 years ago
  68. 7363d84 Revert "Bug fix: support self-referential struct type." by Zonr Chang · 14 years ago
  69. d6f9fed Bug fix: support self-referential struct type. by Zonr Chang · 14 years ago
  70. 190ac89 Add missing break statement. by Patrick Scott · 14 years ago
  71. fcda235 Support for local RS zero initialization. by Stephen Hines · 14 years ago
  72. d30158d Include <cstdio> for printf, etc. by Stephen Hines · 14 years ago
  73. 3ab021f Again, don't include rs_graphics.rsh by default. by Zonr Chang · 14 years ago
  74. d42a429 b/3093518 Add resize() method in the reflected of ScriptField_*.java. by Zonr Chang · 14 years ago
  75. a65ec16 Unify type spec by creating rs-spec-gen. by Zonr Chang · 14 years ago
  76. 89273bd b/3093447 Create element of constant array using Element.add(Element element, by Zonr Chang · 14 years ago
  77. 2f1451c b/3093393 Properly initialized constant array where the element is of by Zonr Chang · 14 years ago
  78. 8785d05 Revert "embed .rsh in llvm-rs-cc". by Zonr Chang · 14 years ago
  79. 68fc02c Add two new APIs in HandleTranslationUnitPre and HandleTranslationUnitPost. by Zonr Chang · 14 years ago
  80. 41ebf53 Remove Slang::TargetDescription. by Zonr Chang · 14 years ago
  81. e86245a Fix potential memory corruption in checkODR(). by Zonr Chang · 14 years ago
  82. 641558f Implement one-definition-rule (ODR) feature. by Zonr Chang · 14 years ago
  83. cf6af6a Refine the SlangRS::compile() API. by Zonr Chang · 14 years ago
  84. c383a50 Prepend legal announcement in all files. by Zonr Chang · 14 years ago
  85. a5d2c23 Support for unsigned long and unsigned long long. by Stephen Hines · 14 years ago
  86. e1ec5b4 Support export of "long" type. by Stephen Hines · 14 years ago
  87. 65df402 llvm-rs-cc does not depend on llvm-rs-link by Ying Wang · 14 years ago
  88. e8c263a Refactor a bit & -M bug fixed. by Zonr Chang · 14 years ago
  89. a02010c Rewrite llvm-rs-link. by Zonr Chang · 14 years ago
  90. c6d19a1 Return 1 in main() to stop the build system when there's an error. by Shih-wei Liao · 14 years ago
  91. 603217c Triple initialization. by Shih-wei Liao · 14 years ago
  92. ffa58bb Revert "Revert "Improve RSCCOptions.td"" by Shih-wei Liao · 14 years ago
  93. b81c6a4 Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."" by Shih-wei Liao · 14 years ago
  94. 69481cc Revert "Fix P1S0 bug." by Shih-wei Liao · 14 years ago
  95. cab231c Fix P1S0 bug. by Shih-wei Liao · 14 years ago
  96. a6d6067 Revert "New implementation of llvm-rs-cc (replacement of slang_driver)." by Shih-wei Liao · 14 years ago
  97. a89771a Revert "Improve RSCCOptions.td" by Shih-wei Liao · 14 years ago
  98. 2f8b0a4 Improve RSCCOptions.td by Shih-wei Liao · 14 years ago
  99. 6791df2 New implementation of llvm-rs-cc (replacement of slang_driver). by Shih-wei Liao · 14 years ago
  100. 2df25db Export all non-static globals in RS. by Stephen Hines · 14 years ago