aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-rs-cc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make llvm-rs-cc able to emit 64bit bitcode for RS C++ APIMiao Wang2015-06-251-5/+12
* Enable warnings in llvm_rs_ccJean-Luc Brouillet2015-05-281-51/+61
* Use the llvm command line handling.Jean-Luc Brouillet2015-05-191-104/+26
* Merge Slang with SlangRS, Backend with RSBackend.Jean-Luc Brouillet2015-05-191-2/+1
* Fix slang option -emit-llvmYang Ni2015-04-291-1/+1
* Suppress warnings on our second compilation (for 64-bit).Stephen Hines2014-08-151-1/+4
* Update slang for LLVM rebase to r212749.Stephen Hines2014-07-251-6/+6
* Add an option to emit 32-bit and 64-bit bitcode.Stephen Hines2014-07-091-43/+87
* Clean up more of the RSCCOptions class.Stephen Hines2014-06-111-17/+6
* Separate out option processing from llvm-rs-cc.cpp.Stephen Hines2014-06-061-272/+8
* Update slang for LLVM 3.5 rebase (r209713).Stephen Hines2014-05-281-1/+1
* Remove useless "return;" statements.Jean-Luc Brouillet2014-05-271-3/+0
* Fix C++ reflection so that -p works.Stephen Hines2014-02-191-4/+5
* Update slang for LLVM merge up to r187914.Stephen Hines2013-08-091-22/+23
* Updates for LLVM merge to r171906 on 20130108.Stephen Hines2013-01-211-7/+21
* Enable C++ reflection, fixing many minor bugs in the process.Tim Murray2012-10-011-0/+4
* Add RS package name option + support.Stephen Hines2012-08-031-2/+7
* Apply changes to migrate to CLANG-160673-20120724.Shih-wei Liao2012-08-021-1/+2
* Merge "Add option to generate reflected C++ code."Stephen Hines2012-03-011-0/+5
|\
| * Add option to generate reflected C++ code.Stephen Hines2012-03-011-0/+5
* | am fa5209a2: am 9c459f0c: Merge "Enable emission of debugger-friendly bitcode"Jean-Baptiste Queru2012-03-011-0/+19
|\ \ | |/ |/|
| * Enable emission of debugger-friendly bitcodemkopec12012-02-291-0/+19
* | Add support for warning flag processing.Stephen Hines2011-12-051-7/+16
|/
* Apply changes to migrate to LLVM upstream Oct 20th 2011.Logan Chien2011-10-221-10/+12
* Use 64-bit longs with llvm-rs-cc.Stephen Hines2011-10-211-0/+1
* Generate warnings properly for multi-file compiles.Stephen Hines2011-09-231-1/+1
* Fix -version information for llvm-rs-cc.Stephen Hines2011-09-071-1/+20
* Remove obsolete/confusing options and fix strings.Stephen Hines2011-09-021-9/+7
* Add support for -target-api <n> to llvm-rs-cc.Stephen Hines2011-07-221-0/+8
* Migrate to newer API.Logan Chien2011-03-101-2/+1
* Apply changes to migrate to LLVM Mar 6th 2011.Logan2011-03-091-7/+13
* Warnings should be emitted on successful compiles too.Stephen Hines2011-02-221-15/+13
* Support Windows paths in slang.Raphael2011-02-081-2/+2
* Add support for assertions in llvm-rs-cc.Stephen Hines2011-02-071-3/+4
* Improve code style.Stephen Hines2010-11-101-51/+56
* Add missing break statement.Patrick Scott2010-10-211-0/+1
* Implement one-definition-rule (ODR) feature.Zonr Chang2010-10-121-2/+3
* Refine the SlangRS::compile() API.Zonr Chang2010-10-121-88/+35
* Prepend legal announcement in all files.Zonr Chang2010-10-121-0/+16
* Refactor a bit & -M bug fixed.Zonr Chang2010-10-121-4/+14
* Return 1 in main() to stop the build system when there's an error.Shih-wei Liao2010-10-111-3/+2
* Triple initialization.Shih-wei Liao2010-10-111-1/+2
* Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver...Shih-wei Liao2010-10-101-0/+517
* Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."Shih-wei Liao2010-10-101-517/+0
* New implementation of llvm-rs-cc (replacement of slang_driver).Shih-wei Liao2010-10-091-0/+517