aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix overly strict check for float3 in structures.Stephen Hines2012-11-293-0/+12
* Validate FS (and RS) ASTs.Stephen Hines2012-10-1115-0/+141
* Fix teardown bug for multiple files without pragma.Stephen Hines2012-10-114-0/+7
* Support for pass-by-value kernels.Stephen Hines2012-09-1918-0/+71
* Structs containing vectors of dimension 3 cannot be exported before ICS.Stephen Hines2012-08-313-0/+11
* Add RS-specific check forbidding array parameters in exported functions.Stephen Hines2012-08-041-1/+1
* Add RS package name option + support.Stephen Hines2012-08-033-0/+5
* Add test for constant array arguments to functions.Stephen Hines2012-08-013-0/+10
* Update llvm-rs-cc version information for JB-MR1.Stephen Hines2012-08-012-2/+2
* Multiple levels of pointers cannot be exported.Stephen Hines2012-04-114-1/+2
* Generate an error when exporting RS objects in structs/arrays.Stephen Hines2012-04-053-0/+22
* Revert "Generate an error for exporting rs_objects in structs/arrays."Stephen Hines2012-04-043-18/+0
* Generate an error for exporting rs_objects in structs/arrays.Stephen Hines2012-04-033-0/+18
* Update include path for slang testing.Stephen Hines2012-04-021-1/+1
* Fix up pragma handling.Stephen Hines2012-03-279-0/+27
* More cleanup for reflection code.Stephen Hines2012-03-083-0/+33
* Support dummy root() and re-ordering in presence of non-root kernels.Stephen Hines2012-02-226-0/+20
* Export ForEach on non-root functions.Stephen Hines2012-02-2214-21/+41
* Update llvm-rs-cc to support API level 16.Stephen Hines2012-02-164-0/+22
* Merge "Clean up graphics/compute root() distinction."Stephen Hines2012-02-143-5/+3
|\
| * Clean up graphics/compute root() distinction.Stephen Hines2012-02-103-5/+3
* | Support initialization of constant array exports.Stephen Hines2012-02-136-0/+38
* | Revert "Support initialization of constant array exports."Stephen Hines2012-02-136-38/+0
* | Support initialization of constant array exports.Stephen Hines2012-02-106-0/+38
|/
* Reflect constant primitive types back to Java.Stephen Hines2012-01-313-0/+21
* Support updating CTS tests via slang's test.py.Stephen Hines2012-01-3011-21/+112
* Update error diagnostic for struct/array copy.Stephen Hines2011-12-181-1/+1
* Update error diagnostics.Stephen Hines2011-12-094-7/+9
* Add support for warning flag processing.Stephen Hines2011-12-057-1/+17
* Add test for API level 15.Stephen Hines2011-11-233-0/+9
* Update the unit test since we have Android 16 API.Logan Chien2011-11-162-2/+2
* Update tests for highest API level.Stephen Hines2011-11-102-2/+2
* resolved conflicts for merge of f736d5a1 to ics-mr1Stephen Hines2011-10-276-0/+20
|\
| * Add back pre-ICS support for "int root(int);".Stephen Hines2011-10-266-0/+20
* | Use 64-bit longs with llvm-rs-cc.Stephen Hines2011-10-213-0/+5
|/
* Generate an error for skipped root() params in HC.Stephen Hines2011-10-119-0/+21
* Generate warnings properly for multi-file compiles.Stephen Hines2011-09-235-0/+17
* Test new error for mixed vector components.Stephen Hines2011-09-093-0/+14
* Support HC bitcode generation in modern llvm-rs-cc.Stephen Hines2011-08-298-2/+7
* Fix up parsing of root() function arguments.Stephen Hines2011-08-177-16/+18
* Fix refcount issue with locals declared in middle of compound statements.Stephen Hines2011-08-113-0/+13
* Support new arguments for llvm-rs-cc testing.Stephen Hines2011-07-2222-3/+70
* Define RS_VERSION as the SDK version.Stephen Hines2011-07-217-4/+26
* Clean up forEach reflection code.Stephen Hines2011-05-3120-37/+21
* Provide multiple diagnostics when we can.Stephen Hines2011-05-093-0/+16
* Improve type validation for root() functions.Stephen Hines2011-05-0537-2/+85
* Check RS functions (esp. init/root) for validity.Stephen Hines2011-05-0227-31/+51
* Forbid RS objects from being contained in unions.Stephen Hines2011-04-255-22/+5
* Disallow union copies that contain RS object typesStephen Hines2011-04-203-0/+19
* Add proper line info to rsSetObject diagnostic.Stephen Hines2011-03-031-1/+1