1. f05ee4b Fix crashing in return that references rs obj by Yang Ni · 7 years ago
  2. c429d8f Fix stack-local-out-of-scope when getting IdentifierInfo by Pirama Arumuga Nainar · 7 years ago
  3. fb5cb9d Fixed rest of null pointer warnings. by Luis A. Lozano · 7 years ago
  4. 31d2ea3 Fixed reference counting for function parameters by Yang Ni · 7 years ago
  5. 9382671 Merge "Fix a slang regression with DISABLE_NDEBUG" by Treehugger Robot · 7 years ago
  6. e498a14 Fix a slang regression with DISABLE_NDEBUG by I-Jui (Ray) Sung · 7 years ago
  7. fe8b885 Fix an assertion failure in slang RSSetObject generation by I-Jui (Ray) Sung · 7 years ago
  8. c9344ac Fix inconsistency in slang reflection code generation under debug builds by I-Jui (Ray) Sung · 8 years ago
  9. c8f5b2d Skip generating RenderScript annotations on implicitly defined functions by I-Jui (Ray) Sung · 8 years ago
  10. 9e58001 Do not decrement sysRef of allocation from rsGetAllocation() by Yang Ni · 8 years ago
  11. 041656a Fix llvm-rs-cc when assertions are enabled. by Stephen Hines · 8 years ago
  12. d9ed6b5 Use empty list initializers to construct all zero-initialized variables. by Stephen Hines · 8 years ago
  13. 5767c35 Initialize temp var for a return value by Yang Ni · 8 years ago
  14. 98cfae4 Update slang for LLVM rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  15. b478c3d Handle return values of rsObject type by Yang Ni · 8 years ago
  16. 65f23ed Add semantic analysis of "#pragma rs reduce" script functions. by David Gross · 8 years ago
  17. 2902ebb Fixed ref counting for returned rs objects by Yang Ni · 9 years ago
  18. 56916be Cleaned up ref counting destructor visitor by Yang Ni · 9 years ago
  19. cd57c54 Fix invalid declaration of rsClearObject() iterator. by Stephen Hines · 9 years ago
  20. cc4d934 Fix a few Clang assertions thrown by llvm-rs-cc by Pirama Arumuga Nainar · 9 years ago
  21. 8024ed5 Merge Slang with SlangRS, Backend with RSBackend. by Jean-Luc Brouillet · 9 years ago
  22. 0b75458 Update slang for LLVM rebase to r233350. by Stephen Hines · 9 years ago
  23. 5abbe0e Replace the NULL macro with nullptr literal. by Chris Wailes · 10 years ago
  24. 9ae18b2 Add an option to emit 32-bit and 64-bit bitcode. by Stephen Hines · 10 years ago
  25. 796e7b1 Remove useless "return;" statements. by Jean-Luc Brouillet · 10 years ago
  26. cec9b65 Move DataType enum out of RSExportPrimitiveDataType. by Jean-Luc Brouillet · 10 years ago
  27. 474655a Remove rs_spec_gen and associated macros. by Jean-Luc Brouillet · 10 years ago
  28. 4b3f3ba Adapt llvm-rs-cc for LLVM/Clang update. by Stephen Hines · 11 years ago
  29. 82d7288 Update slang for LLVM/Clang rebase. by Stephen Hines · 11 years ago
  30. 23c4358 Updates for LLVM merge to r171906 on 20130108. by Stephen Hines · 11 years ago
  31. b0fabe5 Fix rs_matrix destructor issue. by Stephen Hines · 11 years ago
  32. 1dfc415 Fix up slang for merge through LLVM r163557. by Stephen Hines · 12 years ago
  33. e2597ac Migrate to upstream-153220-20120321. by Shih-wei Liao · 12 years ago
  34. 0444de0 Adapt to upstream Clang/LLVM changes. by Stephen Hines · 12 years ago
  35. f6c0ca8 am 47e7ca09: am c1024ba2: Merge "Xcode 4.3 compatibility checkin" by Stephen Hines · 12 years ago
  36. 246fa17 Xcode 4.3 compatibility checkin by Al Sutton · 12 years ago
  37. c7234c1 am 9f1d0aa5: Update error diagnostic for struct/array copy. by Stephen Hines · 12 years ago
  38. 9f1d0aa Update error diagnostic for struct/array copy. by Stephen Hines · 12 years ago
  39. d1123c2 am 6a20005e: Merge "Adapt to upstream changes." by Stephen Hines · 13 years ago
  40. 4c622e0 Adapt to upstream changes. by Stephen Hines · 13 years ago
  41. db6dfdf Add path object type. by Jason Sams · 13 years ago
  42. 9207a2e Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  43. 3f175af Fix .rs.dtor scoping bug. by Stephen Hines · 13 years ago
  44. 688e64b Generate .rs.dtor() to clean up globals. by Stephen Hines · 13 years ago
  45. a883ce3 Fix refcount issue with locals declared in middle of compound statements. by Stephen Hines · 13 years ago
  46. ab992e5 Apply changes to migrate to llvm upstream r135568. by Logan Chien · 13 years ago
  47. 78e69cb Forbid RS objects from being contained in unions. by Stephen Hines · 13 years ago
  48. d0b5edd Disallow union copies that contain RS object types by Stephen Hines · 13 years ago
  49. cc887ba Apply changes to migrate to upstream as of March 18th, 2011 from logn. by Shih-wei Liao · 13 years ago
  50. 292e00a Add support for RSASTReplace for ref-counting. by Stephen Hines · 13 years ago
  51. 9be9360 Re-enable warnings as errors in Slang. by Alex Sakhartchouk · 13 years ago
  52. be27482 Apply changes to migrate to LLVM Mar 6th 2011. by Logan · 13 years ago
  53. 832429f Add proper line info to rsSetObject diagnostic. by Stephen Hines · 13 years ago
  54. a0611e6 Initialize structs. by Stephen Hines · 13 years ago
  55. 2bb67db Replace struct assignments with rsSetObject calls. by Stephen Hines · 13 years ago
  56. f2174cf Handle struct reference counting. by Stephen Hines · 13 years ago
  57. 6e6578a Add support for assertions in llvm-rs-cc. by Stephen Hines · 13 years ago
  58. feaca06 Zero-initialize structs containing RS objects. by Stephen Hines · 13 years ago
  59. e79fb5e Handle local RS object initialization properly. by Stephen Hines · 13 years ago
  60. 4cc67fc Support for generating .java dependencies for RS. by Stephen Hines · 13 years ago
  61. c202d2d Replace RS object assignments with rsSetObject(). by Stephen Hines · 13 years ago
  62. a858cb6 Fix variable names for Clang-based compilation. by Stephen Hines · 13 years ago
  63. 9d2c0fa Fix style and a small typo. by Stephen Hines · 13 years ago
  64. 03981a3 Support basic array destructors for RS types. by Stephen Hines · 13 years ago
  65. d5f9d6c Convert from use of Expr -> Stmt. by Stephen Hines · 13 years ago
  66. 2d09504 Properly zero-initialize local arrays of RS types. by Stephen Hines · 14 years ago
  67. 4464d82 Support local destructor for many return stmts. by Stephen Hines · 14 years ago
  68. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  69. 1bdd497 Add simple destructors to local RS objects. by Stephen Hines · 14 years ago
  70. 4b32ffd Factor out RSObjectRefCount for destructor work. by Stephen Hines · 14 years ago