aboutsummaryrefslogtreecommitdiff
path: root/slang_rs_pragma_handler.cpp
AgeCommit message (Expand)Author
2016-06-02Delete simple reduction implementation.nougat-devDavid Gross
2016-02-11Change mechanism used to ensure #pragma rs reduce functions are not deleted.David Gross
2016-02-02General reduction should only support halter() at development API.David Gross
2016-01-25Make general reduction available at release N.David Gross
2016-01-08Add semantic analysis of "#pragma rs reduce" script functions.David Gross
2015-11-17Parse "#pragma rs reduce" and generate metadata.David Gross
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-05-27Remove useless "return;" statements.Jean-Luc Brouillet
2013-01-21Updates for LLVM merge to r171906 on 20130108.Stephen Hines
2012-02-24Style violation cleanup.Stephen Hines
2011-12-09Update error diagnostics.Stephen Hines
2011-03-09Apply changes to migrate to LLVM Mar 6th 2011.Logan
2011-03-01NOTICE file and logn:Shih-wei Liao
2011-02-07Add support for assertions in llvm-rs-cc.Stephen Hines
2011-02-03Fix pragma for reflection license.Stephen Hines
2011-01-18Refactor pragma handling (pass everything to LLVM)Stephen Hines
2011-01-06Add support for the version pragma.Stephen Hines
2011-01-06Fix style and a small typo.Stephen Hines
2010-11-22Missing pragma for java_package_name is an error.Stephen Hines
2010-11-19Remove legacy code for export func/var pragmas.Stephen Hines
2010-11-10Improve code style.Stephen Hines
2010-10-12Prepend legal announcement in all files.Zonr Chang
2010-10-05More coding style fixing to improve the readability. No actual semanticszonr
2010-10-03The Mother-of-All code review:Shih-wei Liao
2010-09-11Apply changes on slang such that it can work with LLVM/Clang upstream r112364...Shih-wei Liao
2010-07-08Rename *ExportAllStatic* to *ExportAllNonStatic*.Victor Hsieh
2010-07-07Add pragma rs set_reflect_licenseVictor Hsieh
2010-06-26Add pragma rs export_var_all and export_func_allVictor Hsieh
2010-06-211. Add comments to clarify (E.g., don't worry. "syntax error will be triggere...Shih-wei Liao
2010-06-11Add support to #pragma rs java_package_name.Shih-wei Liao
2010-06-04Initialize slang and Android.mk.Shih-wei Liao