1. 0da7f6c Updates for LLVM merge to r176139. by Stephen Hines · 11 years ago
  2. 23c4358 Updates for LLVM merge to r171906 on 20130108. by Stephen Hines · 12 years ago
  3. d711dec Add BitWriter_3_2 for JB+ target API. by Stephen Hines · 12 years ago
  4. 8ccbddd resolved conflicts for merge of 9e7e17b0 to master by Stephen Hines · 12 years ago
  5. 5e3b677 Use bcinfo::writeAndroidBitcodeWrapper(). by Stephen Hines · 12 years ago
  6. e3cb21b am fa5209a2: am 9c459f0c: Merge "Enable emission of debugger-friendly bitcode" by Jean-Baptiste Queru · 13 years ago
  7. c460b37 Enable emission of debugger-friendly bitcode by mkopec1 · 13 years ago
  8. ac4e185 Apply changes to migrate to upstream (Dec 16th 2011) by Logan Chien · 13 years ago
  9. cf7e429 Add support for generating a bitcode wrapper to llvm-rs-cc. by Stephen Hines · 13 years ago
  10. de7ac19 Fix bool return for HandleTopLevelDecl(). by Stephen Hines · 13 years ago
  11. 42f6e0c Merge "Add support for BitWriter_2_9_func bitcode writing." by Stephen Hines · 13 years ago
  12. fa6ef56 Apply changes to migrate to upstream (Nov 25th 2011). by Logan Chien · 13 years ago
  13. 9b044ec Add support for BitWriter_2_9_func bitcode writing. by Stephen Hines · 13 years ago
  14. 5e6d0d5 Add support for generating a bitcode wrapper to llvm-rs-cc. by Stephen Hines · 13 years ago
  15. 2c6bad5 Apply changes to migrate to llvm upstream r144606. by Logan Chien · 13 years ago
  16. 9207a2e Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  17. 4cc499d Start basic support for LLVM 2.9 bitcode writer. by Stephen Hines · 13 years ago
  18. ab992e5 Apply changes to migrate to llvm upstream r135568. by Logan Chien · 13 years ago
  19. 18c8829 Remove all explicit ArrayRef constructors. by Stephen Hines · 13 years ago
  20. 7770326 Fix API changes of llvm::SubtargetFeatures. by Shih-wei Liao · 13 years ago
  21. fcc654a Fix llvm API changes to migrate to upstream r131807. by Shih-wei Liao · 13 years ago
  22. 83f0c62 Apply API changes to migrate to CLANG upstream. by Shih-wei Liao · 13 years ago
  23. 6e6578a Add support for assertions in llvm-rs-cc. by Stephen Hines · 14 years ago
  24. 3fd0a94 Refactor pragma handling (pass everything to LLVM) by Stephen Hines · 14 years ago
  25. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  26. 68fc02c Add two new APIs in HandleTranslationUnitPre and HandleTranslationUnitPost. by Zonr Chang · 14 years ago
  27. 41ebf53 Remove Slang::TargetDescription. by Zonr Chang · 14 years ago
  28. c383a50 Prepend legal announcement in all files. by Zonr Chang · 14 years ago
  29. 3a9ca1f Provide better abstraction of class Slang. by Zonr Chang · 14 years ago
  30. 6315f76 More coding style fixing to improve the readability. No actual semantics by zonr · 14 years ago
  31. 9ef2f78 The Mother-of-All code review: by Shih-wei Liao · 14 years ago
  32. cecd11d Fix warnings. Bug fix. by Shih-wei Liao · 14 years ago
  33. f52a620 Apply changes on slang such that it can work with LLVM/Clang upstream r112364/r112367. by Shih-wei Liao · 14 years ago
  34. 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
  35. 2e534f2 Change Diagnostic::Error to Diagnostic::Warning for now. The long-term solution should provide a slang option to toggle between Error and Warning. by Shih-wei Liao · 14 years ago
  36. 336d93a Use llvm::StringRef::startswith rather than std::string::compare, by Kirk Stewart · 14 years ago
  37. 6b22674 Add a check to prevent users from defining function names starting witih "rs". by Kirk Stewart · 14 years ago
  38. 6322c93 Use pre-existing clang code to produce errors for un-prototyped functions. by Kirk Stewart · 14 years ago
  39. 462aefd Initialize slang and Android.mk. by Shih-wei Liao · 14 years ago