aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add back pre-ICS support for "int root(int);".Stephen Hines2011-10-261-2/+3
* Don't generate forEach() on pre-ICS target SDK.Stephen Hines2011-08-181-0/+2
* Clean up forEach reflection code.Stephen Hines2011-05-311-4/+1
* Simple support for reflecting rsForEach().Stephen Hines2011-05-161-4/+19
* Provide multiple diagnostics when we can.Stephen Hines2011-05-091-4/+5
* Check RS functions (esp. init/root) for validity.Stephen Hines2011-05-021-13/+5
* Apply changes to migrate to LLVM Mar 6th 2011.Logan2011-03-091-2/+2
* Handle struct reference counting.Stephen Hines2011-02-101-1/+2
* Fix b/3427124. Adding the overloadable invokable feature. Reflect that type o...Shih-wei Liao2011-02-101-1/+2
* Add support for assertions in llvm-rs-cc.Stephen Hines2011-02-071-5/+6
* Support for generating .java dependencies for RS.Stephen Hines2011-01-311-2/+6
* Refactor pragma handling (pass everything to LLVM)Stephen Hines2011-01-181-1/+3
* Add support for the version pragma.Stephen Hines2011-01-061-1/+5
* Convert fprintf -> diagnostic messages.Stephen Hines2010-12-131-4/+0
* Improve validation of AST before reflection.Stephen Hines2010-11-301-1/+1
* Add prelim error check for pointers in structs.Stephen Hines2010-11-291-2/+5
* Missing pragma for java_package_name is an error.Stephen Hines2010-11-221-3/+6
* Remove legacy code for export func/var pragmas.Stephen Hines2010-11-191-40/+2
* Turn on support for exporting non-static funcs.Stephen Hines2010-11-171-3/+15
* Improve code style.Stephen Hines2010-11-101-12/+16
* Use Clang object references instead of pointers.Stephen Hines2010-11-031-15/+15
* Remove Slang::TargetDescription.Zonr Chang2010-10-131-1/+4
* Implement one-definition-rule (ODR) feature.Zonr Chang2010-10-121-1/+2
* Prepend legal announcement in all files.Zonr Chang2010-10-121-0/+16
* Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver...Shih-wei Liao2010-10-101-28/+15
* Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."Shih-wei Liao2010-10-101-15/+28
* New implementation of llvm-rs-cc (replacement of slang_driver).Shih-wei Liao2010-10-091-28/+15
* Export all non-static globals in RS.Stephen Hines2010-10-081-1/+1
* Fix memory leak of RSExport* object create in processExport(). Now, they willZonr Chang2010-10-061-0/+7
* More coding style fixing to improve the readability. No actual semanticszonr2010-10-051-34/+26
* The Mother-of-All code review:Shih-wei Liao2010-10-031-194/+223
* Fix warnings. Bug fix.Shih-wei Liao2010-09-211-1/+0
* Apply changes on slang such that it can work with LLVM/Clang upstream r112364...Shih-wei Liao2010-09-111-50/+25
* Encode the bitcode binary files into Java source files.Ying Wang2010-09-071-4/+15
* Check export pragma.Shih-wei Liao2010-08-291-4/+4
* Check export pragmas in the rs file.Shih-wei Liao2010-08-291-11/+19
* Memory errors: Fix mismatched free() / delete / delete [].Shih-wei Liao2010-08-201-1/+1
* Right usage of linking. Enable the reuse of the same Slang object across mult...Shih-wei Liao2010-08-051-1/+2
* Support multiple .rs files. Change "-o" to denote output path for .bc, NOT th...Shih-wei Liao2010-07-301-2/+2
* Add --output-java-reflection-path | -pShih-wei Liao2010-07-151-0/+8
* Usage Linkage for choosing vars/funcs which should be exported instead.Victor Hsieh2010-07-121-2/+3
* Rename *ExportAllStatic* to *ExportAllNonStatic*.Victor Hsieh2010-07-081-4/+4
* Add pragma rs set_reflect_licenseVictor Hsieh2010-07-071-4/+12
* Add pragma rs export_var_all and export_func_allVictor Hsieh2010-06-261-7/+33
* 1. Add comments to clarify (E.g., don't worry. "syntax error will be triggere...Shih-wei Liao2010-06-211-8/+10
* Add support to #pragma rs java_package_name.Shih-wei Liao2010-06-111-16/+26
* Initialize slang and Android.mk.Shih-wei Liao2010-06-041-0/+207