aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_context.h
Commit message (Expand)AuthorAgeFilesLines
* Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-1/+1
* Merge "Update slang for LLVM rebase to r212749."Stephen Hines2014-07-231-2/+1
|\
| * Update slang for LLVM rebase to r212749.Stephen Hines2014-07-151-2/+1
* | Deprecate rs_fp_imprecise.Jean-Luc Brouillet2014-07-091-0/+5
|/
* Add an option to emit 32-bit and 64-bit bitcode.Stephen Hines2014-07-091-0/+5
* Adds support for multi-input kernels to Slang.Chris Wailes2014-07-071-2/+2
* Added a new development target api.Chris Wailes2014-06-171-2/+2
* Add -v (-verbose/--verbose) option to llvm-rs-cc.Stephen Hines2014-06-111-1/+7
* Don't go through RSContext for the Java reflection (take 2)Jean-Luc Brouillet2014-06-041-15/+8
* Revert "Don't go through RSContext for the Java reflection."Jean-Luc Brouillet2014-06-041-5/+6
* Don't go through RSContext for the Java reflection.Jean-Luc Brouillet2014-06-031-6/+5
* Remove useless "return;" statements.Jean-Luc Brouillet2014-05-271-4/+0
* Clean up embedded bitcode path for Java.Stephen Hines2014-05-231-1/+2
* Update Slang for Clang/LLVM 3.5a.Tim Murray2014-04-251-11/+29
* Fix clang compile errors.Narayan Kamath2014-03-251-1/+0
* Add ReportErrror/Warning to RSContext.Jean-Luc Brouillet2014-01-161-0/+24
* Update C++ bindings and add const qualifiers to get methods.Tim Murray2013-07-231-2/+2
* Clean up handling of Java package name for llvm-rs-cc.Stephen Hines2013-07-201-3/+1
* Merge "Skip reflection of resize() when building for the compatibility library."Stephen Hines2013-01-221-0/+5
|\
| * Skip reflection of resize() when building for the compatibility library.Stephen Hines2013-01-181-0/+5
* | Updates for LLVM merge to r171906 on 20130108.Stephen Hines2013-01-211-3/+3
|/
* Add RS package name option + support.Stephen Hines2012-08-031-1/+12
* Support dummy root() and re-ordering in presence of non-root kernels.Stephen Hines2012-02-221-0/+2
* Apply changes to migrate to LLVM upstream Oct 20th 2011.Logan Chien2011-10-221-1/+1
* Don't generate forEach() on pre-ICS target SDK.Stephen Hines2011-08-181-0/+5
* Simple support for reflecting rsForEach().Stephen Hines2011-05-161-0/+12
* Apply changes to migrate to LLVM Mar 6th 2011.Logan2011-03-091-4/+5
* Handle struct reference counting.Stephen Hines2011-02-101-1/+3
* Fix b/3427124. Adding the overloadable invokable feature. Reflect that type o...Shih-wei Liao2011-02-101-0/+3
* Support for generating .java dependencies for RS.Stephen Hines2011-01-311-1/+6
* Refactor pragma handling (pass everything to LLVM)Stephen Hines2011-01-181-1/+9
* Add support for the version pragma.Stephen Hines2011-01-061-0/+8
* Convert fprintf -> diagnostic messages.Stephen Hines2010-12-131-0/+3
* Add prelim error check for pointers in structs.Stephen Hines2010-11-291-1/+1
* Remove legacy code for export func/var pragmas.Stephen Hines2010-11-191-19/+0
* Improve code style.Stephen Hines2010-11-101-7/+7
* Use Clang object references instead of pointers.Stephen Hines2010-11-031-9/+9
* Implement one-definition-rule (ODR) feature.Zonr Chang2010-10-121-0/+7
* 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-11/+3
* Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."Shih-wei Liao2010-10-101-3/+11
* New implementation of llvm-rs-cc (replacement of slang_driver).Shih-wei Liao2010-10-091-11/+3
* Fix memory leak of RSExport* object create in processExport(). Now, they willZonr Chang2010-10-061-6/+11
* Create RSExportMatrixType which is a subclass of RSExportTypeZonr Chang2010-10-061-1/+0
* More coding style fixing to improve the readability. No actual semanticszonr2010-10-051-0/+180