aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_export_func.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-8/+8
* Add details to the TODO, simplify dummy namesJean-Luc Brouillet2014-05-161-2/+1
* Make virtual getTypeStoreSize and getTypeAllocSizeJean-Luc Brouillet2014-05-151-1/+1
* Update Slang for Clang/LLVM 3.5a.Tim Murray2014-04-251-1/+1
* Add ReportErrror/Warning to RSContext.Jean-Luc Brouillet2014-01-161-8/+6
* Updates for LLVM merge to r171906 on 20130108.Stephen Hines2013-01-211-4/+4
* Apply changes to migrate to CLANG-160673-20120724.Shih-wei Liao2012-08-021-1/+1
* Apply changes to migrate to LLVM upstream Oct 20th 2011.Logan Chien2011-10-221-7/+7
* Fix double delete (from RSExportable during teardown).Stephen Hines2011-07-211-1/+0
* Apply changes to migrate to llvm upstream r135568.Logan Chien2011-07-201-3/+3
* Change FieldDecl::Create() API.Shih-wei Liao2011-06-221-2/+3
* Check RS functions (esp. init/root) for validity.Stephen Hines2011-05-021-2/+26
* Apply changes to migrate to upstream as of March 18th, 2011 from logn.Shih-wei Liao2011-04-191-0/+2
* Fix b/3427124. Adding the overloadable invokable feature. Reflect that type o...Shih-wei Liao2011-02-101-1/+1
* Add support for assertions in llvm-rs-cc.Stephen Hines2011-02-071-4/+5
* Improve code style.Stephen Hines2010-11-101-3/+7
* Use Clang object references instead of pointers.Stephen Hines2010-11-031-6/+6
* Implement one-definition-rule (ODR) feature.Zonr Chang2010-10-121-2/+2
* Prepend legal announcement in all files.Zonr Chang2010-10-121-0/+16
* 1. Rewrite reflection of parameter packet in RSExportFunc. In order toZonr Chang2010-10-061-79/+93
* More coding style fixing to improve the readability. No actual semanticszonr2010-10-051-18/+11
* The Mother-of-All code review:Shih-wei Liao2010-10-031-66/+97
* Fix warnings. Bug fix.Shih-wei Liao2010-09-211-1/+1
* Implement the ARM-specific struct layout ABI in exportable functions paramete...Shih-wei Liao2010-09-141-3/+20
* Handle RecordLayout and get the Alloc size.Shih-wei Liao2010-08-101-0/+4
* Use addBoolean successfully and bool->boolean reflection.Shih-wei Liao2010-06-251-3/+3
* Initialize slang and Android.mk.Shih-wei Liao2010-06-041-0/+70