aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_export_type.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix potential nullptr dereference.Stephen Hines2015-06-161-1/+1
* Move the error for pointers in structures earlier in the compile.Stephen Hines2015-06-161-10/+42
* Add Half support in slangPirama Arumuga Nainar2015-06-031-1/+7
* Update slang for LLVM rebase to r222494.Stephen Hines2014-11-241-2/+2
* am 340b5550: Fix dangling reference to a local std::string.Stephen Hines2014-09-051-1/+1
|\
| * Fix dangling reference to a local std::string.Stephen Hines2014-09-051-1/+1
* | am 03ec6ed2: am 10dc6f31: Merge "Replace the NULL macro with nullptr literal."Stephen Hines2014-08-221-112/+113
|\ \ | |/ |/|
| * Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-112/+113
| * Fix two bugs for 64-bit slang.Tim Murray2014-08-131-14/+9
* | Fix unsigned long reflection with slang.Tim Murray2014-08-181-2/+2
* | Fix two bugs for 64-bit slang.Tim Murray2014-08-051-14/+9
|/
* Add an option to emit 32-bit and 64-bit bitcode.Stephen Hines2014-07-091-3/+15
* Replace macros with equivalent inline functions.Jean-Luc Brouillet2014-05-231-42/+51
* Remove obsolete commentsJean-Luc Brouillet2014-05-231-2/+0
* Add details to the TODO, simplify dummy namesJean-Luc Brouillet2014-05-161-2/+12
* Make virtual getTypeStoreSize and getTypeAllocSizeJean-Luc Brouillet2014-05-151-9/+5
* Move DataType enum out of RSExportPrimitiveDataType.Jean-Luc Brouillet2014-05-151-55/+51
* Remove obsolete unused codeJean-Luc Brouillet2014-05-141-91/+1
* Remove rs_spec_gen and associated macros.Jean-Luc Brouillet2014-04-301-98/+164
* Update Slang for Clang/LLVM 3.5a.Tim Murray2014-04-251-1/+2
* Add ReportErrror/Warning to RSContext.Jean-Luc Brouillet2014-01-161-140/+82
* Support reflection of enums.Stephen Hines2013-12-061-27/+40
* Handle implicit array dimensions properly.Stephen Hines2013-08-231-5/+1
* Update slang for LLVM merge to r183849.Stephen Hines2013-06-131-2/+3
* Updates for LLVM merge to r171906 on 20130108.Stephen Hines2013-01-211-8/+6
* Fix rs_matrix destructor issue.Stephen Hines2013-01-071-1/+8
* Fix overly strict check for float3 in structures.Stephen Hines2012-11-281-1/+3
* Validate FS (and RS) ASTs.Stephen Hines2012-10-111-26/+83
* Structs containing vectors of dimension 3 cannot be exported before ICS.Stephen Hines2012-08-311-0/+9
* Apply changes to migrate to CLANG-160673-20120724.Shih-wei Liao2012-08-021-1/+2
* Multiple levels of pointers cannot be exported.Stephen Hines2012-04-111-4/+7
* Generate an error when exporting RS objects in structs/arrays.Stephen Hines2012-04-051-17/+70
* Revert "Generate an error for exporting rs_objects in structs/arrays."Stephen Hines2012-04-041-56/+23
* Generate an error for exporting rs_objects in structs/arrays.Stephen Hines2012-04-031-23/+56
* start cpp reflectionJason Sams2012-03-121-0/+48
* Removing DataKind completely from llvm-rs-cc.Stephen Hines2012-03-091-18/+3
* More cleanup for reflection code.Stephen Hines2012-03-081-5/+5
* Add getRSReflectionType to facilitate new C++ code.Stephen Hines2012-03-081-0/+45
* Style violation cleanup.Stephen Hines2012-02-241-6/+5
* Apply changes to migrate to LLVM upstream Oct 20th 2011.Logan Chien2011-10-221-104/+115
* Fix double delete (from RSExportable during teardown).Stephen Hines2011-07-211-2/+0
* Remove ArrayRefs!Stephen Hines2011-07-191-5/+2
* Apply changes to migrate to upstream API.Shih-wei Liao2011-07-191-20/+20
* Remove all explicit ArrayRef constructors.Stephen Hines2011-07-141-2/+1
* Apply API changes to migrate to CLANG upstream.Shih-wei Liao2011-06-221-15/+17
* Check RS functions (esp. init/root) for validity.Stephen Hines2011-05-021-4/+2
* Forbid RS objects from being contained in unions.Stephen Hines2011-04-251-36/+145
* Apply changes to migrate to upstream as of April 8th, 2011 from logan.Shih-wei Liao2011-04-191-1/+2
* Fix struct size bug.Shih-wei Liao2011-03-111-1/+1
* Apply changes to migrate to LLVM Mar 6th 2011.Logan2011-03-091-12/+16