aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update slang for LLVM merge to r183849.Stephen Hines2013-06-133-3/+3
* Remove dependence to python 2.4Tobias Grosser2013-06-111-1/+1
* Support -O0 as well as -O 0 for option passing.Stephen Hines2013-05-173-0/+6
* Turn off "lax vector conversions".Stephen Hines2013-05-141-2/+2
* Disallow implicit and explicit casts of vector types in llvm-rs-cc.Stephen Hines2013-05-083-0/+28
* Update tests for v19.Stephen Hines2013-05-062-2/+2
* Fix filename-escaping for Windows paths.Stephen Hines2013-03-263-0/+3
* Fix rs_matrix destructor issue.Stephen Hines2013-01-072-0/+7
* Update API (RS_VERSION) to 18.Stephen Hines2012-12-122-2/+2
* Merge "Add tests for Target API 17."Stephen Hines2012-12-114-0/+22
|\
| * Add tests for Target API 17.Stephen Hines2012-12-074-0/+22
* | Forbid non-const static variables in kernels.Stephen Hines2012-12-103-0/+22
|/
* Merge "Fix C++ ForEach reflection (bad usrData args)."Stephen Hines2012-11-302-1/+4
|\
| * Fix C++ ForEach reflection (bad usrData args).Stephen Hines2012-11-272-1/+4
* | am af35c8e6: Merge "Fix overly strict check for float3 in structures."Stephen Hines2012-11-293-0/+12
|\ \ | |/ |/|
| * Fix overly strict check for float3 in structures.Stephen Hines2012-11-283-0/+12
* | Emit out parameter in C++ reflection for kernels.Stephen Hines2012-11-133-0/+19
|/
* 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