aboutsummaryrefslogtreecommitdiff
path: root/slang_rs_object_ref_count.cpp
AgeCommit message (Expand)Author
2017-06-21Fix crashing in return that references rs objYang Ni
2017-06-07Fix stack-local-out-of-scope when getting IdentifierInfoPirama Arumuga Nainar
2017-05-25Fixed rest of null pointer warnings.Luis A. Lozano
2017-05-04Fixed reference counting for function parametersYang Ni
2017-04-20Merge "Fix a slang regression with DISABLE_NDEBUG"android-wear-o-preview-4android-wear-o-preview-3android-o-preview-2Treehugger Robot
2017-04-20Fix a slang regression with DISABLE_NDEBUGI-Jui (Ray) Sung
2017-04-17Fix an assertion failure in slang RSSetObject generationI-Jui (Ray) Sung
2016-12-02Fix inconsistency in slang reflection code generation under debug buildsI-Jui (Ray) Sung
2016-12-02Skip generating RenderScript annotations on implicitly defined functionsI-Jui (Ray) Sung
2016-08-25Do not decrement sysRef of allocation from rsGetAllocation()Yang Ni
2016-07-19Fix llvm-rs-cc when assertions are enabled.Stephen Hines
2016-04-06Use empty list initializers to construct all zero-initialized variables.Stephen Hines
2016-03-23Initialize temp var for a return valueYang Ni
2016-03-15Update slang for LLVM rebase to r256229Pirama Arumuga Nainar
2016-03-01Handle return values of rsObject typeYang Ni
2016-01-08Add semantic analysis of "#pragma rs reduce" script functions.David Gross
2015-12-01Fixed ref counting for returned rs objectsYang Ni
2015-11-30Cleaned up ref counting destructor visitorYang Ni
2015-09-11Fix invalid declaration of rsClearObject() iterator.Stephen Hines
2015-06-10Fix a few Clang assertions thrown by llvm-rs-ccPirama Arumuga Nainar
2015-05-05Merge Slang with SlangRS, Backend with RSBackend.Jean-Luc Brouillet
2015-04-07Update slang for LLVM rebase to r233350.Stephen Hines
2014-08-20Replace the NULL macro with nullptr literal.Chris Wailes
2014-07-09Add an option to emit 32-bit and 64-bit bitcode.Stephen Hines
2014-05-27Remove useless "return;" statements.Jean-Luc Brouillet
2014-05-15Move DataType enum out of RSExportPrimitiveDataType.Jean-Luc Brouillet
2014-04-30Remove rs_spec_gen and associated macros.Jean-Luc Brouillet
2013-05-06Adapt llvm-rs-cc for LLVM/Clang update.Stephen Hines
2013-03-18Update slang for LLVM/Clang rebase.Stephen Hines
2013-01-21Updates for LLVM merge to r171906 on 20130108.Stephen Hines
2013-01-07Fix rs_matrix destructor issue.Stephen Hines
2012-09-10Fix up slang for merge through LLVM r163557.Stephen Hines
2012-03-24Migrate to upstream-153220-20120321.Shih-wei Liao
2012-03-05Adapt to upstream Clang/LLVM changes.Stephen Hines
2012-03-01am 47e7ca09: am c1024ba2: Merge "Xcode 4.3 compatibility checkin"Stephen Hines
2012-02-23Xcode 4.3 compatibility checkinAl Sutton
2011-12-19am 9f1d0aa5: Update error diagnostic for struct/array copy.Stephen Hines
2011-12-18Update error diagnostic for struct/array copy.Stephen Hines
2011-11-15am 6a20005e: Merge "Adapt to upstream changes."Stephen Hines
2011-11-10Adapt to upstream changes.Stephen Hines
2011-11-07Add path object type.Jason Sams
2011-10-22Apply changes to migrate to LLVM upstream Oct 20th 2011.Logan Chien
2011-09-16Fix .rs.dtor scoping bug.Stephen Hines
2011-08-31Generate .rs.dtor() to clean up globals.Stephen Hines
2011-08-11Fix refcount issue with locals declared in middle of compound statements.Stephen Hines
2011-07-20Apply changes to migrate to llvm upstream r135568.Logan Chien
2011-04-25Forbid RS objects from being contained in unions.Stephen Hines
2011-04-20Disallow union copies that contain RS object typesStephen Hines
2011-04-19Apply changes to migrate to upstream as of March 18th, 2011 from logn.Shih-wei Liao
2011-03-29Add support for RSASTReplace for ref-counting.Stephen Hines