aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_object_ref_count.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a few Clang assertions thrown by llvm-rs-ccPirama Arumuga Nainar2015-06-101-2/+18
* Merge Slang with SlangRS, Backend with RSBackend.Jean-Luc Brouillet2015-05-191-1/+1
* Update slang for LLVM rebase to r233350.Stephen Hines2015-04-071-0/+4
* Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-45/+45
* Add an option to emit 32-bit and 64-bit bitcode.Stephen Hines2014-07-091-4/+4
* Remove useless "return;" statements.Jean-Luc Brouillet2014-05-271-25/+0
* Move DataType enum out of RSExportPrimitiveDataType.Jean-Luc Brouillet2014-05-151-71/+64
* Remove rs_spec_gen and associated macros.Jean-Luc Brouillet2014-04-301-10/+13
* Adapt llvm-rs-cc for LLVM/Clang update.Stephen Hines2013-05-061-2/+2
* Update slang for LLVM/Clang rebase.Stephen Hines2013-03-181-1/+2
* Updates for LLVM merge to r171906 on 20130108.Stephen Hines2013-01-211-14/+14
* Fix rs_matrix destructor issue.Stephen Hines2013-01-071-2/+9
* Fix up slang for merge through LLVM r163557.Stephen Hines2012-09-101-28/+34
* Migrate to upstream-153220-20120321.Shih-wei Liao2012-03-241-0/+7
* Adapt to upstream Clang/LLVM changes.Stephen Hines2012-03-051-0/+11
* am 47e7ca09: am c1024ba2: Merge "Xcode 4.3 compatibility checkin"Stephen Hines2012-03-011-2/+2
|\
| * Xcode 4.3 compatibility checkinAl Sutton2012-02-231-2/+2
* | am 9f1d0aa5: Update error diagnostic for struct/array copy.Stephen Hines2011-12-191-1/+1
|\ \
| * | Update error diagnostic for struct/array copy.Stephen Hines2011-12-181-1/+1
* | | am 6a20005e: Merge "Adapt to upstream changes."Stephen Hines2011-11-151-1/+1
|\| |
| * | Adapt to upstream changes.Stephen Hines2011-11-101-1/+1
| |/
* / Add path object type.Jason Sams2011-11-071-0/+1
|/
* Apply changes to migrate to LLVM upstream Oct 20th 2011.Logan Chien2011-10-221-4/+6
* Fix .rs.dtor scoping bug.Stephen Hines2011-09-161-11/+18
* Generate .rs.dtor() to clean up globals.Stephen Hines2011-08-311-0/+42
* Fix refcount issue with locals declared in middle of compound statements.Stephen Hines2011-08-111-27/+42
* Apply changes to migrate to llvm upstream r135568.Logan Chien2011-07-201-1/+2
* Forbid RS objects from being contained in unions.Stephen Hines2011-04-251-5/+1
* Disallow union copies that contain RS object typesStephen Hines2011-04-201-38/+51
* Apply changes to migrate to upstream as of March 18th, 2011 from logn.Shih-wei Liao2011-04-191-13/+36
* Add support for RSASTReplace for ref-counting.Stephen Hines2011-03-291-106/+211
* Re-enable warnings as errors in Slang.Alex Sakhartchouk2011-03-171-4/+2
* Apply changes to migrate to LLVM Mar 6th 2011.Logan2011-03-091-50/+82
* Add proper line info to rsSetObject diagnostic.Stephen Hines2011-03-031-3/+4
* Initialize structs.Stephen Hines2011-02-111-3/+20
* Replace struct assignments with rsSetObject calls.Stephen Hines2011-02-111-21/+299
* Handle struct reference counting.Stephen Hines2011-02-101-136/+279
* Add support for assertions in llvm-rs-cc.Stephen Hines2011-02-071-22/+23
* Zero-initialize structs containing RS objects.Stephen Hines2011-02-041-1/+6
* Handle local RS object initialization properly.Stephen Hines2011-02-041-23/+130
* Support for generating .java dependencies for RS.Stephen Hines2011-01-311-3/+0
* Replace RS object assignments with rsSetObject().Stephen Hines2011-01-261-3/+96
* Fix variable names for Clang-based compilation.Stephen Hines2011-01-171-3/+3
* Fix style and a small typo.Stephen Hines2011-01-061-1/+1
* Support basic array destructors for RS types.Stephen Hines2011-01-061-17/+210
* Convert from use of Expr -> Stmt.Stephen Hines2010-12-151-21/+21
* Properly zero-initialize local arrays of RS types.Stephen Hines2010-11-121-2/+13
* Support local destructor for many return stmts.Stephen Hines2010-11-111-19/+74
* Improve code style.Stephen Hines2010-11-101-23/+24
* Add simple destructors to local RS objects.Stephen Hines2010-11-081-0/+201