1. 3fd0a94 Refactor pragma handling (pass everything to LLVM) by Stephen Hines · 14 years ago
  2. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  3. 68fc02c Add two new APIs in HandleTranslationUnitPre and HandleTranslationUnitPost. by Zonr Chang · 14 years ago
  4. 41ebf53 Remove Slang::TargetDescription. by Zonr Chang · 14 years ago
  5. c383a50 Prepend legal announcement in all files. by Zonr Chang · 14 years ago
  6. 3a9ca1f Provide better abstraction of class Slang. by Zonr Chang · 14 years ago
  7. 6315f76 More coding style fixing to improve the readability. No actual semantics by zonr · 14 years ago
  8. 9ef2f78 The Mother-of-All code review: by Shih-wei Liao · 14 years ago
  9. cecd11d Fix warnings. Bug fix. by Shih-wei Liao · 14 years ago
  10. f52a620 Apply changes on slang such that it can work with LLVM/Clang upstream r112364/r112367. by Shih-wei Liao · 14 years ago
  11. 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
  12. 2e534f2 Change Diagnostic::Error to Diagnostic::Warning for now. The long-term solution should provide a slang option to toggle between Error and Warning. by Shih-wei Liao · 14 years ago
  13. 336d93a Use llvm::StringRef::startswith rather than std::string::compare, by Kirk Stewart · 14 years ago
  14. 6b22674 Add a check to prevent users from defining function names starting witih "rs". by Kirk Stewart · 14 years ago
  15. 6322c93 Use pre-existing clang code to produce errors for un-prototyped functions. by Kirk Stewart · 14 years ago
  16. 462aefd Initialize slang and Android.mk. by Shih-wei Liao · 14 years ago