aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_export_type.h
Commit message (Expand)AuthorAgeFilesLines
* Update Slang for Clang/LLVM 3.5a.Tim Murray2014-04-251-1/+1
* Add ReportErrror/Warning to RSContext.Jean-Luc Brouillet2014-01-161-5/+6
* Support reflection of enums.Stephen Hines2013-12-061-1/+1
* Validate FS (and RS) ASTs.Stephen Hines2012-10-111-1/+10
* Fix reflection of setters for unsigned primitive types.Stephen Hines2012-07-241-0/+2
* Refactor using genSetExportVariable().Stephen Hines2012-05-011-1/+3
* Reflect element/dim information for FieldPacker.Stephen Hines2012-04-301-0/+25
* Generate an error when exporting RS objects in structs/arrays.Stephen Hines2012-04-051-2/+2
* Revert "Generate an error for exporting rs_objects in structs/arrays."Stephen Hines2012-04-041-3/+2
* Generate an error for exporting rs_objects in structs/arrays.Stephen Hines2012-04-031-2/+3
* start cpp reflectionJason Sams2012-03-121-0/+16
* Removing DataKind completely from llvm-rs-cc.Stephen Hines2012-03-091-18/+2
* Add getRSReflectionType to facilitate new C++ code.Stephen Hines2012-03-081-0/+17
* Apply changes to migrate to LLVM upstream Oct 20th 2011.Logan Chien2011-10-221-1/+1
* Fix style issues.Stephen Hines2011-07-201-0/+6
* Apply changes to migrate to upstream API.Shih-wei Liao2011-07-191-10/+10
* Forbid RS objects from being contained in unions.Stephen Hines2011-04-251-1/+5
* Handle struct reference counting.Stephen Hines2011-02-101-0/+3
* Zero-initialize structs containing RS objects.Stephen Hines2011-02-041-0/+5
* Add Slang support for rs_object_slots metadata.Stephen Hines2011-01-271-1/+1
* Convert fprintf -> diagnostic messages.Stephen Hines2010-12-131-4/+3
* Arrays of width 3 vector types cannot be exported.Stephen Hines2010-12-101-7/+8
* Improved error messages for structs.Stephen Hines2010-12-061-16/+14
* Add prelim error check for pointers in structs.Stephen Hines2010-11-291-1/+2
* Improve code style.Stephen Hines2010-11-101-10/+10
* Exclude rs_matrixNxN from being RS object type.Zonr Chang2010-10-221-4/+20
* Add convertToSpecType() for every RSExportType derivative.Zonr Chang2010-10-221-2/+22
* Bug fix: support self-referential struct type.Zonr Chang2010-10-211-6/+9
* Revert "Bug fix: support self-referential struct type."Zonr Chang2010-10-211-9/+6
* Bug fix: support self-referential struct type.Zonr Chang2010-10-211-6/+9
* Unify type spec by creating rs-spec-gen.Zonr Chang2010-10-171-46/+14
* Implement one-definition-rule (ODR) feature.Zonr Chang2010-10-121-3/+20
* Prepend legal announcement in all files.Zonr Chang2010-10-121-0/+16
* Support for unsigned long and unsigned long long.Stephen Hines2010-10-111-1/+1
* Fix memory leak of RSExport* object create in processExport(). Now, they willZonr Chang2010-10-061-2/+6
* De-virtualize the RSExportType::getClass().Zonr Chang2010-10-061-19/+14
* Rewrite the RSExportConstantArrayType to better support reflectingZonr Chang2010-10-061-49/+42
* 1. Rewrite reflection of parameter packet in RSExportFunc. In order toZonr Chang2010-10-061-15/+14
* Create RSExportMatrixType which is a subclass of RSExportTypeZonr Chang2010-10-061-4/+45
* More coding style fixing to improve the readability. No actual semanticszonr2010-10-051-0/+433