aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_reflect_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update slang for LLVM rebase to r222494.Stephen Hines2014-11-241-7/+9
* Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-3/+3
* Add comments to the generated file.Jean-Luc Brouillet2014-07-251-0/+40
* Add an option to emit 32-bit and 64-bit bitcode.Stephen Hines2014-07-091-18/+42
* Add -v (-verbose/--verbose) option to llvm-rs-cc.Stephen Hines2014-06-111-3/+6
* Use GeneratedFile in Java reflectionJean-Luc Brouillet2014-06-031-3/+22
* Remove ReflectionBase.Jean-Luc Brouillet2014-06-031-0/+4
* Add a GeneratedFile class for Java and C++ file generation.Jean-Luc Brouillet2014-06-021-76/+151
* Reformat the reflection code using clang-formatJean-Luc Brouillet2014-05-281-193/+189
* Generate calls to getBitCode32() for new constructor type.Stephen Hines2014-05-231-5/+5
* Clean up embedded bitcode path for Java.Stephen Hines2014-05-231-2/+8
* Style violation cleanup.Stephen Hines2012-02-241-1/+1
* Remove obsolete/confusing options and fix strings.Stephen Hines2011-09-021-1/+1
* Support Windows paths in slang.Raphael2011-02-081-6/+7
* Improve code style.Stephen Hines2010-11-101-1/+3
* Prepend legal announcement in all files.Zonr Chang2010-10-121-0/+16
* Use llvm::sys::Path to implement "mkdir -p".Zonr Chang2010-10-081-34/+5
* The dep file uses the .rs stem, instead of the .bc stem.Ying Wang2010-10-071-0/+16
* Remove warnings from slang build.Stephen Hines2010-10-061-1/+1
* More coding style fixing to improve the readability. No actual semanticszonr2010-10-051-28/+29
* Change rules for RS name reflection.Stephen Hines2010-09-161-10/+6
* Handle big bitcode files.Ying Wang2010-09-091-62/+139
* Add #include <cstring> to fix the build.Mike Lockwood2010-09-081-0/+1
* Encode the bitcode binary files into Java source files.Ying Wang2010-09-071-0/+189