aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_reflection.h
Commit message (Expand)AuthorAgeFilesLines
* Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-1/+1
* Merge "Adds support for multi-input kernels to Slang."Stephen Hines2014-07-071-0/+2
|\
| * Adds support for multi-input kernels to Slang.Chris Wailes2014-07-071-0/+2
* | Reflect Java size information using mElement.getBytesSize().Tim Murray2014-07-081-0/+3
|/
* Remove the ugly EB_ADD macro and related hacks.Jean-Luc Brouillet2014-06-051-13/+0
* Set the reflection parameters in the constructors.Jean-Luc Brouillet2014-06-051-30/+40
* Use GeneratedFile in Java reflectionJean-Luc Brouillet2014-06-031-32/+5
* Remove ReflectionBase.Jean-Luc Brouillet2014-06-031-0/+1
* Merge RSReflectionJava::Context into RSReflectionJava.Jean-Luc Brouillet2014-06-021-199/+168
* Fix typo in function name.Stephen Hines2014-06-021-3/+3
* Reformat the reflection code using clang-formatJean-Luc Brouillet2014-05-281-104/+58
* Rename RSReflection to RSReflectionJava.Jean-Luc Brouillet2014-05-271-3/+3
* Merge "Remove useless "return;" statements."Jean-Luc Brouillet2014-05-271-5/+0
|\
| * Remove useless "return;" statements.Jean-Luc Brouillet2014-05-271-5/+0
* | Generate calls to getBitCode32() for new constructor type.Stephen Hines2014-05-231-0/+4
|/
* Clean up embedded bitcode path for Java.Stephen Hines2014-05-231-4/+12
* Fix initializers and add vector reflection support.Stephen Hines2013-08-291-1/+0
* Only generate getFieldID_*() for non-Pointer (bind) types.Stephen Hines2012-10-151-0/+2
* Add RS package name option + support.Stephen Hines2012-08-031-3/+8
* Fix reflection of setters for unsigned primitive types.Stephen Hines2012-07-241-0/+10
* Refactor using genSetExportVariable().Stephen Hines2012-05-011-0/+6
* Reflect element/dim information for FieldPacker.Stephen Hines2012-04-301-0/+3
* Reflect constant primitive types back to Java.Stephen Hines2012-01-311-10/+11
* Generate/skip padding and use new prefix for ICS.Stephen Hines2011-11-111-1/+4
* Fixing copyNow reflection.Alex Sakhartchouk2011-08-251-1/+3
* Type-checking for ForEach with RS types.Stephen Hines2011-06-271-4/+10
* Clean up forEach reflection code.Stephen Hines2011-05-311-0/+4
* Simple support for reflecting rsForEach().Stephen Hines2011-05-161-0/+7
* Add support for assertions in llvm-rs-cc.Stephen Hines2011-02-071-7/+7
* Support for generating .java dependencies for RS.Stephen Hines2011-01-311-2/+7
* Improve code style.Stephen Hines2010-11-101-7/+8
* b/3093518 Add resize() method in the reflected of ScriptField_*.java.Zonr Chang2010-10-171-0/+1
* b/3093447 Create element of constant array using Element.add(Element element,Zonr Chang2010-10-141-2/+5
* Prepend legal announcement in all files.Zonr Chang2010-10-121-0/+16
* Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver...Shih-wei Liao2010-10-101-4/+5
* Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."Shih-wei Liao2010-10-101-5/+4
* New implementation of llvm-rs-cc (replacement of slang_driver).Shih-wei Liao2010-10-091-4/+5
* Use llvm::sys::Path to implement "mkdir -p".Zonr Chang2010-10-081-4/+8
* Rewrite the RSExportConstantArrayType to better support reflectingZonr Chang2010-10-061-3/+5
* Create RSExportMatrixType which is a subclass of RSExportTypeZonr Chang2010-10-061-24/+10
* Fix FieldIndex issue and re-enable it in reflection.Zonr Chang2010-10-061-0/+2
* More coding style fixing to improve the readability. No actual semanticszonr2010-10-051-0/+283