1. 2eb9a3f Update slang for LLVM rebase to r212749. by Stephen Hines · 10 years ago
  2. 9ae18b2 Add an option to emit 32-bit and 64-bit bitcode. by Stephen Hines · 10 years ago
  3. 9e3aa07 Added a new development target api. by Chris Wailes · 10 years ago
  4. fc4f78b Add -v (-verbose/--verbose) option to llvm-rs-cc. by Stephen Hines · 10 years ago
  5. 7f5704e Clean up more of the RSCCOptions class. by Stephen Hines · 10 years ago
  6. 0e4ee65 Run InitializePreprocessor() to ensure that all macros are set up properly. by Stephen Hines · 10 years ago
  7. 59f22c3 Set the reflection parameters in the constructors. by Jean-Luc Brouillet · 10 years ago
  8. 12fc283 Don't go through RSContext for the Java reflection (take 2) by Jean-Luc Brouillet · 10 years ago
  9. 7fda984 Revert "Don't go through RSContext for the Java reflection." by Jean-Luc Brouillet · 10 years ago
  10. cc1b969 Don't go through RSContext for the Java reflection. by Jean-Luc Brouillet · 10 years ago
  11. 129fd82 Add a GeneratedFile class for Java and C++ file generation. by Jean-Luc Brouillet · 10 years ago
  12. 2968921 Replace std::endl by \n. by Jean-Luc Brouillet · 10 years ago
  13. 796e7b1 Remove useless "return;" statements. by Jean-Luc Brouillet · 10 years ago
  14. 44d495d Clean up embedded bitcode path for Java. by Stephen Hines · 10 years ago
  15. ee4016d Update Slang for Clang/LLVM 3.5a. by Tim Murray · 11 years ago
  16. a7ab54d Add rs_core_math.rsh to the list of allowed RS headers. by Stephen Hines · 11 years ago
  17. 925879f Clean up handling of Java package name for llvm-rs-cc. by Stephen Hines · 11 years ago
  18. 11274a7 Validate FS (and RS) ASTs. by Stephen Hines · 12 years ago
  19. cf9a73a Fix teardown bug for multiple files without pragma. by Stephen Hines · 12 years ago
  20. 0a813a3 Add RS package name option + support. by Stephen Hines · 12 years ago
  21. 4eb4b38 Organizing rs headers by their logical components. by Alex Sakhartchouk · 13 years ago
  22. 1b6a088 start cpp reflection by Jason Sams · 13 years ago
  23. 3c9c864 Merge "Add option to generate reflected C++ code." by Stephen Hines · 13 years ago
  24. 5c25c51 Add option to generate reflected C++ code. by Stephen Hines · 13 years ago
  25. c460b37 Enable emission of debugger-friendly bitcode by mkopec1 · 13 years ago
  26. 9207a2e Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  27. c632be2 Generate warnings properly for multi-file compiles. by Stephen Hines · 13 years ago
  28. 688e64b Generate .rs.dtor() to clean up globals. by Stephen Hines · 13 years ago
  29. 4cc499d Start basic support for LLVM 2.9 bitcode writer. by Stephen Hines · 13 years ago
  30. 4a4bf92 Don't generate forEach() on pre-ICS target SDK. by Stephen Hines · 13 years ago
  31. 2d35edd Update header file includes for llvm-rs-cc. by Stephen Hines · 13 years ago
  32. 2e35b13 Add support for -target-api <n> to llvm-rs-cc. by Stephen Hines · 13 years ago
  33. 6b201eb Define RS_VERSION as the SDK version. by Stephen Hines · 13 years ago
  34. 6f4e0a9 Migrate to newer API. by Logan Chien · 14 years ago
  35. be27482 Apply changes to migrate to LLVM Mar 6th 2011. by Logan · 14 years ago
  36. 8d5a2f6 Support Windows paths in slang. by Raphael · 14 years ago
  37. 4cc67fc Support for generating .java dependencies for RS. by Stephen Hines · 14 years ago
  38. 3fd0a94 Refactor pragma handling (pass everything to LLVM) by Stephen Hines · 14 years ago
  39. a858cb6 Fix variable names for Clang-based compilation. by Stephen Hines · 14 years ago
  40. 1250523 Add rs_time.h as a valid default RS header. by Stephen Hines · 14 years ago
  41. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  42. 9e5b503 Use Clang object references instead of pointers. by Stephen Hines · 14 years ago
  43. fcda235 Support for local RS zero initialization. by Stephen Hines · 14 years ago
  44. 3ab021f Again, don't include rs_graphics.rsh by default. by Zonr Chang · 14 years ago
  45. 8785d05 Revert "embed .rsh in llvm-rs-cc". by Zonr Chang · 14 years ago
  46. 41ebf53 Remove Slang::TargetDescription. by Zonr Chang · 14 years ago
  47. e86245a Fix potential memory corruption in checkODR(). by Zonr Chang · 14 years ago
  48. 641558f Implement one-definition-rule (ODR) feature. by Zonr Chang · 14 years ago
  49. cf6af6a Refine the SlangRS::compile() API. by Zonr Chang · 14 years ago
  50. c383a50 Prepend legal announcement in all files. by Zonr Chang · 14 years ago
  51. b81c6a4 Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."" by Shih-wei Liao · 14 years ago
  52. a6d6067 Revert "New implementation of llvm-rs-cc (replacement of slang_driver)." by Shih-wei Liao · 14 years ago
  53. 6791df2 New implementation of llvm-rs-cc (replacement of slang_driver). by Shih-wei Liao · 14 years ago
  54. 592a954 Make --allow-rs-prefix more reasonable. by Zonr Chang · 14 years ago
  55. b257301 Don't include rs_graphics.rsh by default. by Zonr Chang · 14 years ago
  56. 3c250c5 Better way to include default RS headers (*.rsh). by Zonr Chang · 14 years ago
  57. 3a9ca1f Provide better abstraction of class Slang. by Zonr Chang · 14 years ago