aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sort the test files before compiling them.Stephen Hines2010-12-061-0/+1
* Remove temp files that should not be checked in.Stephen Hines2010-12-068-350/+0
* Improved error messages for structs.Stephen Hines2010-12-068-6/+47
* Add 9 tests on one definition rule.Shih-wei Liao2010-12-0544-0/+593
* Improve validation of AST before reflection.Stephen Hines2010-11-302-4/+2
* Add prelim error check for pointers in structs.Stephen Hines2010-11-299-0/+45
* Options for compiler test framework.Stephen Hines2010-11-241-8/+34
* Add basic compiler test framework for llvm-rs-cc.Stephen Hines2010-11-244-0/+125