aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_export_element.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-8/+8
* Update slang for LLVM rebase to r212749.Stephen Hines2014-07-151-1/+1
* Remove useless "return;" statements.Jean-Luc Brouillet2014-05-271-1/+0
* Replace macros with equivalent inline functions.Jean-Luc Brouillet2014-05-231-1/+1
* Move DataType enum out of RSExportPrimitiveDataType.Jean-Luc Brouillet2014-05-151-10/+9
* Remove rs_spec_gen and associated macros.Jean-Luc Brouillet2014-04-301-16/+30
* Support reflection of enums.Stephen Hines2013-12-061-2/+1
* Revert "Generate an error for exporting rs_objects in structs/arrays."Stephen Hines2012-04-041-2/+2
* Generate an error for exporting rs_objects in structs/arrays.Stephen Hines2012-04-031-2/+2
* Removing DataKind completely from llvm-rs-cc.Stephen Hines2012-03-091-4/+1
* Apply API changes to migrate to CLANG upstream.Shih-wei Liao2011-06-221-1/+1
* Forbid RS objects from being contained in unions.Stephen Hines2011-04-251-1/+2
* Apply changes to migrate to LLVM Mar 6th 2011.Logan2011-03-091-1/+1
* Add support for assertions in llvm-rs-cc.Stephen Hines2011-02-071-9/+10
* Arrays of width 3 vector types cannot be exported.Stephen Hines2010-12-101-1/+1
* Improved error messages for structs.Stephen Hines2010-12-061-1/+1
* Improve code style.Stephen Hines2010-11-101-4/+6
* Unify type spec by creating rs-spec-gen.Zonr Chang2010-10-171-18/+16
* Prepend legal announcement in all files.Zonr Chang2010-10-121-0/+16
* Rewrite the RSExportConstantArrayType to better support reflectingZonr Chang2010-10-061-4/+0
* Create RSExportMatrixType which is a subclass of RSExportTypeZonr Chang2010-10-061-33/+1
* More coding style fixing to improve the readability. No actual semanticszonr2010-10-051-19/+13
* 1. Reorder DataTypeBoolean, DataTypeRSMatrix2x2, DataTypeRSMatrix3x3, and Dat...Shih-wei Liao2010-10-031-6/+4
* The Mother-of-All code review:Shih-wei Liao2010-10-031-143/+164
* Handle ConstantArray Type.Shih-wei Liao2010-08-241-15/+47
* Initialize slang and Android.mk.Shih-wei Liao2010-06-041-0/+143