1. 2444eaa Update slang for rebase to LLVM r235153 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. c706907 Update slang for LLVM rebase to r230699. by Stephen Hines · 9 years ago
  5. 3eb819a Update slang for LLVM rebase to r222494. by Stephen Hines · 10 years ago
  6. 5abbe0e Replace the NULL macro with nullptr literal. by Chris Wailes · 10 years ago
  7. c9454af Adds support for multi-input kernels to Slang. by Chris Wailes · 10 years ago
  8. 9e3aa07 Added a new development target api. by Chris Wailes · 10 years ago
  9. 796e7b1 Remove useless "return;" statements. by Jean-Luc Brouillet · 10 years ago
  10. ee4016d Update Slang for Clang/LLVM 3.5a. by Tim Murray · 10 years ago
  11. 552d872 Strip unknown/unsupported attributes (like readnone/readonly for parameters). by Stephen Hines · 10 years ago
  12. a1f95ee Update slang for LLVM merge up to r187914. by Stephen Hines · 11 years ago
  13. 0da7f6c Updates for LLVM merge to r176139. by Stephen Hines · 11 years ago
  14. 23c4358 Updates for LLVM merge to r171906 on 20130108. by Stephen Hines · 11 years ago
  15. d711dec Add BitWriter_3_2 for JB+ target API. by Stephen Hines · 11 years ago
  16. 8ccbddd resolved conflicts for merge of 9e7e17b0 to master by Stephen Hines · 12 years ago
  17. 5e3b677 Use bcinfo::writeAndroidBitcodeWrapper(). by Stephen Hines · 12 years ago
  18. e3cb21b am fa5209a2: am 9c459f0c: Merge "Enable emission of debugger-friendly bitcode" by Jean-Baptiste Queru · 12 years ago
  19. c460b37 Enable emission of debugger-friendly bitcode by mkopec1 · 12 years ago
  20. ac4e185 Apply changes to migrate to upstream (Dec 16th 2011) by Logan Chien · 12 years ago
  21. cf7e429 Add support for generating a bitcode wrapper to llvm-rs-cc. by Stephen Hines · 13 years ago
  22. de7ac19 Fix bool return for HandleTopLevelDecl(). by Stephen Hines · 13 years ago
  23. 42f6e0c Merge "Add support for BitWriter_2_9_func bitcode writing." by Stephen Hines · 13 years ago
  24. fa6ef56 Apply changes to migrate to upstream (Nov 25th 2011). by Logan Chien · 13 years ago
  25. 9b044ec Add support for BitWriter_2_9_func bitcode writing. by Stephen Hines · 13 years ago
  26. 5e6d0d5 Add support for generating a bitcode wrapper to llvm-rs-cc. by Stephen Hines · 13 years ago
  27. 2c6bad5 Apply changes to migrate to llvm upstream r144606. by Logan Chien · 13 years ago
  28. 9207a2e Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  29. 4cc499d Start basic support for LLVM 2.9 bitcode writer. by Stephen Hines · 13 years ago
  30. ab992e5 Apply changes to migrate to llvm upstream r135568. by Logan Chien · 13 years ago
  31. 18c8829 Remove all explicit ArrayRef constructors. by Stephen Hines · 13 years ago
  32. 7770326 Fix API changes of llvm::SubtargetFeatures. by Shih-wei Liao · 13 years ago
  33. fcc654a Fix llvm API changes to migrate to upstream r131807. by Shih-wei Liao · 13 years ago
  34. 83f0c62 Apply API changes to migrate to CLANG upstream. by Shih-wei Liao · 13 years ago
  35. 6e6578a Add support for assertions in llvm-rs-cc. by Stephen Hines · 13 years ago
  36. 3fd0a94 Refactor pragma handling (pass everything to LLVM) by Stephen Hines · 13 years ago
  37. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  38. 68fc02c Add two new APIs in HandleTranslationUnitPre and HandleTranslationUnitPost. by Zonr Chang · 14 years ago
  39. 41ebf53 Remove Slang::TargetDescription. by Zonr Chang · 14 years ago
  40. c383a50 Prepend legal announcement in all files. by Zonr Chang · 14 years ago
  41. 3a9ca1f Provide better abstraction of class Slang. by Zonr Chang · 14 years ago
  42. 6315f76 More coding style fixing to improve the readability. No actual semantics by zonr · 14 years ago
  43. 9ef2f78 The Mother-of-All code review: by Shih-wei Liao · 14 years ago
  44. cecd11d Fix warnings. Bug fix. by Shih-wei Liao · 14 years ago
  45. f52a620 Apply changes on slang such that it can work with LLVM/Clang upstream r112364/r112367. by Shih-wei Liao · 14 years ago
  46. 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
  47. 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
  48. 336d93a Use llvm::StringRef::startswith rather than std::string::compare, by Kirk Stewart · 14 years ago
  49. 6b22674 Add a check to prevent users from defining function names starting witih "rs". by Kirk Stewart · 14 years ago
  50. 6322c93 Use pre-existing clang code to produce errors for un-prototyped functions. by Kirk Stewart · 14 years ago
  51. 462aefd Initialize slang and Android.mk. by Shih-wei Liao · 14 years ago