1. cd57c54 Fix invalid declaration of rsClearObject() iterator. by Stephen Hines · 9 years ago
  2. cc4d934 Fix a few Clang assertions thrown by llvm-rs-cc by Pirama Arumuga Nainar · 9 years ago
  3. 8024ed5 Merge Slang with SlangRS, Backend with RSBackend. by Jean-Luc Brouillet · 9 years ago
  4. 0b75458 Update slang for LLVM rebase to r233350. by Stephen Hines · 9 years ago
  5. 5abbe0e Replace the NULL macro with nullptr literal. by Chris Wailes · 10 years ago
  6. 9ae18b2 Add an option to emit 32-bit and 64-bit bitcode. by Stephen Hines · 10 years ago
  7. 796e7b1 Remove useless "return;" statements. by Jean-Luc Brouillet · 10 years ago
  8. cec9b65 Move DataType enum out of RSExportPrimitiveDataType. by Jean-Luc Brouillet · 10 years ago
  9. 474655a Remove rs_spec_gen and associated macros. by Jean-Luc Brouillet · 10 years ago
  10. 4b3f3ba Adapt llvm-rs-cc for LLVM/Clang update. by Stephen Hines · 11 years ago
  11. 82d7288 Update slang for LLVM/Clang rebase. by Stephen Hines · 11 years ago
  12. 23c4358 Updates for LLVM merge to r171906 on 20130108. by Stephen Hines · 11 years ago
  13. b0fabe5 Fix rs_matrix destructor issue. by Stephen Hines · 11 years ago
  14. 1dfc415 Fix up slang for merge through LLVM r163557. by Stephen Hines · 12 years ago
  15. e2597ac Migrate to upstream-153220-20120321. by Shih-wei Liao · 12 years ago
  16. 0444de0 Adapt to upstream Clang/LLVM changes. by Stephen Hines · 12 years ago
  17. f6c0ca8 am 47e7ca09: am c1024ba2: Merge "Xcode 4.3 compatibility checkin" by Stephen Hines · 12 years ago
  18. 246fa17 Xcode 4.3 compatibility checkin by Al Sutton · 12 years ago
  19. c7234c1 am 9f1d0aa5: Update error diagnostic for struct/array copy. by Stephen Hines · 13 years ago
  20. 9f1d0aa Update error diagnostic for struct/array copy. by Stephen Hines · 13 years ago
  21. d1123c2 am 6a20005e: Merge "Adapt to upstream changes." by Stephen Hines · 13 years ago
  22. 4c622e0 Adapt to upstream changes. by Stephen Hines · 13 years ago
  23. db6dfdf Add path object type. by Jason Sams · 13 years ago
  24. 9207a2e Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  25. 3f175af Fix .rs.dtor scoping bug. by Stephen Hines · 13 years ago
  26. 688e64b Generate .rs.dtor() to clean up globals. by Stephen Hines · 13 years ago
  27. a883ce3 Fix refcount issue with locals declared in middle of compound statements. by Stephen Hines · 13 years ago
  28. ab992e5 Apply changes to migrate to llvm upstream r135568. by Logan Chien · 13 years ago
  29. 78e69cb Forbid RS objects from being contained in unions. by Stephen Hines · 13 years ago
  30. d0b5edd Disallow union copies that contain RS object types by Stephen Hines · 13 years ago
  31. cc887ba Apply changes to migrate to upstream as of March 18th, 2011 from logn. by Shih-wei Liao · 13 years ago
  32. 292e00a Add support for RSASTReplace for ref-counting. by Stephen Hines · 13 years ago
  33. 9be9360 Re-enable warnings as errors in Slang. by Alex Sakhartchouk · 13 years ago
  34. be27482 Apply changes to migrate to LLVM Mar 6th 2011. by Logan · 13 years ago
  35. 832429f Add proper line info to rsSetObject diagnostic. by Stephen Hines · 13 years ago
  36. a0611e6 Initialize structs. by Stephen Hines · 13 years ago
  37. 2bb67db Replace struct assignments with rsSetObject calls. by Stephen Hines · 13 years ago
  38. f2174cf Handle struct reference counting. by Stephen Hines · 13 years ago
  39. 6e6578a Add support for assertions in llvm-rs-cc. by Stephen Hines · 13 years ago
  40. feaca06 Zero-initialize structs containing RS objects. by Stephen Hines · 13 years ago
  41. e79fb5e Handle local RS object initialization properly. by Stephen Hines · 13 years ago
  42. 4cc67fc Support for generating .java dependencies for RS. by Stephen Hines · 13 years ago
  43. c202d2d Replace RS object assignments with rsSetObject(). by Stephen Hines · 13 years ago
  44. a858cb6 Fix variable names for Clang-based compilation. by Stephen Hines · 13 years ago
  45. 9d2c0fa Fix style and a small typo. by Stephen Hines · 13 years ago
  46. 03981a3 Support basic array destructors for RS types. by Stephen Hines · 14 years ago
  47. d5f9d6c Convert from use of Expr -> Stmt. by Stephen Hines · 14 years ago
  48. 2d09504 Properly zero-initialize local arrays of RS types. by Stephen Hines · 14 years ago
  49. 4464d82 Support local destructor for many return stmts. by Stephen Hines · 14 years ago
  50. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  51. 1bdd497 Add simple destructors to local RS objects. by Stephen Hines · 14 years ago
  52. 4b32ffd Factor out RSObjectRefCount for destructor work. by Stephen Hines · 14 years ago