aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Warnings should be emitted on successful compiles too.Stephen Hines2011-02-224-8/+10
* Replace struct assignments with rsSetObject calls.Stephen Hines2011-02-113-0/+41
* Fix b/3427124. Adding the overloadable invokable feature. Reflect that type o...Shih-wei Liao2011-02-103-0/+14
* Fix pragma for reflection license.Stephen Hines2011-02-033-0/+11
* Replace RS object assignments with rsSetObject().Stephen Hines2011-01-263-0/+28
* Fix a small test signature bug.Stephen Hines2011-01-191-1/+1
* Update tests to use new headers.Stephen Hines2011-01-192-2/+9
* Add test for integer math functions.Stephen Hines2011-01-173-0/+94
* Add test for RS floating point math functions.Stephen Hines2011-01-113-0/+145
* Add support for the version pragma.Stephen Hines2011-01-066-0/+16
* Convert fprintf -> diagnostic messages.Stephen Hines2010-12-139-0/+32
* Refactor diagnostics for constant array exports.Stephen Hines2010-12-136-0/+21
* Arrays of width 3 vector types cannot be exported.Stephen Hines2010-12-1010-7/+66
* Check exported array elements for proper equality.Stephen Hines2010-12-075-0/+17
* Forbid unions from being exported by llvm-rs-cc.Stephen Hines2010-12-063-0/+13