aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_reflection.h
Commit message (Expand)AuthorAgeFilesLines
* 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