aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Define RS_VERSION as the SDK version.Stephen Hines2011-07-2110-5/+38
* Merge "Fix style issues."Stephen Hines2011-07-215-33/+38
|\
| * Fix style issues.Stephen Hines2011-07-205-33/+38
* | Merge "Enhanced check for padding"Shih-wei Liao2011-07-211-3/+3
|\ \
| * | Enhanced check for paddingAndrew Hsieh2011-07-201-3/+3
| |/
* / Apply changes to migrate to llvm upstream r135568.Logan Chien2011-07-206-13/+16
|/
* Remove ArrayRefs!Stephen Hines2011-07-192-13/+6
* Apply changes to migrate to upstream API.Shih-wei Liao2011-07-194-36/+40
* Remove all explicit ArrayRef constructors.Stephen Hines2011-07-143-15/+7
* Fix missing slot metadata issue + cleanup ArrayRefs.Stephen Hines2011-07-141-25/+7
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-6/+0
* Fix API changes of llvm::SubtargetFeatures.Shih-wei Liao2011-07-021-7/+8
* Type-checking for ForEach with RS types.Stephen Hines2011-06-272-12/+275
* In syncing to 133163, now clang::FieldDecl::Create has 1 more parameter.Shih-wei Liao2011-06-221-2/+3
* Change FieldDecl::Create() API.Shih-wei Liao2011-06-221-2/+3
* Fix llvm API changes to migrate to upstream r131807.Shih-wei Liao2011-06-224-18/+33
* Apply API changes to migrate to CLANG upstream.Shih-wei Liao2011-06-225-46/+66
* Add in missing primitive element reflection.Stephen Hines2011-06-171-7/+12
* Clean up forEach reflection code.Stephen Hines2011-05-3125-192/+364
* Simple support for reflecting rsForEach().Stephen Hines2011-05-168-36/+244
* Provide multiple diagnostics when we can.Stephen Hines2011-05-094-4/+21
* Improve type validation for root() functions.Stephen Hines2011-05-0539-14/+152
* Check RS functions (esp. init/root) for validity.Stephen Hines2011-05-0234-52/+288
* Forbid RS objects from being contained in unions.Stephen Hines2011-04-2510-80/+179
* Disallow union copies that contain RS object typesStephen Hines2011-04-206-50/+81
* Apply changes to migrate to upstream as of April 8th, 2011 from logan.Shih-wei Liao2011-04-191-1/+2
* Apply changes to migrate to upstream as of March 18th, 2011 from logn.Shih-wei Liao2011-04-192-13/+38
* am 0211613b: (-s ours) DO NOT MERGE: Add support for RSASTReplace for ref-cou...Stephen Hines2011-03-300-0/+0
|\
| * DO NOT MERGE: Add support for RSASTReplace for ref-counting.Stephen Hines2011-03-295-109/+479
* | Use the prebuilt llvm-rs-* if we are doing apps-only build.Ying Wang2011-03-301-0/+6
* | Add support for RSASTReplace for ref-counting.Stephen Hines2011-03-295-109/+479
* | Fix build breakage.Shih-wei Liao2011-03-171-5/+5
* | Re-enable warnings as errors in Slang.Alex Sakhartchouk2011-03-173-13/+10
* | Revert "All warnings should be enabled/errors in Slang."Stephen Hines2011-03-141-7/+8
* | All warnings should be enabled/errors in Slang.Stephen Hines2011-03-111-8/+7
* | Fix struct size bug.Shih-wei Liao2011-03-111-1/+1
* | Migrate to newer API.Logan Chien2011-03-103-8/+4
* | Apply changes to migrate to LLVM Mar 6th 2011.Logan2011-03-0915-128/+176
|/
* Add proper line info to rsSetObject diagnostic.Stephen Hines2011-03-032-4/+5
* Fix NOTICE.Shih-wei Liao2011-03-021-0/+149
* NOTICE file and logn:Shih-wei Liao2011-03-019-10/+220
* Warnings should be emitted on successful compiles too.Stephen Hines2011-02-225-23/+23
* am a0611e66: Initialize structs.Stephen Hines2011-02-112-4/+22
|\
| * Initialize structs.Stephen Hines2011-02-112-4/+22
* | am 2bb67db8: Replace struct assignments with rsSetObject calls.Stephen Hines2011-02-116-24/+346
|\|
| * Replace struct assignments with rsSetObject calls.Stephen Hines2011-02-116-24/+346
* | am f2174cfd: Handle struct reference counting.Stephen Hines2011-02-108-162/+333
|\|
| * Handle struct reference counting.Stephen Hines2011-02-108-162/+333
* | am 3fa286b4: Fix b/3427124. Adding the overloadable invokable feature. Reflec...Shih-wei Liao2011-02-108-5/+42
|\|
| * Fix b/3427124. Adding the overloadable invokable feature. Reflect that type o...Shih-wei Liao2011-02-108-5/+42