aboutsummaryrefslogtreecommitdiff
path: root/slang_backend.h
AgeCommit message (Expand)Author
2017-03-29Fix for crashes and failures due to 32-bit x86 struct layout.David Gross
2016-06-02Delete simple reduction implementation.nougat-devDavid Gross
2016-03-20Update slang for LLVM rebase to r256229Pirama Arumuga Nainar
2016-03-03slang error on kernel launch from another kernelYang Ni
2016-02-03Rename #rs_export_reduce_new to #rs_export_reduce.David Gross
2015-11-18Merge "Remove PragmaRecorder."David Gross
2015-11-17Parse "#pragma rs reduce" and generate metadata.David Gross
2015-11-17Remove PragmaRecorder.David Gross
2015-10-14Revert "Revert "Handle kernel launch calls""Yang Ni
2015-10-13Revert "Handle kernel launch calls"Stephen Hines
2015-10-12Handle kernel launch callsYang Ni
2015-08-06Merge "Enhance diagnostic options."David Gross
2015-08-06Enhance diagnostic options.David Gross
2015-07-30Add initial support for validating and exporting reduce kernels.Matt Wala
2015-07-16llvm-rs-as: Wrap bitcode with the RS bitcode wrapper.Matt Wala
2015-05-06Update slang for rebase to LLVM r235153Pirama Arumuga Nainar
2015-05-05Merge Slang with SlangRS, Backend with RSBackend.Jean-Luc Brouillet
2015-03-26Update slang for LLVM rebase to r230699.Stephen Hines
2014-07-07Adds support for multi-input kernels to Slang.Chris Wailes
2014-06-17Added a new development target api.Chris Wailes
2014-05-27Remove useless "return;" statements.Jean-Luc Brouillet
2014-03-25Fix clang compile errors.Narayan Kamath
2012-03-01am fa5209a2: am 9c459f0c: Merge "Enable emission of debugger-friendly bitcode"Jean-Baptiste Queru
2012-02-29Enable emission of debugger-friendly bitcodemkopec1
2011-12-01Add support for generating a bitcode wrapper to llvm-rs-cc.Stephen Hines
2011-11-25Apply changes to migrate to upstream (Nov 25th 2011).Logan Chien
2011-11-22Add support for generating a bitcode wrapper to llvm-rs-cc.Stephen Hines
2011-10-22Apply changes to migrate to LLVM upstream Oct 20th 2011.Logan Chien
2011-08-26Start basic support for LLVM 2.9 bitcode writer.Stephen Hines
2011-06-22Fix llvm API changes to migrate to upstream r131807.Shih-wei Liao
2011-01-18Refactor pragma handling (pass everything to LLVM)Stephen Hines
2010-11-10Improve code style.Stephen Hines
2010-10-13Revert "embed .rsh in llvm-rs-cc".Zonr Chang
2010-10-13Add two new APIs in HandleTranslationUnitPre and HandleTranslationUnitPost.Zonr Chang
2010-10-13Remove Slang::TargetDescription.Zonr Chang
2010-10-12Prepend legal announcement in all files.Zonr Chang
2010-10-06Provide better abstraction of class Slang.Zonr Chang
2010-10-05More coding style fixing to improve the readability. No actual semanticszonr