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