aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-12-10Forbid non-const static variables in kernels.Stephen Hines
2012-11-30Merge "Fix C++ ForEach reflection (bad usrData args)."Stephen Hines
2012-11-29am af35c8e6: Merge "Fix overly strict check for float3 in structures."Stephen Hines
2012-11-28Fix overly strict check for float3 in structures.Stephen Hines
2012-11-27Fix C++ ForEach reflection (bad usrData args).Stephen Hines
2012-11-13Emit out parameter in C++ reflection for kernels.Stephen Hines
2012-10-11Validate FS (and RS) ASTs.Stephen Hines
2012-10-11Fix teardown bug for multiple files without pragma.Stephen Hines
2012-09-19Support for pass-by-value kernels.Stephen Hines
2012-08-31Structs containing vectors of dimension 3 cannot be exported before ICS.Stephen Hines
2012-08-04Add RS-specific check forbidding array parameters in exported functions.Stephen Hines
2012-08-03Add RS package name option + support.Stephen Hines
2012-08-01Add test for constant array arguments to functions.Stephen Hines
2012-08-01Update llvm-rs-cc version information for JB-MR1.Stephen Hines
2012-04-11Multiple levels of pointers cannot be exported.Stephen Hines
2012-04-05Generate an error when exporting RS objects in structs/arrays.Stephen Hines
2012-04-04Revert "Generate an error for exporting rs_objects in structs/arrays."Stephen Hines
2012-04-03Generate an error for exporting rs_objects in structs/arrays.Stephen Hines
2012-04-02Update include path for slang testing.Stephen Hines
2012-03-27Fix up pragma handling.Stephen Hines
2012-03-08More cleanup for reflection code.Stephen Hines
2012-02-22Support dummy root() and re-ordering in presence of non-root kernels.Stephen Hines
2012-02-22Export ForEach on non-root functions.Stephen Hines
2012-02-16Update llvm-rs-cc to support API level 16.Stephen Hines
2012-02-14Merge "Clean up graphics/compute root() distinction."Stephen Hines
2012-02-13Support initialization of constant array exports.Stephen Hines
2012-02-13Revert "Support initialization of constant array exports."Stephen Hines
2012-02-10Clean up graphics/compute root() distinction.Stephen Hines
2012-02-10Support initialization of constant array exports.Stephen Hines
2012-01-31Reflect constant primitive types back to Java.Stephen Hines
2012-01-30Support updating CTS tests via slang's test.py.Stephen Hines
2011-12-18Update error diagnostic for struct/array copy.Stephen Hines
2011-12-09Update error diagnostics.Stephen Hines
2011-12-05Add support for warning flag processing.Stephen Hines
2011-11-23Add test for API level 15.Stephen Hines
2011-11-16Update the unit test since we have Android 16 API.Logan Chien
2011-11-10Update tests for highest API level.Stephen Hines
2011-10-27resolved conflicts for merge of f736d5a1 to ics-mr1Stephen Hines
2011-10-26Add back pre-ICS support for "int root(int);".android-sdk-adt_r16.0.1android-cts-4.0_r1android-4.0.2_r1android-4.0.1_r1.2android-4.0.1_r1.1android-4.0.1_r1ics-mr0-releaseics-mr0ics-factoryrom-2-releaseStephen Hines
2011-10-21Use 64-bit longs with llvm-rs-cc.Stephen Hines
2011-10-11Generate an error for skipped root() params in HC.Stephen Hines
2011-09-23Generate warnings properly for multi-file compiles.Stephen Hines
2011-09-09Test new error for mixed vector components.Stephen Hines
2011-08-29Support HC bitcode generation in modern llvm-rs-cc.Stephen Hines
2011-08-17Fix up parsing of root() function arguments.Stephen Hines
2011-08-11Fix refcount issue with locals declared in middle of compound statements.Stephen Hines
2011-07-22Support new arguments for llvm-rs-cc testing.Stephen Hines
2011-07-21Define RS_VERSION as the SDK version.Stephen Hines
2011-05-31Clean up forEach reflection code.Stephen Hines
2011-05-09Provide multiple diagnostics when we can.Stephen Hines