aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-06Merge "Use LOCAL_CXX_STL instead of LOCAL_LDLIBS for proper dependencies."android-l-preview_r2l-previewStephen Hines
2014-10-06Use LOCAL_CXX_STL instead of LOCAL_LDLIBS for proper dependencies.Stephen Hines
2014-09-06Merge "Fix dangling reference to a local std::string."Stephen Hines
2014-09-05Fix dangling reference to a local std::string.Stephen Hines
2014-08-22Merge "Suppress warnings on our second compilation (for 64-bit)."Stephen Hines
2014-08-22Merge "Fix tests for 64-bit."Stephen Hines
2014-08-22Suppress warnings on our second compilation (for 64-bit).Stephen Hines
2014-08-22Fix tests for 64-bit.Stephen Hines
2014-08-22Merge "Replace the NULL macro with nullptr literal."Stephen Hines
2014-08-20Replace the NULL macro with nullptr literal.Chris Wailes
2014-08-12Merge "Fix two bugs for 64-bit slang."Tim Murray
2014-08-13Fix two bugs for 64-bit slang.Tim Murray
2014-07-28Merge "Add comments to the generated file."Jean-Luc Brouillet
2014-07-25Add comments to the generated file.Jean-Luc Brouillet
2014-07-23Merge "Update slang for LLVM rebase to r212749."Stephen Hines
2014-07-16Merge "Deprecate rs_fp_imprecise."Jean-Luc Brouillet
2014-07-15Update slang for LLVM rebase to r212749.Stephen Hines
2014-07-09Deprecate rs_fp_imprecise.Jean-Luc Brouillet
2014-07-09Merge "Add an option to emit 32-bit and 64-bit bitcode."Stephen Hines
2014-07-09Add an option to emit 32-bit and 64-bit bitcode.Stephen Hines
2014-07-07Merge "Adds support for multi-input kernels to Slang."Stephen Hines
2014-07-07Adds support for multi-input kernels to Slang.Chris Wailes
2014-07-07Merge "Reflect Java size information using mElement.getBytesSize()."Tim Murray
2014-07-08Reflect Java size information using mElement.getBytesSize().Tim Murray
2014-06-26Merge "Update tests to reflect API bump to 20."Stephen Hines
2014-06-26Update tests to reflect API bump to 20.Stephen Hines
2014-06-17Merge "Added a new development target api."Stephen Hines
2014-06-17Added a new development target api.Chris Wailes
2014-06-17Merge "Use gcc instead of clang when building Windows SDK."Andrew Hsieh
2014-06-13Use gcc instead of clang when building Windows SDK.Logan Chien
2014-06-10Merge "Add -v (-verbose/--verbose) option to llvm-rs-cc."Stephen Hines
2014-06-11Add -v (-verbose/--verbose) option to llvm-rs-cc.Stephen Hines
2014-06-11Clean up more of the RSCCOptions class.Stephen Hines
2014-06-10Merge "Clean up more of the RSCCOptions class."Stephen Hines
2014-06-10Merge "Run InitializePreprocessor() to ensure that all macros are set up prop...Stephen Hines
2014-06-10Run InitializePreprocessor() to ensure that all macros are set up properly.Stephen Hines
2014-06-07Merge "Separate out option processing from llvm-rs-cc.cpp."Stephen Hines
2014-06-06Separate out option processing from llvm-rs-cc.cpp.Stephen Hines
2014-06-05Merge "Remove the ugly EB_ADD macro and related hacks."Jean-Luc Brouillet
2014-06-05Remove the ugly EB_ADD macro and related hacks.Jean-Luc Brouillet
2014-06-05Merge "Set the reflection parameters in the constructors."Jean-Luc Brouillet
2014-06-05Set the reflection parameters in the constructors.Jean-Luc Brouillet
2014-06-05Merge "Break very long writeHeaderFile into manageable pieces"Jean-Luc Brouillet
2014-06-05Break very long writeHeaderFile into manageable piecesJean-Luc Brouillet
2014-06-05Merge "Don't go through RSContext for the Java reflection (take 2)"Jean-Luc Brouillet
2014-06-05Merge "Fix expected output for tests"Jean-Luc Brouillet
2014-06-04Don't go through RSContext for the Java reflection (take 2)Jean-Luc Brouillet
2014-06-04Fix expected output for testsJean-Luc Brouillet
2014-06-04Merge "Revert "Don't go through RSContext for the Java reflection.""Jean-Luc Brouillet
2014-06-04Merge "Fix build break."Tim Murray