aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_export_foreach.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change the name for the new rs_context parameter.Jean-Luc Brouillet2015-08-111-94/+114
* Update llvm-rs-cc version to 23 for M.Stephen Hines2015-07-131-14/+10
* Move the error for pointers in structures earlier in the compile.Stephen Hines2015-06-161-6/+1
* Support new-style kernels with no output and no input.David Gross2015-04-021-3/+5
* A kernel may have at most 8 inputs.David Gross2015-03-131-1/+13
* Remove extraneous semicolon from namespace-closing curly brace; was breaking ...David Gross2015-03-111-1/+1
* Frontend support for new special kernel params ctxt and z.David Gross2015-03-111-74/+175
* Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-18/+18
* Adds support for multi-input kernels to Slang.Chris Wailes2014-07-071-20/+34
* Add details to the TODO, simplify dummy namesJean-Luc Brouillet2014-05-161-2/+1
* Update Slang for Clang/LLVM 3.5a.Tim Murray2014-04-251-4/+4
* Allow 'x' and 'y' to be of type signed int. Validates they are of the same t...Jean-Luc Brouillet2014-01-211-161/+132
|\
| * Require 'x' and 'y' as the parameter names of the iterators.Jean-Luc Brouillet2014-01-171-161/+117
|/
* Add ReportErrror/Warning to RSContext.Jean-Luc Brouillet2014-01-161-144/+89
* Code refactoring, no behavior change.Jean-Luc Brouillet2014-01-141-50/+60
* Updates for LLVM merge to r171906 on 20130108.Stephen Hines2013-01-211-2/+2
* Forbid non-const static variables in kernels.Stephen Hines2012-12-101-1/+18
* Support for pass-by-value kernels.Stephen Hines2012-09-191-4/+191
* Apply changes to migrate to CLANG-160673-20120724.Shih-wei Liao2012-08-021-1/+1
* Support dummy root() and re-ordering in presence of non-root kernels.Stephen Hines2012-02-221-1/+9
* Export ForEach on non-root functions.Stephen Hines2012-02-221-35/+61
* Clean up graphics/compute root() distinction.Stephen Hines2012-02-101-26/+44
* Remove unused variableConley Owens2011-11-081-1/+0
* resolved conflicts for merge of f736d5a1 to ics-mr1Stephen Hines2011-10-271-2/+19
|\
| * Add back pre-ICS support for "int root(int);".Stephen Hines2011-10-261-2/+19
* | Apply changes to migrate to LLVM upstream Oct 20th 2011.Logan Chien2011-10-221-63/+69
|/
* Generate an error for skipped root() params in HC.Stephen Hines2011-10-111-0/+21
* Generate .rs.dtor() to clean up globals.Stephen Hines2011-08-311-6/+6
* Fix up parsing of root() function arguments.Stephen Hines2011-08-171-101/+70
* Fix double delete (from RSExportable during teardown).Stephen Hines2011-07-211-2/+0
* In syncing to 133163, now clang::FieldDecl::Create has 1 more parameter.Shih-wei Liao2011-06-221-2/+3
* Clean up forEach reflection code.Stephen Hines2011-05-311-119/+233
* Simple support for reflecting rsForEach().Stephen Hines2011-05-161-0/+252