1. d56a92f Fix two bugs for 64-bit slang. by Tim Murray · 10 years ago
  2. 796e7b1 Remove useless "return;" statements. by Jean-Luc Brouillet · 10 years ago
  3. eca0534 Add details to the TODO, simplify dummy names by Jean-Luc Brouillet · 10 years ago
  4. cec9b65 Move DataType enum out of RSExportPrimitiveDataType. by Jean-Luc Brouillet · 10 years ago
  5. ee4016d Update Slang for Clang/LLVM 3.5a. by Tim Murray · 10 years ago
  6. d3f7527 Add ReportErrror/Warning to RSContext. by Jean-Luc Brouillet · 10 years ago
  7. 48d893d Support reflection of enums. by Stephen Hines · 10 years ago
  8. 5ac0c0b Remove dead code trying to write opt-level by Tobias Grosser · 11 years ago
  9. d460f62 Split HandleTranslationUnitPost in subfunctions by Tobias Grosser · 11 years ago
  10. 23c4358 Updates for LLVM merge to r171906 on 20130108. by Stephen Hines · 11 years ago
  11. 11274a7 Validate FS (and RS) ASTs. by Stephen Hines · 12 years ago
  12. cf9a73a Fix teardown bug for multiple files without pragma. by Stephen Hines · 12 years ago
  13. ab5a535 Add RS-specific check forbidding array parameters in exported functions. by Stephen Hines · 12 years ago
  14. 43730fe Apply changes to migrate to CLANG-160673-20120724. by Shih-wei Liao · 12 years ago
  15. d5a84f6 Generate an error when exporting RS objects in structs/arrays. by Stephen Hines · 12 years ago
  16. 5bfec8d Revert "Generate an error for exporting rs_objects in structs/arrays." by Stephen Hines · 12 years ago
  17. f5abb50 Generate an error for exporting rs_objects in structs/arrays. by Stephen Hines · 12 years ago
  18. 8004db0 am 011fed09: am ffbd99c5: Merge "Remove optimization level metadata." by Stephen Hines · 12 years ago
  19. 51322a4 Remove optimization level metadata. by Stephen Hines · 12 years ago
  20. 2b8fb64 Removing DataKind completely from llvm-rs-cc. by Stephen Hines · 12 years ago
  21. e3cb21b am fa5209a2: am 9c459f0c: Merge "Enable emission of debugger-friendly bitcode" by Jean-Baptiste Queru · 12 years ago
  22. c460b37 Enable emission of debugger-friendly bitcode by mkopec1 · 12 years ago
  23. 7b51b55 Export ForEach on non-root functions. by Stephen Hines · 12 years ago
  24. 7aff4a0 Update error diagnostics. by Stephen Hines · 12 years ago
  25. fa6ef56 Apply changes to migrate to upstream (Nov 25th 2011). by Logan Chien · 13 years ago
  26. 9207a2e Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  27. 688e64b Generate .rs.dtor() to clean up globals. by Stephen Hines · 13 years ago
  28. 4a4bf92 Don't generate forEach() on pre-ICS target SDK. by Stephen Hines · 13 years ago
  29. 4ccf75e Fix up parsing of root() function arguments. by Stephen Hines · 13 years ago
  30. 2e35b13 Add support for -target-api <n> to llvm-rs-cc. by Stephen Hines · 13 years ago
  31. ab992e5 Apply changes to migrate to llvm upstream r135568. by Logan Chien · 13 years ago
  32. a67e445 Remove ArrayRefs! by Stephen Hines · 13 years ago
  33. 7c67e57 Apply changes to migrate to upstream API. by Shih-wei Liao · 13 years ago
  34. d27a74e Fix missing slot metadata issue + cleanup ArrayRefs. by Stephen Hines · 13 years ago
  35. 83f0c62 Apply API changes to migrate to CLANG upstream. by Shih-wei Liao · 13 years ago
  36. 5baf632 Check RS functions (esp. init/root) for validity. by Stephen Hines · 13 years ago
  37. 78e69cb Forbid RS objects from being contained in unions. by Stephen Hines · 13 years ago
  38. d0b5edd Disallow union copies that contain RS object types by Stephen Hines · 13 years ago
  39. 2bb67db Replace struct assignments with rsSetObject calls. by Stephen Hines · 13 years ago
  40. 6e6578a Add support for assertions in llvm-rs-cc. by Stephen Hines · 13 years ago
  41. b3a12fe Add Slang support for rs_object_slots metadata. by Stephen Hines · 13 years ago
  42. 3fd0a94 Refactor pragma handling (pass everything to LLVM) by Stephen Hines · 13 years ago
  43. eb2eec9 Fix duplicate destructor issue. by Stephen Hines · 13 years ago
  44. 96ab06c Add support for the version pragma. by Stephen Hines · 13 years ago
  45. dd6206b Arrays of width 3 vector types cannot be exported. by Stephen Hines · 13 years ago
  46. e5e6443 Improved error messages for structs. by Stephen Hines · 13 years ago
  47. c97a333 Improve validation of AST before reflection. 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. 1bdd497 Add simple destructors to local RS objects. by Stephen Hines · 14 years ago
  51. 4b32ffd Factor out RSObjectRefCount for destructor work. by Stephen Hines · 14 years ago
  52. cfae0f3 Process non-static funcs with HandleTopLevelDecl(). by Stephen Hines · 14 years ago
  53. b1771ef Exclude rs_matrixNxN from being RS object type. by Zonr Chang · 14 years ago
  54. 0307eaa Define the RS type specification. by Zonr Chang · 14 years ago
  55. fcda235 Support for local RS zero initialization. by Stephen Hines · 14 years ago
  56. a65ec16 Unify type spec by creating rs-spec-gen. by Zonr Chang · 14 years ago
  57. 68fc02c Add two new APIs in HandleTranslationUnitPre and HandleTranslationUnitPost. by Zonr Chang · 14 years ago
  58. c383a50 Prepend legal announcement in all files. by Zonr Chang · 14 years ago
  59. 592a954 Make --allow-rs-prefix more reasonable. by Zonr Chang · 14 years ago
  60. 7f2f385 Rewrite llvm-rs-link a bit. It's now more clean. by Zonr Chang · 14 years ago
  61. 3a9ca1f Provide better abstraction of class Slang. 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. 6315f76 More coding style fixing to improve the readability. No actual semantics by zonr · 14 years ago
  64. 9ef2f78 The Mother-of-All code review: by Shih-wei Liao · 14 years ago
  65. cecd11d Fix warnings. Bug fix. by Shih-wei Liao · 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. 4c9f742 Right usage of linking. Enable the reuse of the same Slang object across multiple input files. by Shih-wei Liao · 14 years ago
  69. 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
  70. 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
  71. 6b22674 Add a check to prevent users from defining function names starting witih "rs". by Kirk Stewart · 14 years ago
  72. 462aefd Initialize slang and Android.mk. by Shih-wei Liao · 14 years ago