aboutsummaryrefslogtreecommitdiff
path: root/slang_rs_context.h
AgeCommit message (Expand)Author
2017-07-24Improve Java reflection for 32-bit versus 64-bit differences.David Gross
2017-06-21Make RSContext::Report*() methods const.David Gross
2016-10-11Fix slang to compile with LLVM r275480Pirama Arumuga Nainar
2016-06-02Delete simple reduction implementation.nougat-devDavid Gross
2016-05-11Disallow launching old-style kernels via rsForEachYang Ni
2016-04-11Fix Java reflection for anonymous result types.David Gross
2016-02-11Change mechanism used to ensure #pragma rs reduce functions are not deleted.David Gross
2016-01-15Add Java reflection for "#pragma rs reduce".David Gross
2016-01-08Add semantic analysis of "#pragma rs reduce" script functions.David Gross
2015-12-03Tidy up AST nodes for rsForEachYang Ni
2015-11-20Merge "Changed generated calls to rsForEachInternal"Yang Ni
2015-11-19Changed generated calls to rsForEachInternalYang Ni
2015-11-18Merge "Remove PragmaRecorder."David Gross
2015-11-17Parse "#pragma rs reduce" and generate metadata.David Gross
2015-11-17Remove PragmaRecorder.David Gross
2015-11-06Launch options & multi inputs for single-source RSYang Ni
2015-10-14Revert "Revert "Handle kernel launch calls""Yang Ni
2015-10-13Revert "Handle kernel launch calls"Stephen Hines
2015-10-12Handle kernel launch callsYang Ni
2015-07-30Add initial support for validating and exporting reduce kernels.Matt Wala
2014-08-20Replace the NULL macro with nullptr literal.Chris Wailes
2014-07-23Merge "Update slang for LLVM rebase to r212749."Stephen Hines
2014-07-15Update slang for LLVM rebase to r212749.Stephen Hines
2014-07-09Deprecate rs_fp_imprecise.Jean-Luc Brouillet
2014-07-09Add an option to emit 32-bit and 64-bit bitcode.Stephen Hines
2014-07-07Adds support for multi-input kernels to Slang.Chris Wailes
2014-06-17Added a new development target api.Chris Wailes
2014-06-11Add -v (-verbose/--verbose) option to llvm-rs-cc.Stephen Hines
2014-06-04Don't go through RSContext for the Java reflection (take 2)Jean-Luc Brouillet
2014-06-04Revert "Don't go through RSContext for the Java reflection."Jean-Luc Brouillet
2014-06-03Don't go through RSContext for the Java reflection.Jean-Luc Brouillet
2014-05-27Remove useless "return;" statements.Jean-Luc Brouillet
2014-05-23Clean up embedded bitcode path for Java.Stephen Hines
2014-04-25Update Slang for Clang/LLVM 3.5a.Tim Murray
2014-03-25Fix clang compile errors.Narayan Kamath
2014-01-16Add ReportErrror/Warning to RSContext.Jean-Luc Brouillet
2013-07-23Update C++ bindings and add const qualifiers to get methods.Tim Murray
2013-07-20Clean up handling of Java package name for llvm-rs-cc.Stephen Hines
2013-01-22Merge "Skip reflection of resize() when building for the compatibility library."Stephen Hines
2013-01-21Updates for LLVM merge to r171906 on 20130108.Stephen Hines
2013-01-18Skip reflection of resize() when building for the compatibility library.Stephen Hines
2012-08-03Add RS package name option + support.Stephen Hines
2012-02-22Support dummy root() and re-ordering in presence of non-root kernels.Stephen Hines
2011-10-22Apply changes to migrate to LLVM upstream Oct 20th 2011.Logan Chien
2011-08-18Don't generate forEach() on pre-ICS target SDK.Stephen Hines
2011-05-16Simple support for reflecting rsForEach().Stephen Hines
2011-03-09Apply changes to migrate to LLVM Mar 6th 2011.Logan
2011-02-10Handle struct reference counting.Stephen Hines
2011-02-10Fix b/3427124. Adding the overloadable invokable feature. Reflect that type o...Shih-wei Liao
2011-01-31Support for generating .java dependencies for RS.Stephen Hines