aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_export_type.h
Commit message (Expand)AuthorAgeFilesLines
* Move the error for pointers in structures earlier in the compile.Stephen Hines2015-06-161-1/+1
* am 340b5550: Fix dangling reference to a local std::string.Stephen Hines2014-09-051-3/+1
|\
| * Fix dangling reference to a local std::string.Stephen Hines2014-09-051-3/+1
| * Fix two bugs for 64-bit slang.Tim Murray2014-08-051-2/+0
* | Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-10/+10
* | Fix two bugs for 64-bit slang.Tim Murray2014-08-131-2/+0
|/
* Remove useless "return;" statements.Jean-Luc Brouillet2014-05-271-8/+0
* Replace macros with equivalent inline functions.Jean-Luc Brouillet2014-05-231-13/+33
* Remove obsolete commentsJean-Luc Brouillet2014-05-231-5/+0
* Add details to the TODO, simplify dummy namesJean-Luc Brouillet2014-05-161-5/+7
* Make virtual getTypeStoreSize and getTypeAllocSizeJean-Luc Brouillet2014-05-151-5/+9
* Move DataType enum out of RSExportPrimitiveDataType.Jean-Luc Brouillet2014-05-151-63/+60
* Remove obsolete unused codeJean-Luc Brouillet2014-05-141-21/+0
* Remove rs_spec_gen and associated macros.Jean-Luc Brouillet2014-04-301-20/+58
* 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