1. aa82e74 Multiple levels of pointers cannot be exported. by Stephen Hines · 12 years ago
  2. d5a84f6 Generate an error when exporting RS objects in structs/arrays. by Stephen Hines · 12 years ago
  3. 5bfec8d Revert "Generate an error for exporting rs_objects in structs/arrays." by Stephen Hines · 12 years ago
  4. f5abb50 Generate an error for exporting rs_objects in structs/arrays. by Stephen Hines · 12 years ago
  5. 1b6a088 start cpp reflection by Jason Sams · 12 years ago
  6. 2b8fb64 Removing DataKind completely from llvm-rs-cc. by Stephen Hines · 12 years ago
  7. 47aca4e More cleanup for reflection code. by Stephen Hines · 12 years ago
  8. fdd1ba1 Add getRSReflectionType to facilitate new C++ code. by Stephen Hines · 12 years ago
  9. e67239d Style violation cleanup. by Stephen Hines · 12 years ago
  10. 9207a2e Apply changes to migrate to LLVM upstream Oct 20th 2011. by Logan Chien · 13 years ago
  11. b69aa65 Fix double delete (from RSExportable during teardown). by Stephen Hines · 13 years ago
  12. a67e445 Remove ArrayRefs! by Stephen Hines · 13 years ago
  13. 7c67e57 Apply changes to migrate to upstream API. by Shih-wei Liao · 13 years ago
  14. 18c8829 Remove all explicit ArrayRef constructors. by Stephen Hines · 13 years ago
  15. 83f0c62 Apply API changes to migrate to CLANG upstream. by Shih-wei Liao · 13 years ago
  16. 5baf632 Check RS functions (esp. init/root) for validity. by Stephen Hines · 13 years ago
  17. 78e69cb Forbid RS objects from being contained in unions. by Stephen Hines · 13 years ago
  18. 7207645 Apply changes to migrate to upstream as of April 8th, 2011 from logan. by Shih-wei Liao · 13 years ago
  19. 68318a1 Fix struct size bug. by Shih-wei Liao · 13 years ago
  20. be27482 Apply changes to migrate to LLVM Mar 6th 2011. by Logan · 13 years ago
  21. f2174cf Handle struct reference counting. by Stephen Hines · 13 years ago
  22. 6e6578a Add support for assertions in llvm-rs-cc. by Stephen Hines · 13 years ago
  23. feaca06 Zero-initialize structs containing RS objects. by Stephen Hines · 14 years ago
  24. 2ef9bc0 Convert fprintf -> diagnostic messages. by Stephen Hines · 14 years ago
  25. 24e79f6 Refactor diagnostics for constant array exports. by Stephen Hines · 14 years ago
  26. dd6206b Arrays of width 3 vector types cannot be exported. by Stephen Hines · 14 years ago
  27. a7b7518 Check exported array elements for proper equality. by Stephen Hines · 14 years ago
  28. cd440ee Forbid unions from being exported by llvm-rs-cc. by Stephen Hines · 14 years ago
  29. e5e6443 Improved error messages for structs. by Stephen Hines · 14 years ago
  30. c808a99 Add prelim error check for pointers in structs. by Stephen Hines · 14 years ago
  31. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  32. 9e5b503 Use Clang object references instead of pointers. by Stephen Hines · 14 years ago
  33. b1771ef Exclude rs_matrixNxN from being RS object type. by Zonr Chang · 14 years ago
  34. a7a828d Add convertToSpecType() for every RSExportType derivative. by Zonr Chang · 14 years ago
  35. 3cd3dd3 Bug fix: support self-referential struct type. by Zonr Chang · 14 years ago
  36. 7363d84 Revert "Bug fix: support self-referential struct type." by Zonr Chang · 14 years ago
  37. d6f9fed Bug fix: support self-referential struct type. by Zonr Chang · 14 years ago
  38. a65ec16 Unify type spec by creating rs-spec-gen. by Zonr Chang · 14 years ago
  39. 41ebf53 Remove Slang::TargetDescription. by Zonr Chang · 14 years ago
  40. 641558f Implement one-definition-rule (ODR) feature. by Zonr Chang · 14 years ago
  41. c383a50 Prepend legal announcement in all files. by Zonr Chang · 14 years ago
  42. a5d2c23 Support for unsigned long and unsigned long long. by Stephen Hines · 14 years ago
  43. a41ce1d Fix memory leak of RSExport* object create in processExport(). Now, they will by Zonr Chang · 14 years ago
  44. 6b6320a De-virtualize the RSExportType::getClass(). by Zonr Chang · 14 years ago
  45. 2e1dba6 Rewrite the RSExportConstantArrayType to better support reflecting by Zonr Chang · 14 years ago
  46. 0da0a7d 1. Rewrite reflection of parameter packet in RSExportFunc. In order to by Zonr Chang · 14 years ago
  47. 92b344a Create RSExportMatrixType which is a subclass of RSExportType by Zonr Chang · 14 years ago
  48. 6315f76 More coding style fixing to improve the readability. No actual semantics by zonr · 14 years ago
  49. 91a3783 1. Reorder DataTypeBoolean, DataTypeRSMatrix2x2, DataTypeRSMatrix3x3, and DataTypeRSMatrix4x4 in RSExportPrimitiveType::DataType. by Shih-wei Liao · 14 years ago
  50. 9ef2f78 The Mother-of-All code review: by Shih-wei Liao · 14 years ago
  51. 8d75dc4 Support for signed 64-bit integer type. by Stephen Hines · 14 years ago
  52. 70842c7 Add support for Float64 (double) to slang. by Stephen Hines · 14 years ago
  53. cecd11d Fix warnings. Bug fix. by Shih-wei Liao · 14 years ago
  54. 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
  55. f8149d9 Handle ConstantArray Type. by Shih-wei Liao · 14 years ago
  56. 4d7dc59 Memory error: Fix "Invalid read of size 1" and "Jump based on uninitialize values" errors. by Shih-wei Liao · 14 years ago
  57. 116d3d2 Fix the size of Matrix by Shih-wei Liao · 14 years ago
  58. ca3be03 Implement rs_matrix2x2, rs_matrix3x3, rs_matrix4x4 by Shih-wei Liao · 14 years ago
  59. 0a3f20e Handle RecordLayout and get the Alloc size. by Shih-wei Liao · 14 years ago
  60. 1f0d88f Use addBoolean successfully and bool->boolean reflection. by Shih-wei Liao · 14 years ago
  61. cbbdd92 Add rs_font. by Shih-wei Liao · 14 years ago
  62. 462aefd Initialize slang and Android.mk. by Shih-wei Liao · 14 years ago