aboutsummaryrefslogtreecommitdiff
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-27Merge "Generate warnings properly for multi-file compiles."Stephen Hines
2011-09-23Generate warnings properly for multi-file compiles.Stephen Hines
2011-09-20Reconcile with ics-factoryrom-releaseThe Android Open Source Project
2011-09-19DO NOT MERGE, cherry-pick from masterJason Sams
2011-09-19am 6329130e: (-s ours) DO NOT MERGE, cherry-pick from master Fix .rs.dtor sco...Jason Sams
2011-09-19DO NOT MERGE, cherry-pick from masterJason Sams
2011-09-16Fix .rs.dtor scoping bug.Stephen Hines
2011-09-09Test new error for mixed vector components.Stephen Hines
2011-09-07Fix -version information for llvm-rs-cc.Stephen Hines
2011-09-02Update README for llvm-rs-cc..Stephen Hines
2011-09-02Remove obsolete/confusing options and fix strings.Stephen Hines
2011-08-31Generate .rs.dtor() to clean up globals.Stephen Hines
2011-08-29Support HC bitcode generation in modern llvm-rs-cc.Stephen Hines
2011-08-26Merge "Start basic support for LLVM 2.9 bitcode writer."Stephen Hines
2011-08-26Start basic support for LLVM 2.9 bitcode writer.Stephen Hines
2011-08-25Fixing copyNow reflection.Alex Sakhartchouk
2011-08-18Don't generate forEach() on pre-ICS target SDK.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-08-09Update header file includes for llvm-rs-cc.Stephen Hines
2011-08-04Properly calculate end of struct padding.Stephen Hines
2011-07-22Support new arguments for llvm-rs-cc testing.Stephen Hines
2011-07-22Add support for -target-api <n> to llvm-rs-cc.Stephen Hines
2011-07-21Fix double delete (from RSExportable during teardown).Stephen Hines
2011-07-21Define RS_VERSION as the SDK version.Stephen Hines
2011-07-21Merge "Fix style issues."Stephen Hines
2011-07-21Merge "Enhanced check for padding"Shih-wei Liao
2011-07-20Fix style issues.Stephen Hines
2011-07-20Enhanced check for paddingAndrew Hsieh
2011-07-20Apply changes to migrate to llvm upstream r135568.Logan Chien
2011-07-19Remove ArrayRefs!Stephen Hines
2011-07-19Apply changes to migrate to upstream API.Shih-wei Liao
2011-07-14Remove all explicit ArrayRef constructors.Stephen Hines
2011-07-14Fix missing slot metadata issue + cleanup ArrayRefs.Stephen Hines
2011-07-11Remove the simulator target from all makefiles.Jeff Brown
2011-07-02Fix API changes of llvm::SubtargetFeatures.Shih-wei Liao
2011-06-27Type-checking for ForEach with RS types.Stephen Hines
2011-06-22In syncing to 133163, now clang::FieldDecl::Create has 1 more parameter.Shih-wei Liao
2011-06-22Change FieldDecl::Create() API.Shih-wei Liao
2011-06-22Fix llvm API changes to migrate to upstream r131807.Shih-wei Liao
2011-06-22Apply API changes to migrate to CLANG upstream.Shih-wei Liao
2011-06-17Add in missing primitive element reflection.Stephen Hines
2011-05-31Clean up forEach reflection code.Stephen Hines
2011-05-16Simple support for reflecting rsForEach().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