1. fbfd7f5 resolved conflicts for merge of f736d5a1 to ics-mr1 by Stephen Hines · 13 years ago
  2. f736d5a Add back pre-ICS support for "int root(int);". by Stephen Hines · 13 years ago
  3. c86623e Explicitly invoke the copy constructor of DiagnosticConsumer. by Logan Chien · 13 years ago
  4. 9207a2e Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  5. 18ca8cf Use 64-bit longs with llvm-rs-cc. by Stephen Hines · 13 years ago
  6. 12580dc Generate an error for skipped root() params in HC. by Stephen Hines · 13 years ago
  7. 5f0d1ab Merge "Generate warnings properly for multi-file compiles." by Stephen Hines · 13 years ago
  8. c632be2 Generate warnings properly for multi-file compiles. by Stephen Hines · 13 years ago
  9. 13ccd30 Reconcile with ics-factoryrom-release by The Android Open Source Project · 13 years ago
  10. 93f0e60 DO NOT MERGE, cherry-pick from master Fix .rs.dtor scoping bug. by Jason Sams · 13 years ago
  11. 27b0691 am 6329130e: (-s ours) DO NOT MERGE, cherry-pick from master Fix .rs.dtor scoping bug. by Jason Sams · 13 years ago
  12. 6329130 DO NOT MERGE, cherry-pick from master Fix .rs.dtor scoping bug. by Jason Sams · 13 years ago
  13. 3f175af Fix .rs.dtor scoping bug. by Stephen Hines · 13 years ago
  14. 154e54e Test new error for mixed vector components. by Stephen Hines · 13 years ago
  15. ba7c6dc Fix -version information for llvm-rs-cc. by Stephen Hines · 13 years ago
  16. 1868714 Update README for llvm-rs-cc.. by Stephen Hines · 13 years ago
  17. b7d1269 Remove obsolete/confusing options and fix strings. by Stephen Hines · 13 years ago
  18. 688e64b Generate .rs.dtor() to clean up globals. by Stephen Hines · 13 years ago
  19. a546cb6 Support HC bitcode generation in modern llvm-rs-cc. by Stephen Hines · 13 years ago
  20. ba1a785 Merge "Start basic support for LLVM 2.9 bitcode writer." by Stephen Hines · 13 years ago
  21. 4cc499d Start basic support for LLVM 2.9 bitcode writer. by Stephen Hines · 13 years ago
  22. 38eca1a Fixing copyNow reflection. Adding synchronization to setters/getters by Alex Sakhartchouk · 13 years ago
  23. 4a4bf92 Don't generate forEach() on pre-ICS target SDK. by Stephen Hines · 13 years ago
  24. 4ccf75e Fix up parsing of root() function arguments. by Stephen Hines · 13 years ago
  25. a883ce3 Fix refcount issue with locals declared in middle of compound statements. by Stephen Hines · 13 years ago
  26. 2d35edd Update header file includes for llvm-rs-cc. by Stephen Hines · 13 years ago
  27. 049229b Properly calculate end of struct padding. by Stephen Hines · 13 years ago
  28. 0b874da Support new arguments for llvm-rs-cc testing. by Stephen Hines · 13 years ago
  29. 2e35b13 Add support for -target-api <n> to llvm-rs-cc. by Stephen Hines · 13 years ago
  30. b69aa65 Fix double delete (from RSExportable during teardown). by Stephen Hines · 13 years ago
  31. 6b201eb Define RS_VERSION as the SDK version. by Stephen Hines · 13 years ago
  32. aaeb5f8 Merge "Fix style issues." by Stephen Hines · 13 years ago
  33. 10a4d2d Merge "Enhanced check for padding" by Shih-wei Liao · 13 years ago
  34. ecddee3 Fix style issues. by Stephen Hines · 13 years ago
  35. d22724a Enhanced check for padding by Andrew Hsieh · 13 years ago
  36. ab992e5 Apply changes to migrate to llvm upstream r135568. by Logan Chien · 13 years ago
  37. a67e445 Remove ArrayRefs! by Stephen Hines · 13 years ago
  38. 7c67e57 Apply changes to migrate to upstream API. by Shih-wei Liao · 13 years ago
  39. 18c8829 Remove all explicit ArrayRef constructors. by Stephen Hines · 13 years ago
  40. d27a74e Fix missing slot metadata issue + cleanup ArrayRefs. by Stephen Hines · 13 years ago
  41. f7b5b60 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  42. 7770326 Fix API changes of llvm::SubtargetFeatures. by Shih-wei Liao · 13 years ago
  43. 48b72bf Type-checking for ForEach with RS types. by Stephen Hines · 13 years ago
  44. 1688a3c In syncing to 133163, now clang::FieldDecl::Create has 1 more parameter. by Shih-wei Liao · 13 years ago
  45. fd6ea6a Change FieldDecl::Create() API. by Shih-wei Liao · 13 years ago
  46. fcc654a Fix llvm API changes to migrate to upstream r131807. by Shih-wei Liao · 13 years ago
  47. 83f0c62 Apply API changes to migrate to CLANG upstream. by Shih-wei Liao · 13 years ago
  48. 4f9e08b Add in missing primitive element reflection. by Stephen Hines · 13 years ago
  49. b5a89fb Clean up forEach reflection code. by Stephen Hines · 13 years ago
  50. 593a894 Simple support for reflecting rsForEach(). by Stephen Hines · 13 years ago
  51. b6809ed Provide multiple diagnostics when we can. by Stephen Hines · 13 years ago
  52. 3cb586a Improve type validation for root() functions. by Stephen Hines · 13 years ago
  53. 5baf632 Check RS functions (esp. init/root) for validity. by Stephen Hines · 13 years ago
  54. 78e69cb Forbid RS objects from being contained in unions. by Stephen Hines · 13 years ago
  55. d0b5edd Disallow union copies that contain RS object types by Stephen Hines · 13 years ago
  56. 7207645 Apply changes to migrate to upstream as of April 8th, 2011 from logan. by Shih-wei Liao · 13 years ago
  57. cc887ba Apply changes to migrate to upstream as of March 18th, 2011 from logn. by Shih-wei Liao · 13 years ago
  58. acdb5ed am 0211613b: (-s ours) DO NOT MERGE: Add support for RSASTReplace for ref-counting. by Stephen Hines · 13 years ago
  59. a20a2fd Use the prebuilt llvm-rs-* if we are doing apps-only build. by Ying Wang · 13 years ago
  60. 0211613 DO NOT MERGE: Add support for RSASTReplace for ref-counting. by Stephen Hines · 13 years ago
  61. 292e00a Add support for RSASTReplace for ref-counting. by Stephen Hines · 13 years ago
  62. b850335 Fix build breakage. by Shih-wei Liao · 13 years ago
  63. 9be9360 Re-enable warnings as errors in Slang. by Alex Sakhartchouk · 13 years ago
  64. 187975b Revert "All warnings should be enabled/errors in Slang." by Stephen Hines · 13 years ago
  65. be9e677 All warnings should be enabled/errors in Slang. by Stephen Hines · 13 years ago
  66. 68318a1 Fix struct size bug. by Shih-wei Liao · 13 years ago
  67. 6f4e0a9 Migrate to newer API. by Logan Chien · 13 years ago
  68. be27482 Apply changes to migrate to LLVM Mar 6th 2011. by Logan · 14 years ago
  69. 832429f Add proper line info to rsSetObject diagnostic. by Stephen Hines · 14 years ago
  70. 47165f5 Fix NOTICE. by Shih-wei Liao · 14 years ago
  71. df5bcce NOTICE file and logn: Apply changes to migrate to LLVM 2010 Nov 10th: by Shih-wei Liao · 14 years ago
  72. d7f0ea2 Warnings should be emitted on successful compiles too. by Stephen Hines · 14 years ago
  73. af37d10 am a0611e66: Initialize structs. by Stephen Hines · 14 years ago
  74. a0611e6 Initialize structs. by Stephen Hines · 14 years ago
  75. 62a9afd am 2bb67db8: Replace struct assignments with rsSetObject calls. by Stephen Hines · 14 years ago
  76. 2bb67db Replace struct assignments with rsSetObject calls. by Stephen Hines · 14 years ago
  77. bc478ef am f2174cfd: Handle struct reference counting. by Stephen Hines · 14 years ago
  78. f2174cf Handle struct reference counting. by Stephen Hines · 14 years ago
  79. 5ecf781 am 3fa286b4: Fix b/3427124. Adding the overloadable invokable feature. Reflect that type of invokables to Java. by Shih-wei Liao · 14 years ago
  80. 0238101 am 8d5a2f6a: Support Windows paths in slang. by Raphael · 14 years ago
  81. 3fa286b Fix b/3427124. Adding the overloadable invokable feature. Reflect that type of invokables to Java. by Shih-wei Liao · 14 years ago
  82. 8d5a2f6 Support Windows paths in slang. by Raphael · 14 years ago
  83. 92fee19 resolved conflicts for merge of 6e6578a3 to master by Stephen Hines · 14 years ago
  84. 6e6578a Add support for assertions in llvm-rs-cc. by Stephen Hines · 14 years ago
  85. 1559524 am feaca06f: Zero-initialize structs containing RS objects. by Stephen Hines · 14 years ago
  86. 8cab612 am e79fb5ec: Handle local RS object initialization properly. by Stephen Hines · 14 years ago
  87. 7c2f7df am d09df09a: Fix pragma for reflection license. by Stephen Hines · 14 years ago
  88. feaca06 Zero-initialize structs containing RS objects. by Stephen Hines · 14 years ago
  89. e79fb5e Handle local RS object initialization properly. by Stephen Hines · 14 years ago
  90. d09df09 Fix pragma for reflection license. by Stephen Hines · 14 years ago
  91. 65bfed5 am 6b64b2bd: Remove android.util.Log from reflected files. by Stephen Hines · 14 years ago
  92. 6b64b2b Remove android.util.Log from reflected files. by Stephen Hines · 14 years ago
  93. 58045dd am 4cc67fce: Support for generating .java dependencies for RS. by Stephen Hines · 14 years ago
  94. 4cc67fc Support for generating .java dependencies for RS. by Stephen Hines · 14 years ago
  95. fad7d2f Merge "Don't repack the llvm/clang static libraries into libslang" by Ying Wang · 14 years ago
  96. 000c307 Don't repack the llvm/clang static libraries into libslang by Ying Wang · 14 years ago
  97. b3a12fe Add Slang support for rs_object_slots metadata. by Stephen Hines · 14 years ago
  98. c202d2d Replace RS object assignments with rsSetObject(). by Stephen Hines · 14 years ago
  99. 29c3673 Add -a. by Shih-wei Liao · 14 years ago
  100. 19cc697 usage. readme. by Shih-wei Liao · 14 years ago