1. b2f9596 Merge "Enable warnings in llvm_rs_cc" into mnc-dev by Jean-Luc Brouillet · 9 years ago
  2. 7332039 Fix actual errors and remove warnings suppressions. by Stephen Hines · 9 years ago
  3. 666b0a7 Enable warnings in llvm_rs_cc by Jean-Luc Brouillet · 9 years ago
  4. c10bc75 Merge Slang with SlangRS, Backend with RSBackend. by Jean-Luc Brouillet · 9 years ago
  5. 2d504fd Suppress warnings on our second compilation (for 64-bit). by Stephen Hines · 10 years ago
  6. 7ac9d0d Update slang for LLVM rebase to r212749. by Stephen Hines · 10 years ago
  7. 9ae18b2 Add an option to emit 32-bit and 64-bit bitcode. by Stephen Hines · 10 years ago
  8. 4b3f3ba Adapt llvm-rs-cc for LLVM/Clang update. by Stephen Hines · 11 years ago
  9. 23c4358 Updates for LLVM merge to r171906 on 20130108. by Stephen Hines · 11 years ago
  10. e3cb21b am fa5209a2: am 9c459f0c: Merge "Enable emission of debugger-friendly bitcode" by Jean-Baptiste Queru · 12 years ago
  11. c460b37 Enable emission of debugger-friendly bitcode by mkopec1 · 12 years ago
  12. e67239d Style violation cleanup. by Stephen Hines · 12 years ago
  13. ac4e185 Apply changes to migrate to upstream (Dec 16th 2011) by Logan Chien · 12 years ago
  14. 8f4d972 Add support for warning flag processing. by Stephen Hines · 12 years ago
  15. 9207a2e Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  16. be27482 Apply changes to migrate to LLVM Mar 6th 2011. by Logan · 13 years ago
  17. df5bcce NOTICE file and logn: Apply changes to migrate to LLVM 2010 Nov 10th: by Shih-wei Liao · 13 years ago
  18. 4cc67fc Support for generating .java dependencies for RS. by Stephen Hines · 13 years ago
  19. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  20. 41ebf53 Remove Slang::TargetDescription. by Zonr Chang · 14 years ago
  21. 641558f Implement one-definition-rule (ODR) feature. by Zonr Chang · 14 years ago
  22. c383a50 Prepend legal announcement in all files. by Zonr Chang · 14 years ago
  23. e8c263a Refactor a bit & -M bug fixed. by Zonr Chang · 14 years ago
  24. b81c6a4 Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."" by Shih-wei Liao · 14 years ago
  25. a6d6067 Revert "New implementation of llvm-rs-cc (replacement of slang_driver)." by Shih-wei Liao · 14 years ago
  26. 6791df2 New implementation of llvm-rs-cc (replacement of slang_driver). by Shih-wei Liao · 14 years ago
  27. 5457231 Pass additional dep target to slang by Ying Wang · 14 years ago
  28. 0b7ef1a Add support to Slang for "-MD" option. by Stephen Hines · 14 years ago
  29. cc0efad Add "-M" dependency generation to Slang. by Stephen Hines · 14 years ago
  30. 3a9ca1f Provide better abstraction of class Slang. by Zonr Chang · 14 years ago
  31. 6315f76 More coding style fixing to improve the readability. No actual semantics by zonr · 14 years ago[Renamed (91%) from slang.hpp]
  32. 9ef2f78 The Mother-of-All code review: by Shih-wei Liao · 14 years ago
  33. cecd11d Fix warnings. Bug fix. by Shih-wei Liao · 14 years ago
  34. f52a620 Apply changes on slang such that it can work with LLVM/Clang upstream r112364/r112367. by Shih-wei Liao · 14 years ago
  35. 3f8b44d Encode the bitcode binary files into Java source files. by Ying Wang · 14 years ago
  36. e2e522f Customized header search paths by Ying Wang · 14 years ago
  37. 0a3f20e Handle RecordLayout and get the Alloc size. by Shih-wei Liao · 14 years ago
  38. 4c9f742 Right usage of linking. Enable the reuse of the same Slang object across multiple input files. by Shih-wei Liao · 14 years ago
  39. b0cadb3 Disallow implicit discarding of type qualifiers. Note that this by Kirk Stewart · 14 years ago
  40. 68e8e9f Add include path and deal with the case that "-p" flag on path is unspecified. by Shih-wei Liao · 14 years ago
  41. 6de8927 Add --output-java-reflection-path | -p by Shih-wei Liao · 14 years ago
  42. 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
  43. 001fb6d 1. Add comments to clarify (E.g., don't worry. "syntax error will be triggered by predecessor later") by Shih-wei Liao · 14 years ago
  44. 6b22674 Add a check to prevent users from defining function names starting witih "rs". by Kirk Stewart · 14 years ago
  45. 6322c93 Use pre-existing clang code to produce errors for un-prototyped functions. by Kirk Stewart · 14 years ago
  46. 462aefd Initialize slang and Android.mk. by Shih-wei Liao · 14 years ago