aboutsummaryrefslogtreecommitdiff
path: root/slang_rs_reflection.h
AgeCommit message (Expand)Author
2017-07-24Improve Java reflection for 32-bit versus 64-bit differences.David Gross
2017-06-30Move GetTypeName() into class RSReflectionJava.David Gross
2016-08-23Fix clang-tidy warnings in slang.Chih-Hung Hsieh
2016-06-14Delete simple reduction implementation.David Gross
2016-01-15Add Java reflection for "#pragma rs reduce".David Gross
2015-12-17Cleanup: RSExportType::getSize() has inconsistent semantics.David Gross
2015-08-20Add Java reflection for reduce-style kernels in slang.Matt Wala
2014-08-20Replace the NULL macro with nullptr literal.Chris Wailes
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-08Reflect Java size information using mElement.getBytesSize().Tim Murray
2014-06-05Remove the ugly EB_ADD macro and related hacks.Jean-Luc Brouillet
2014-06-05Set the reflection parameters in the constructors.Jean-Luc Brouillet
2014-06-03Use GeneratedFile in Java reflectionJean-Luc Brouillet
2014-06-03Remove ReflectionBase.Jean-Luc Brouillet
2014-06-02Merge RSReflectionJava::Context into RSReflectionJava.Jean-Luc Brouillet
2014-06-02Fix typo in function name.Stephen Hines
2014-05-28Reformat the reflection code using clang-formatJean-Luc Brouillet
2014-05-27Rename RSReflection to RSReflectionJava.Jean-Luc Brouillet
2014-05-27Merge "Remove useless "return;" statements."Jean-Luc Brouillet
2014-05-27Remove useless "return;" statements.Jean-Luc Brouillet
2014-05-23Generate calls to getBitCode32() for new constructor type.Stephen Hines
2014-05-23Clean up embedded bitcode path for Java.Stephen Hines
2013-08-29Fix initializers and add vector reflection support.android-cts-4.4_r4android-cts-4.4_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1kitkat-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-cts-releasekitkat-cts-devStephen Hines
2012-10-15Only generate getFieldID_*() for non-Pointer (bind) types.android-sdk-support_r11Stephen Hines
2012-08-03Add RS package name option + support.Stephen Hines
2012-07-24Fix reflection of setters for unsigned primitive types.Stephen Hines
2012-05-01Refactor using genSetExportVariable().android-cts-4.1_r1Stephen Hines
2012-04-30Reflect element/dim information for FieldPacker.Stephen Hines
2012-01-31Reflect constant primitive types back to Java.Stephen Hines
2011-11-11Generate/skip padding and use new prefix for ICS.Stephen Hines
2011-08-25Fixing copyNow reflection.Alex Sakhartchouk
2011-06-27Type-checking for ForEach with RS types.Stephen Hines
2011-05-31Clean up forEach reflection code.Stephen Hines
2011-05-16Simple support for reflecting rsForEach().Stephen Hines
2011-02-07Add support for assertions in llvm-rs-cc.Stephen Hines
2011-01-31Support for generating .java dependencies for RS.Stephen Hines
2010-11-10Improve code style.Stephen Hines
2010-10-17b/3093518 Add resize() method in the reflected of ScriptField_*.java.Zonr Chang
2010-10-14b/3093447 Create element of constant array using Element.add(Element element,Zonr Chang
2010-10-12Prepend legal announcement in all files.Zonr Chang
2010-10-10Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver...Shih-wei Liao
2010-10-10Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."Shih-wei Liao
2010-10-09New implementation of llvm-rs-cc (replacement of slang_driver).Shih-wei Liao
2010-10-08Use llvm::sys::Path to implement "mkdir -p".Zonr Chang
2010-10-06Rewrite the RSExportConstantArrayType to better support reflectingZonr Chang
2010-10-06Create RSExportMatrixType which is a subclass of RSExportTypeZonr Chang
2010-10-06Fix FieldIndex issue and re-enable it in reflection.Zonr Chang
2010-10-05More coding style fixing to improve the readability. No actual semanticszonr