aboutsummaryrefslogtreecommitdiff
path: root/llvm-rs-cc.cpp
AgeCommit message (Expand)Author
2021-04-22Have slang emit a warning on renderscript deprecation.Xusong Wang
2019-09-24Disable leak detection locally.Steven Moreland
2017-07-24Improve Java reflection for 32-bit versus 64-bit differences.David Gross
2016-10-11Fix slang to compile with LLVM r275480Pirama Arumuga Nainar
2016-07-15Remove date/timestamp info to make builds reproducible.Stephen Hines
2016-03-15Update slang for LLVM rebase to r256229Pirama Arumuga Nainar
2015-08-15Merge "Update Slang for LLVM rebase to r239765"Stephen Hines
2015-07-29Move frameworks/compile/slang off AndroidConfig.h.Elliott Hughes
2015-07-10Update Slang for LLVM rebase to r239765Pirama Arumuga Nainar
2015-06-25Make llvm-rs-cc able to emit 64bit bitcode for RS C++ APIMiao Wang
2015-05-28Enable warnings in llvm_rs_ccJean-Luc Brouillet
2015-05-14Use the llvm command line handling.Jean-Luc Brouillet
2015-05-05Merge Slang with SlangRS, Backend with RSBackend.Jean-Luc Brouillet
2015-04-28Fix slang option -emit-llvmYang Ni
2014-08-15Suppress warnings on our second compilation (for 64-bit).Stephen Hines
2014-07-25Update slang for LLVM rebase to r212749.Stephen Hines
2014-07-09Add an option to emit 32-bit and 64-bit bitcode.Stephen Hines
2014-06-11Clean up more of the RSCCOptions class.Stephen Hines
2014-06-06Separate out option processing from llvm-rs-cc.cpp.Stephen Hines
2014-05-28Update slang for LLVM 3.5 rebase (r209713).Stephen Hines
2014-05-27Remove useless "return;" statements.Jean-Luc Brouillet
2014-02-19Fix C++ reflection so that -p works.Stephen Hines
2013-08-09Update slang for LLVM merge up to r187914.Stephen Hines
2013-01-21Updates for LLVM merge to r171906 on 20130108.Stephen Hines
2012-10-01Enable C++ reflection, fixing many minor bugs in the process.Tim Murray
2012-08-03Add RS package name option + support.Stephen Hines
2012-08-02Apply changes to migrate to CLANG-160673-20120724.Shih-wei Liao
2012-03-01Merge "Add option to generate reflected C++ code."Stephen Hines
2012-03-01am fa5209a2: am 9c459f0c: Merge "Enable emission of debugger-friendly bitcode"Jean-Baptiste Queru
2012-03-01Add option to generate reflected C++ code.Stephen Hines
2012-02-29Enable emission of debugger-friendly bitcodemkopec1
2011-12-05Add support for warning flag processing.Stephen Hines
2011-10-22Apply changes to migrate to LLVM upstream Oct 20th 2011.Logan Chien
2011-10-21Use 64-bit longs with llvm-rs-cc.Stephen Hines
2011-09-23Generate warnings properly for multi-file compiles.Stephen Hines
2011-09-07Fix -version information for llvm-rs-cc.Stephen Hines
2011-09-02Remove obsolete/confusing options and fix strings.Stephen Hines
2011-07-22Add support for -target-api <n> to llvm-rs-cc.Stephen Hines
2011-03-10Migrate to newer API.Logan Chien
2011-03-09Apply changes to migrate to LLVM Mar 6th 2011.Logan
2011-02-22Warnings should be emitted on successful compiles too.Stephen Hines
2011-02-08Support Windows paths in slang.Raphael
2011-02-07Add support for assertions in llvm-rs-cc.Stephen Hines
2010-11-10Improve code style.Stephen Hines
2010-10-21Add missing break statement.Patrick Scott
2010-10-12Implement one-definition-rule (ODR) feature.Zonr Chang
2010-10-12Refine the SlangRS::compile() API.Zonr Chang
2010-10-12Prepend legal announcement in all files.Zonr Chang
2010-10-12Refactor a bit & -M bug fixed.Zonr Chang
2010-10-11Return 1 in main() to stop the build system when there's an error.Shih-wei Liao