index
:
android_frameworks_compile_slang
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-9.1.0
ics
ics-release
jellybean
jellybean-stable
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-14.0
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
slang_rs_context.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add back pre-ICS support for "int root(int);".
Stephen Hines
2011-10-26
1
-2
/
+3
*
Don't generate forEach() on pre-ICS target SDK.
Stephen Hines
2011-08-18
1
-0
/
+2
*
Clean up forEach reflection code.
Stephen Hines
2011-05-31
1
-4
/
+1
*
Simple support for reflecting rsForEach().
Stephen Hines
2011-05-16
1
-4
/
+19
*
Provide multiple diagnostics when we can.
Stephen Hines
2011-05-09
1
-4
/
+5
*
Check RS functions (esp. init/root) for validity.
Stephen Hines
2011-05-02
1
-13
/
+5
*
Apply changes to migrate to LLVM Mar 6th 2011.
Logan
2011-03-09
1
-2
/
+2
*
Handle struct reference counting.
Stephen Hines
2011-02-10
1
-1
/
+2
*
Fix b/3427124. Adding the overloadable invokable feature. Reflect that type o...
Shih-wei Liao
2011-02-10
1
-1
/
+2
*
Add support for assertions in llvm-rs-cc.
Stephen Hines
2011-02-07
1
-5
/
+6
*
Support for generating .java dependencies for RS.
Stephen Hines
2011-01-31
1
-2
/
+6
*
Refactor pragma handling (pass everything to LLVM)
Stephen Hines
2011-01-18
1
-1
/
+3
*
Add support for the version pragma.
Stephen Hines
2011-01-06
1
-1
/
+5
*
Convert fprintf -> diagnostic messages.
Stephen Hines
2010-12-13
1
-4
/
+0
*
Improve validation of AST before reflection.
Stephen Hines
2010-11-30
1
-1
/
+1
*
Add prelim error check for pointers in structs.
Stephen Hines
2010-11-29
1
-2
/
+5
*
Missing pragma for java_package_name is an error.
Stephen Hines
2010-11-22
1
-3
/
+6
*
Remove legacy code for export func/var pragmas.
Stephen Hines
2010-11-19
1
-40
/
+2
*
Turn on support for exporting non-static funcs.
Stephen Hines
2010-11-17
1
-3
/
+15
*
Improve code style.
Stephen Hines
2010-11-10
1
-12
/
+16
*
Use Clang object references instead of pointers.
Stephen Hines
2010-11-03
1
-15
/
+15
*
Remove Slang::TargetDescription.
Zonr Chang
2010-10-13
1
-1
/
+4
*
Implement one-definition-rule (ODR) feature.
Zonr Chang
2010-10-12
1
-1
/
+2
*
Prepend legal announcement in all files.
Zonr Chang
2010-10-12
1
-0
/
+16
*
Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver...
Shih-wei Liao
2010-10-10
1
-28
/
+15
*
Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."
Shih-wei Liao
2010-10-10
1
-15
/
+28
*
New implementation of llvm-rs-cc (replacement of slang_driver).
Shih-wei Liao
2010-10-09
1
-28
/
+15
*
Export all non-static globals in RS.
Stephen Hines
2010-10-08
1
-1
/
+1
*
Fix memory leak of RSExport* object create in processExport(). Now, they will
Zonr Chang
2010-10-06
1
-0
/
+7
*
More coding style fixing to improve the readability. No actual semantics
zonr
2010-10-05
1
-34
/
+26
*
The Mother-of-All code review:
Shih-wei Liao
2010-10-03
1
-194
/
+223
*
Fix warnings. Bug fix.
Shih-wei Liao
2010-09-21
1
-1
/
+0
*
Apply changes on slang such that it can work with LLVM/Clang upstream r112364...
Shih-wei Liao
2010-09-11
1
-50
/
+25
*
Encode the bitcode binary files into Java source files.
Ying Wang
2010-09-07
1
-4
/
+15
*
Check export pragma.
Shih-wei Liao
2010-08-29
1
-4
/
+4
*
Check export pragmas in the rs file.
Shih-wei Liao
2010-08-29
1
-11
/
+19
*
Memory errors: Fix mismatched free() / delete / delete [].
Shih-wei Liao
2010-08-20
1
-1
/
+1
*
Right usage of linking. Enable the reuse of the same Slang object across mult...
Shih-wei Liao
2010-08-05
1
-1
/
+2
*
Support multiple .rs files. Change "-o" to denote output path for .bc, NOT th...
Shih-wei Liao
2010-07-30
1
-2
/
+2
*
Add --output-java-reflection-path | -p
Shih-wei Liao
2010-07-15
1
-0
/
+8
*
Usage Linkage for choosing vars/funcs which should be exported instead.
Victor Hsieh
2010-07-12
1
-2
/
+3
*
Rename *ExportAllStatic* to *ExportAllNonStatic*.
Victor Hsieh
2010-07-08
1
-4
/
+4
*
Add pragma rs set_reflect_license
Victor Hsieh
2010-07-07
1
-4
/
+12
*
Add pragma rs export_var_all and export_func_all
Victor Hsieh
2010-06-26
1
-7
/
+33
*
1. Add comments to clarify (E.g., don't worry. "syntax error will be triggere...
Shih-wei Liao
2010-06-21
1
-8
/
+10
*
Add support to #pragma rs java_package_name.
Shih-wei Liao
2010-06-11
1
-16
/
+26
*
Initialize slang and Android.mk.
Shih-wei Liao
2010-06-04
1
-0
/
+207