1. bfbdd98 Make llvm-rs-cc able to emit 64bit bitcode for RS C++ API by Miao Wang · 9 years ago
  2. bbc6c36 Merge "Replace LLVM_ENABLE_ASSERTION with FORCE_BUILD_LLVM_DISABLE_NDEBUG, and add FORCE_BUILD_LLVM_DEBUG." by David Gross · 9 years ago
  3. 3caec72 Merge "Add API header tests" by Jean-Luc Brouillet · 9 years ago
  4. 8bfe414 Add API header tests by Jean-Luc Brouillet · 9 years ago
  5. a0ea114 Replace LLVM_ENABLE_ASSERTION with FORCE_BUILD_LLVM_DISABLE_NDEBUG, and add FORCE_BUILD_LLVM_DEBUG. by David Gross · 9 years ago
  6. ff8f84b Merge "Fix potential nullptr dereference." by Stephen Hines · 9 years ago
  7. 33ea573 Fix potential nullptr dereference. by Stephen Hines · 9 years ago
  8. 3d8fc9a Merge "Move kernel/static incompatibility check into AST validator." by Stephen Hines · 9 years ago
  9. f5b882c Move kernel/static incompatibility check into AST validator. by Matt Wala · 9 years ago
  10. 5d2a609 Merge "Move the error for pointers in structures earlier in the compile." by Stephen Hines · 9 years ago
  11. ab94bcc Move the error for pointers in structures earlier in the compile. by Stephen Hines · 9 years ago
  12. 4d92ce4 Merge "Fix actual errors and remove warnings suppressions." by Stephen Hines · 9 years ago
  13. 383f0b8 Fix actual errors and remove warnings suppressions. by Stephen Hines · 9 years ago
  14. ff15626 Merge "Fix a few Clang assertions thrown by llvm-rs-cc" by Pirama Arumuga Nainar · 9 years ago
  15. cc4d934 Fix a few Clang assertions thrown by llvm-rs-cc by Pirama Arumuga Nainar · 9 years ago
  16. 9544ec7 Merge "Add Half support in slang" by Pirama Arumuga Nainar · 9 years ago
  17. e4dd17d Add Half support in slang by Pirama Arumuga Nainar · 9 years ago
  18. db6c142 Merge "Replace assert() with project-specific version." by David Gross · 9 years ago
  19. 85dc696 Replace assert() with project-specific version. by David Gross · 9 years ago
  20. d0248e3 Merge "Enable warnings in llvm_rs_cc" by Jean-Luc Brouillet · 9 years ago
  21. 5309b0c Enable warnings in llvm_rs_cc by Jean-Luc Brouillet · 9 years ago
  22. ac4147c Merge "Update slang_version.h to indicate that this is an L-based compiler." by Stephen Hines · 9 years ago
  23. 80bdb1a Update slang_version.h to indicate that this is an L-based compiler. by Stephen Hines · 9 years ago
  24. 97cbce9 Merge "Update slang for rebase to LLVM r235153" by Pirama Arumuga Nainar · 9 years ago
  25. bb25f5d Merge "Use the llvm command line handling." by Jean-Luc Brouillet · 9 years ago
  26. c247363 Use the llvm command line handling. by Jean-Luc Brouillet · 9 years ago
  27. 21cc018 Update slang for rebase to LLVM r235153 by Pirama Arumuga Nainar · 9 years ago
  28. 6e049f4 Merge "Fix problem with generated file names" by Jean-Luc Brouillet · 9 years ago
  29. ff5abc6 Fix problem with generated file names by Jean-Luc Brouillet · 9 years ago
  30. 7ab0b7d Merge "Merge Slang with SlangRS, Backend with RSBackend." by Jean-Luc Brouillet · 9 years ago
  31. 8024ed5 Merge Slang with SlangRS, Backend with RSBackend. by Jean-Luc Brouillet · 9 years ago
  32. 308532f Merge "Enable getInvokeID in reflected code" by Yang Ni · 9 years ago
  33. fed524e Merge "Add a flag to enable assertions in Slang" by Pirama Arumuga Nainar · 9 years ago
  34. 48f429b Add a flag to enable assertions in Slang by Pirama Arumuga Nainar · 10 years ago
  35. 2ecb108 Enable getInvokeID in reflected code by Yang Ni · 9 years ago
  36. 61653ba Merge "Fix llvm-rs-cc tests due to header changes." by Stephen Hines · 9 years ago
  37. 41e2c17 Fix llvm-rs-cc tests due to header changes. by Stephen Hines · 9 years ago
  38. 4bf901b Merge "Fix slang option -emit-llvm" by Yang Ni · 9 years ago
  39. 76837a1 Fix slang option -emit-llvm by Yang Ni · 9 years ago
  40. 748d67a Merge "Update slang for LLVM rebase to r233350." by Pirama Arumuga Nainar · 9 years ago
  41. 0b75458 Update slang for LLVM rebase to r233350. by Stephen Hines · 9 years ago
  42. 91eae4a Merge "Change the list of recognized .rsh files" by Jean-Luc Brouillet · 9 years ago
  43. de68eb6 Merge "Support new-style kernels with no output and no input." by David Gross · 9 years ago
  44. fb78d4c Support new-style kernels with no output and no input. by David Gross · 9 years ago
  45. 2133b9d Merge "Update slang for LLVM rebase to r230699." by Stephen Hines · 9 years ago
  46. 3821da8 Merge "Remove obsolete rs_path API reference." by Stephen Hines · 9 years ago
  47. 96946e6 Remove obsolete rs_path API reference. by Stephen Hines · 9 years ago
  48. c706907 Update slang for LLVM rebase to r230699. by Stephen Hines · 9 years ago
  49. 3ff3b31 Change the list of recognized .rsh files by Jean-Luc Brouillet · 9 years ago
  50. cec57d0 Merge "Revert "Change the list of recognized .rsh files"" by Jason Sams · 9 years ago
  51. 8e29f3f Revert "Change the list of recognized .rsh files" by Jason Sams · 9 years ago
  52. f067366 Merge "Change the list of recognized .rsh files" by Jean-Luc Brouillet · 9 years ago
  53. d56e575 Change the list of recognized .rsh files by Jean-Luc Brouillet · 9 years ago
  54. b3e4116 Merge "A kernel may have at most 8 inputs." by David Gross · 9 years ago
  55. cd7d312 A kernel may have at most 8 inputs. by David Gross · 9 years ago
  56. 39a04d5 Merge "Remove extraneous semicolon from namespace-closing curly brace; was breaking some builds." by David Gross · 9 years ago
  57. 7cc6876 Remove extraneous semicolon from namespace-closing curly brace; was breaking some builds. by David Gross · 9 years ago
  58. a371cea Merge "Frontend support for new special kernel params ctxt and z." by David Gross · 9 years ago
  59. 18c50eb Frontend support for new special kernel params ctxt and z. by David Gross · 10 years ago
  60. 20588b7 Fix merge conflict by Bill Yi · 9 years ago
  61. 30594f2 Merge "Now doing development for API level 23." by David Gross · 9 years ago
  62. 06f2adb Now doing development for API level 23. by David Gross · 9 years ago
  63. 57d8079 am f0a4709f: Merge "Add test that checks that incompatible handles are not assignable to each other." by Jean-Luc Brouillet · 10 years ago
  64. f0a4709 Merge "Add test that checks that incompatible handles are not assignable to each other." by Jean-Luc Brouillet · 10 years ago
  65. f90ef32 Add test that checks that incompatible handles are not assignable to each other. by Jean-Luc Brouillet · 10 years ago
  66. 3e8a5f6 am 4b6f9f60: Merge "Add getInvokeID_xxx() to the reflection code." by Yang Ni · 10 years ago
  67. 4b6f9f6 Merge "Add getInvokeID_xxx() to the reflection code." by Yang Ni · 10 years ago
  68. 216ac82 am 96da9e43: Merge "Remove fatal_error_handler on compiler reset" by Pirama Arumuga Nainar · 10 years ago
  69. 96da9e4 Merge "Remove fatal_error_handler on compiler reset" by Pirama Arumuga Nainar · 10 years ago
  70. 8d5130a Remove fatal_error_handler on compiler reset by Pirama Arumuga Nainar · 10 years ago
  71. cec2a1d Add getInvokeID_xxx() to the reflection code. by Yang Ni · 10 years ago
  72. 9ade8ae am 44beaf95: Merge "Remove confusing and unnecessary initialization code." by Stephen Hines · 10 years ago
  73. 44beaf9 Merge "Remove confusing and unnecessary initialization code." by Stephen Hines · 10 years ago
  74. e77f6d0 am 9acd35c5: Fix build issue with mismatched API version by Jason Sams · 10 years ago
  75. 9acd35c Fix build issue with mismatched API version by Jason Sams · 10 years ago
  76. c43b048 Remove confusing and unnecessary initialization code. by Stephen Hines · 10 years ago
  77. a83b16c am 0b694925: Merge "Explicitly set DataLayout for 32-bit." by Tim Murray · 10 years ago
  78. 0b69492 Merge "Explicitly set DataLayout for 32-bit." by Tim Murray · 10 years ago
  79. 28340a2 Explicitly set DataLayout for 32-bit. by Tim Murray · 10 years ago
  80. b80780f am 87a97aec: Merge "Fix a missing warning for ulong in our tests." by Stephen Hines · 10 years ago
  81. 87a97ae Merge "Fix a missing warning for ulong in our tests." by Stephen Hines · 10 years ago
  82. 7b61c1a Fix a missing warning for ulong in our tests. by Stephen Hines · 10 years ago
  83. 0be7e94 am a7034360: Merge "Update slang for LLVM rebase to r222494." by Stephen Hines · 10 years ago
  84. a703436 Merge "Update slang for LLVM rebase to r222494." by Stephen Hines · 10 years ago
  85. 3eb819a Update slang for LLVM rebase to r222494. by Stephen Hines · 10 years ago
  86. f60447d am 8264cf56: Clear up some object lifetime issues for ASTContext and Preprocessor. by Stephen Hines · 10 years ago
  87. a020b86 am c4ada7ad: Merge "Clear up some object lifetime issues for ASTContext and Preprocessor." by Stephen Hines · 10 years ago
  88. 8264cf5 Clear up some object lifetime issues for ASTContext and Preprocessor. by Stephen Hines · 10 years ago
  89. c4ada7a Merge "Clear up some object lifetime issues for ASTContext and Preprocessor." by Stephen Hines · 10 years ago
  90. c546630 Clear up some object lifetime issues for ASTContext and Preprocessor. by Stephen Hines · 10 years ago
  91. 47ef101 am d6b3f116: am 3ff3a549: am 1a3db4a5: Merge "Use LOCAL_CXX_STL instead of LOCAL_LDLIBS for proper dependencies." by Stephen Hines · 10 years ago
  92. d77c475 am 3ff3a549: am 1a3db4a5: Merge "Use LOCAL_CXX_STL instead of LOCAL_LDLIBS for proper dependencies." by Stephen Hines · 10 years ago
  93. d6b3f11 am 3ff3a549: am 1a3db4a5: Merge "Use LOCAL_CXX_STL instead of LOCAL_LDLIBS for proper dependencies." by Stephen Hines · 10 years ago
  94. 3ff3a54 am 1a3db4a5: Merge "Use LOCAL_CXX_STL instead of LOCAL_LDLIBS for proper dependencies." by Stephen Hines · 10 years ago
  95. 1a3db4a Merge "Use LOCAL_CXX_STL instead of LOCAL_LDLIBS for proper dependencies." by Stephen Hines · 10 years ago
  96. e1c25bd Use LOCAL_CXX_STL instead of LOCAL_LDLIBS for proper dependencies. by Stephen Hines · 10 years ago
  97. a91d732 am 5984fc03: Emit 32/64-bit bitcode appropriately for C++ reflection. by Stephen Hines · 10 years ago
  98. 5984fc0 Emit 32/64-bit bitcode appropriately for C++ reflection. by Stephen Hines · 10 years ago
  99. 5b54cd4 am d05e5c9d: am 474ce669: Merge "Fix dangling reference to a local std::string." by Stephen Hines · 10 years ago
  100. d05e5c9 am 474ce669: Merge "Fix dangling reference to a local std::string." by Stephen Hines · 10 years ago