aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* Fix $TBLGEN. Should be $CLANG_TBLGEN. DO NOT MERGE.Shih-wei Liao2011-12-121-1/+1
* Add support for generating a bitcode wrapper to llvm-rs-cc.Stephen Hines2011-12-011-0/+2
* Apply changes to migrate to LLVM upstream Oct 20th 2011.Logan Chien2011-10-221-36/+36
* Fix -version information for llvm-rs-cc.Stephen Hines2011-09-071-0/+1
* Remove obsolete/confusing options and fix strings.Stephen Hines2011-09-021-1/+1
* Start basic support for LLVM 2.9 bitcode writer.Stephen Hines2011-08-261-0/+6
* Fix up parsing of root() function arguments.Stephen Hines2011-08-171-1/+0
* Add support for -target-api <n> to llvm-rs-cc.Stephen Hines2011-07-221-1/+1
* Define RS_VERSION as the SDK version.Stephen Hines2011-07-211-0/+10
* Apply changes to migrate to upstream API.Shih-wei Liao2011-07-191-0/+2
* Simple support for reflecting rsForEach().Stephen Hines2011-05-161-1/+1
* Check RS functions (esp. init/root) for validity.Stephen Hines2011-05-021-0/+1
* 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-291-0/+1
* Re-enable warnings as errors in Slang.Alex Sakhartchouk2011-03-171-8/+7
* 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
* Apply changes to migrate to LLVM Mar 6th 2011.Logan2011-03-091-7/+6
* NOTICE file and logn:Shih-wei Liao2011-03-011-0/+1
* resolved conflicts for merge of 6e6578a3 to masterStephen Hines2011-02-071-0/+6
|\
| * Add support for assertions in llvm-rs-cc.Stephen Hines2011-02-071-0/+6
* | Don't repack the llvm/clang static libraries into libslangYing Wang2011-01-271-34/+36
|/
* Merge "Support for building/using llvm-rs-cc for Windows SDK." into honeycombRaphael2011-01-131-1/+5
|\
| * Support for building/using llvm-rs-cc for Windows SDK.Raphael2011-01-131-1/+5
* | STATIC_LIBRARIES.Shih-wei Liao2011-01-131-2/+2
* | On-device linking should use SHARED_LIBRARIES class. STATIC_LIBRARIESShih-wei Liao2011-01-131-0/+2
* | On-device linking: Packing workShih-wei Liao2011-01-131-1/+14
|/
* Link statically against libslang.Ying Wang2011-01-111-13/+7
* Factor out RSObjectRefCount for destructor work.Stephen Hines2010-11-051-0/+1
* Exclude rs_matrixNxN from being RS object type.Zonr Chang2010-10-221-0/+1
* Define RS metadata spec and implement the encoder.Zonr Chang2010-10-221-1/+2
* Unify type spec by creating rs-spec-gen.Zonr Chang2010-10-171-0/+22
* Revert "embed .rsh in llvm-rs-cc".Zonr Chang2010-10-131-61/+1
* Fix potential memory corruption in checkODR().Zonr Chang2010-10-121-0/+15
* Implement one-definition-rule (ODR) feature.Zonr Chang2010-10-121-0/+1
* Refine the SlangRS::compile() API.Zonr Chang2010-10-121-0/+1
* llvm-rs-cc does not depend on llvm-rs-linkYing Wang2010-10-111-2/+0
* Rewrite llvm-rs-link.Zonr Chang2010-10-111-0/+18
* Revert "Revert "Improve RSCCOptions.td""Shih-wei Liao2010-10-101-1/+1
* Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver...Shih-wei Liao2010-10-101-3/+15
* Revert "Fix P1S0 bug."Shih-wei Liao2010-10-101-2/+1
* Fix P1S0 bug.Shih-wei Liao2010-10-101-1/+2
* Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."Shih-wei Liao2010-10-101-15/+3
* Revert "Improve RSCCOptions.td"Shih-wei Liao2010-10-101-1/+1
* Improve RSCCOptions.tdShih-wei Liao2010-10-091-1/+1
* New implementation of llvm-rs-cc (replacement of slang_driver).Shih-wei Liao2010-10-091-3/+15
* Don't include rs_graphics.rsh by default.Zonr Chang2010-10-081-16/+1
* Factor out shared library libslang.so from slang.Zonr Chang2010-10-081-48/+72
* Use llvm::sys::Path to implement "mkdir -p".Zonr Chang2010-10-081-0/+1
* Better way to include default RS headers (*.rsh).Zonr Chang2010-10-081-3/+78