aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-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
2011-05-05Improve type validation for root() functions.Stephen Hines
2011-05-02Check RS functions (esp. init/root) for validity.Stephen Hines
2011-04-25Forbid RS objects from being contained in unions.Stephen Hines
2011-04-20Disallow union copies that contain RS object typesStephen Hines
2011-03-03Add proper line info to rsSetObject diagnostic.Stephen Hines
2011-02-22Warnings should be emitted on successful compiles too.Stephen Hines
2011-02-11Replace struct assignments with rsSetObject calls.Stephen Hines
2011-02-10Fix b/3427124. Adding the overloadable invokable feature. Reflect that type o...Shih-wei Liao
2011-02-03Fix pragma for reflection license.Stephen Hines
2011-01-26Replace RS object assignments with rsSetObject().Stephen Hines
2011-01-19Fix a small test signature bug.Stephen Hines
2011-01-19Update tests to use new headers.Stephen Hines
2011-01-17Add test for integer math functions.Stephen Hines
2011-01-11Add test for RS floating point math functions.Stephen Hines
2011-01-06Add support for the version pragma.Stephen Hines
2010-12-13Convert fprintf -> diagnostic messages.Stephen Hines
2010-12-13Refactor diagnostics for constant array exports.Stephen Hines
2010-12-10Arrays of width 3 vector types cannot be exported.Stephen Hines
2010-12-07Check exported array elements for proper equality.Stephen Hines
2010-12-06Forbid unions from being exported by llvm-rs-cc.Stephen Hines
2010-12-06Sort the test files before compiling them.Stephen Hines
2010-12-06Remove temp files that should not be checked in.Stephen Hines
2010-12-06Improved error messages for structs.Stephen Hines
2010-12-05Add 9 tests on one definition rule.Shih-wei Liao
2010-11-30Improve validation of AST before reflection.Stephen Hines
2010-11-29Add prelim error check for pointers in structs.Stephen Hines
2010-11-24Options for compiler test framework.Stephen Hines
2010-11-24Add basic compiler test framework for llvm-rs-cc.Stephen Hines