aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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 "Improve RSCCOptions.td""Shih-wei Liao2010-10-102-2/+5
* Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver...Shih-wei Liao2010-10-1013-1140/+728
* Revert "Fix P1S0 bug."Shih-wei Liao2010-10-101-2/+1
* Fix P1S0 bug.Shih-wei Liao2010-10-101-1/+2
* Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."Shih-wei Liao2010-10-1013-728/+1140
* Revert "Improve RSCCOptions.td"Shih-wei Liao2010-10-102-5/+2
* Improve RSCCOptions.tdShih-wei Liao2010-10-092-2/+5
* New implementation of llvm-rs-cc (replacement of slang_driver).Shih-wei Liao2010-10-0913-1140/+728
* Export all non-static globals in RS.Stephen Hines2010-10-081-1/+1
* Make --allow-rs-prefix more reasonable.Zonr Chang2010-10-083-10/+33
* Fix Externalize in slang_driver.cpp.Shih-wei Liao2010-10-081-19/+8
* Don't include rs_graphics.rsh by default.Zonr Chang2010-10-084-23/+6
* Rewrite llvm-rs-link a bit. It's now more clean.Zonr Chang2010-10-084-52/+73
* Factor out shared library libslang.so from slang.Zonr Chang2010-10-082-48/+97
* Fix simulator build.Shih-wei Liao2010-10-081-0/+6
* Use llvm::sys::Path to implement "mkdir -p".Zonr Chang2010-10-089-113/+104
* Better way to include default RS headers (*.rsh).Zonr Chang2010-10-084-5/+209
* Pass additional dep target to slangYing Wang2010-10-073-1/+22
* The dep file uses the .rs stem, instead of the .bc stem.Ying Wang2010-10-073-1/+29
* Add support to Slang for "-MD" option.Stephen Hines2010-10-073-29/+75
* Use "L" suffix for 64-bit Java int initializers.Stephen Hines2010-10-071-1/+5
* Add -d/--output-dep-path options for "-M" deps.Stephen Hines2010-10-061-30/+59
* Remove warnings from slang build.Stephen Hines2010-10-062-4/+17
* Fix a minor error checking bug.Stephen Hines2010-10-061-3/+6
* Add "-M" dependency generation to Slang.Stephen Hines2010-10-064-12/+95
* GetTypeNullValue() in slang_rs_reflection should take boolean type into consi...Zonr Chang2010-10-061-1/+5
* Provide better abstraction of class Slang.Zonr Chang2010-10-0614-577/+394
* Fix memory leak of RSExport* object create in processExport(). Now, they willZonr Chang2010-10-068-20/+72
* De-virtualize the RSExportType::getClass().Zonr Chang2010-10-062-45/+20
* Check mItemArray in component-level getter and return correct null value forShih-wei Liao2010-10-061-0/+26
* Revert "Check mItemArray in component-level getter and return correct null va...Shih-wei Liao2010-10-061-26/+0
* Check mItemArray in component-level getter and return correct null value forZonr Chang2010-10-061-0/+26
* Rewrite the RSExportConstantArrayType to better support reflectingZonr Chang2010-10-065-245/+264
* 1. Rewrite reflection of parameter packet in RSExportFunc. In order toZonr Chang2010-10-066-181/+222
* Create RSExportMatrixType which is a subclass of RSExportTypeZonr Chang2010-10-068-140/+297
* Fix FieldIndex issue and re-enable it in reflection.Zonr Chang2010-10-062-2/+7
* More coding style fixing to improve the readability. No actual semanticszonr2010-10-0529-590/+575
* 1. Reorder DataTypeBoolean, DataTypeRSMatrix2x2, DataTypeRSMatrix3x3, and Dat...Shih-wei Liao2010-10-036-234/+134
* The Mother-of-All code review:Shih-wei Liao2010-10-0328-4452/+5247
* Support for signed 64-bit integer type.Stephen Hines2010-10-015-26/+44
* Add some missing references to Float64/double.Stephen Hines2010-09-301-0/+3
* Add support for "f" suffix on float constants.Stephen Hines2010-09-211-1/+1
* Add support for Float64 (double) to slang.Stephen Hines2010-09-214-4/+16
* Turn off llvm-rs-link for now.Shih-wei Liao2010-09-211-1/+1
* Fix warnings. Bug fix.Shih-wei Liao2010-09-2111-41/+55
* Fix memory bug (cl::init doesn't work. Did a workaround.)Shih-wei Liao2010-09-201-3/+3
* Turn off buggy FieldIndex for now.Shih-wei Liao2010-09-171-1/+1
* Remove unnecessary checks in component getter.Shih-wei Liao2010-09-171-2/+2