1. 08df36e Factor out shared library libslang.so from slang. by Zonr Chang · 14 years ago
  2. 8c6d9b2 Use llvm::sys::Path to implement "mkdir -p". by Zonr Chang · 14 years ago
  3. 5457231 Pass additional dep target to slang by Ying Wang · 14 years ago
  4. 0b7ef1a Add support to Slang for "-MD" option. by Stephen Hines · 14 years ago
  5. f7de852 Fix a minor error checking bug. by Stephen Hines · 14 years ago
  6. cc0efad Add "-M" dependency generation to Slang. by Stephen Hines · 14 years ago
  7. 3a9ca1f Provide better abstraction of class Slang. by Zonr Chang · 14 years ago
  8. 6315f76 More coding style fixing to improve the readability. No actual semantics by zonr · 14 years ago
  9. 9ef2f78 The Mother-of-All code review: by Shih-wei Liao · 14 years ago
  10. 1ebc0ca Implement the ARM-specific struct layout ABI in exportable functions parameters for rs. Add the ABI-compliant #args when needed. by Shih-wei Liao · 14 years ago
  11. f52a620 Apply changes on slang such that it can work with LLVM/Clang upstream r112364/r112367. by Shih-wei Liao · 14 years ago
  12. 3f8b44d Encode the bitcode binary files into Java source files. by Ying Wang · 14 years ago
  13. e2e522f Customized header search paths by Ying Wang · 14 years ago
  14. 4c9f742 Right usage of linking. Enable the reuse of the same Slang object across multiple input files. by Shih-wei Liao · 14 years ago
  15. f83d3c3 Support multiple .rs files. Change "-o" to denote output path for .bc, NOT the output .bc file. by Shih-wei Liao · 14 years ago
  16. 60de5bd Change the Preprocessor to automatically include rs_types.rsh and rs_math.rsh. They are part of the standard RenderScript APIs. by Shih-wei Liao · 14 years ago
  17. 9089828 Add curr directory to include path. by Shih-wei Liao · 14 years ago
  18. 8eac094 Add frameworks/base/libs/rs/scriptc to system include path. by Shih-wei Liao · 14 years ago
  19. 66819a9 Clean up printing. by Shih-wei Liao · 14 years ago
  20. 68e8e9f Add include path and deal with the case that "-p" flag on path is unspecified. by Shih-wei Liao · 14 years ago
  21. 807a0ea Handle corner case if file path is too long. by Che-Liang Chiou · 14 years ago
  22. b55d7ef Change "-o" to create parent directories if it's needed. by Shih-wei Liao · 14 years ago
  23. 6de8927 Add --output-java-reflection-path | -p by Shih-wei Liao · 14 years ago
  24. 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
  25. 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
  26. 462aefd Initialize slang and Android.mk. by Shih-wei Liao · 14 years ago