aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_export_type.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle struct reference counting.Stephen Hines2011-02-101-1/+2
* Add support for assertions in llvm-rs-cc.Stephen Hines2011-02-071-20/+21
* Zero-initialize structs containing RS objects.Stephen Hines2011-02-041-0/+54
* Convert fprintf -> diagnostic messages.Stephen Hines2010-12-131-56/+86
* Refactor diagnostics for constant array exports.Stephen Hines2010-12-131-105/+95
* Arrays of width 3 vector types cannot be exported.Stephen Hines2010-12-101-13/+73
* Check exported array elements for proper equality.Stephen Hines2010-12-071-2/+4
* Forbid unions from being exported by llvm-rs-cc.Stephen Hines2010-12-061-2/+25
* Improved error messages for structs.Stephen Hines2010-12-061-127/+176
* Add prelim error check for pointers in structs.Stephen Hines2010-11-291-6/+10
* Improve code style.Stephen Hines2010-11-101-6/+11
* Use Clang object references instead of pointers.Stephen Hines2010-11-031-1/+1
* Exclude rs_matrixNxN from being RS object type.Zonr Chang2010-10-221-13/+23
* Add convertToSpecType() for every RSExportType derivative.Zonr Chang2010-10-221-1/+105
* Bug fix: support self-referential struct type.Zonr Chang2010-10-211-22/+31
* Revert "Bug fix: support self-referential struct type."Zonr Chang2010-10-211-31/+22
* Bug fix: support self-referential struct type.Zonr Chang2010-10-211-22/+31
* Unify type spec by creating rs-spec-gen.Zonr Chang2010-10-171-146/+45
* Remove Slang::TargetDescription.Zonr Chang2010-10-131-8/+8
* Implement one-definition-rule (ODR) feature.Zonr Chang2010-10-121-1/+86
* Prepend legal announcement in all files.Zonr Chang2010-10-121-0/+16
* Support for unsigned long and unsigned long long.Stephen Hines2010-10-111-2/+7
* Fix memory leak of RSExport* object create in processExport(). Now, they willZonr Chang2010-10-061-6/+5
* De-virtualize the RSExportType::getClass().Zonr Chang2010-10-061-26/+6
* Rewrite the RSExportConstantArrayType to better support reflectingZonr Chang2010-10-061-133/+71
* 1. Rewrite reflection of parameter packet in RSExportFunc. In order toZonr Chang2010-10-061-31/+38
* Create RSExportMatrixType which is a subclass of RSExportTypeZonr Chang2010-10-061-17/+103
* More coding style fixing to improve the readability. No actual semanticszonr2010-10-051-84/+73
* 1. Reorder DataTypeBoolean, DataTypeRSMatrix2x2, DataTypeRSMatrix3x3, and Dat...Shih-wei Liao2010-10-031-16/+15
* The Mother-of-All code review:Shih-wei Liao2010-10-031-608/+748
* Support for signed 64-bit integer type.Stephen Hines2010-10-011-1/+14
* Add support for Float64 (double) to slang.Stephen Hines2010-09-211-1/+12
* Fix warnings. Bug fix.Shih-wei Liao2010-09-211-7/+7
* Implement the ARM-specific struct layout ABI in exportable functions paramete...Shih-wei Liao2010-09-141-1/+36
* Handle ConstantArray Type.Shih-wei Liao2010-08-241-11/+97
* Memory error: Fix "Invalid read of size 1" and "Jump based on uninitialize va...Shih-wei Liao2010-08-201-1/+2
* Fix the size of MatrixShih-wei Liao2010-08-191-3/+3
* Implement rs_matrix2x2, rs_matrix3x3, rs_matrix4x4Shih-wei Liao2010-08-171-0/+3
* Handle RecordLayout and get the Alloc size.Shih-wei Liao2010-08-101-1/+10