aboutsummaryrefslogtreecommitdiffstats
path: root/slang_backend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update slang for rebase to LLVM r235153Pirama Arumuga Nainar2015-05-191-8/+7
* Merge Slang with SlangRS, Backend with RSBackend.Jean-Luc Brouillet2015-05-191-25/+486
* Update slang for LLVM rebase to r233350.Stephen Hines2015-04-071-4/+1
* Update slang for LLVM rebase to r230699.Stephen Hines2015-03-261-8/+7
* Update slang for LLVM rebase to r222494.Stephen Hines2014-11-241-3/+3
* Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-7/+7
* Adds support for multi-input kernels to Slang.Chris Wailes2014-07-071-1/+1
* Added a new development target api.Chris Wailes2014-06-171-4/+4
* Remove useless "return;" statements.Jean-Luc Brouillet2014-05-271-11/+0
* Update Slang for Clang/LLVM 3.5a.Tim Murray2014-04-251-6/+6
* Strip unknown/unsupported attributes (like readnone/readonly for parameters).Stephen Hines2013-12-181-0/+3
* Update slang for LLVM merge up to r187914.Stephen Hines2013-08-091-1/+0
* Updates for LLVM merge to r176139.Stephen Hines2013-03-051-1/+2
* Updates for LLVM merge to r171906 on 20130108.Stephen Hines2013-01-211-7/+7
* Add BitWriter_3_2 for JB+ target API.Stephen Hines2013-01-081-1/+5
* resolved conflicts for merge of 9e7e17b0 to masterStephen Hines2012-03-211-9/+8
|\
| * Use bcinfo::writeAndroidBitcodeWrapper().Stephen Hines2012-03-211-9/+8
* | am fa5209a2: am 9c459f0c: Merge "Enable emission of debugger-friendly bitcode"Jean-Baptiste Queru2012-03-011-1/+1
|\|
| * Enable emission of debugger-friendly bitcodemkopec12012-02-291-1/+1
| * Add support for generating a bitcode wrapper to llvm-rs-cc.Stephen Hines2011-12-011-2/+26
* | Apply changes to migrate to upstream (Dec 16th 2011)Logan Chien2011-12-161-6/+9
* | Fix bool return for HandleTopLevelDecl().Stephen Hines2011-11-281-2/+1
* | Merge "Add support for BitWriter_2_9_func bitcode writing."Stephen Hines2011-11-281-5/+24
|\ \
| * | Add support for BitWriter_2_9_func bitcode writing.Stephen Hines2011-11-231-5/+24
* | | Apply changes to migrate to upstream (Nov 25th 2011).Logan Chien2011-11-251-2/+2
|/ /
* | Add support for generating a bitcode wrapper to llvm-rs-cc.Stephen Hines2011-11-221-2/+26
* | Apply changes to migrate to llvm upstream r144606.Logan Chien2011-11-161-2/+2
|/
* Apply changes to migrate to LLVM upstream Oct 20th 2011.Logan Chien2011-10-221-13/+16
* Start basic support for LLVM 2.9 bitcode writer.Stephen Hines2011-08-261-2/+7
* Apply changes to migrate to llvm upstream r135568.Logan Chien2011-07-201-2/+2
* Remove all explicit ArrayRef constructors.Stephen Hines2011-07-141-2/+1
* Fix API changes of llvm::SubtargetFeatures.Shih-wei Liao2011-07-021-7/+8
* Fix llvm API changes to migrate to upstream r131807.Shih-wei Liao2011-06-221-10/+23
* Apply API changes to migrate to CLANG upstream.Shih-wei Liao2011-06-221-1/+3
* Add support for assertions in llvm-rs-cc.Stephen Hines2011-02-071-2/+4
* Refactor pragma handling (pass everything to LLVM)Stephen Hines2011-01-181-3/+3
* Improve code style.Stephen Hines2010-11-101-21/+27
* Add two new APIs in HandleTranslationUnitPre and HandleTranslationUnitPost.Zonr Chang2010-10-131-2/+4
* Remove Slang::TargetDescription.Zonr Chang2010-10-131-15/+12
* Prepend legal announcement in all files.Zonr Chang2010-10-121-0/+16
* Provide better abstraction of class Slang.Zonr Chang2010-10-061-35/+39
* More coding style fixing to improve the readability. No actual semanticszonr2010-10-051-25/+26
* The Mother-of-All code review:Shih-wei Liao2010-10-031-247/+247
* Fix warnings. Bug fix.Shih-wei Liao2010-09-211-6/+6
* Apply changes on slang such that it can work with LLVM/Clang upstream r112364...Shih-wei Liao2010-09-111-4/+3
* Add a command-line option to allow function names with the "rs" prefix (--all...Kirk Stewart2010-07-071-9/+13
* Change Diagnostic::Error to Diagnostic::Warning for now. The long-term soluti...Shih-wei Liao2010-06-141-1/+1
* Use llvm::StringRef::startswith rather than std::string::compare,Kirk Stewart2010-06-111-1/+1
* Add a check to prevent users from defining function names startingKirk Stewart2010-06-111-2/+15
* Use pre-existing clang code to produce errors for un-prototyped functions.Kirk Stewart2010-06-101-63/+0