Commit Graph

917 Commits

Author SHA1 Message Date
Svyatoslav Scherbina 3d350cf40d dependencies: add minor code improvement 2016-10-17 18:00:45 +03:00
Svyatoslav Scherbina e4bc19b145 build: download llvm and libffi from the JFrog repo 2016-10-17 17:35:57 +03:00
Svyatoslav Scherbina 7ed9d9c633 build: implement downloading (native) dependencies from the JFrog repo 2016-10-17 17:35:57 +03:00
Vasily Levchenko ddae560ffe support new interface for jvm frontend 2016-10-17 14:03:25 +03:00
Vasily Levchenko a2b1f028c8 kotlin-ir: sync 2016-10-17 14:02:35 +03:00
Nikolay Igotti acca9e0eb8 FFI on iOS test. 2016-10-17 13:59:33 +03:00
Vasily Levchenko 5790787840 kotlin-ir sync 2016-10-17 05:28:05 +03:00
SvyatoslavScherbina 7c22d4e1c0 Merge pull request #8 from JetBrains/callbacks-strike-back
Fix bugs after supporting callbacks in Interop
2016-10-14 17:40:02 +03:00
Svyatoslav Scherbina e6351a3446 Interop/Indexer: improve memory management 2016-10-14 17:11:46 +03:00
Svyatoslav Scherbina bdcb7fb33c Interop/Indexer: update prebuilt interop stubs
after fixing bugs in stub generation
2016-10-14 16:28:14 +03:00
Svyatoslav Scherbina 32c6e62297 Interop/Indexer: unions don't have natural layout 2016-10-14 16:28:14 +03:00
Svyatoslav Scherbina 6d04320471 Interop/StubGenerator: fix regressions after refactoring
performed to support callbacks
2016-10-14 16:28:14 +03:00
Svyatoslav Scherbina 2d2c79c54c Interop/StubGenerator: do not treat array-typed fields as pointers
when passing structs by value through libffi
2016-10-14 16:28:14 +03:00
Svyatoslav Scherbina bd449b2ac3 Interop/Runtime: properly initialize ffi_type for structs 2016-10-14 16:28:14 +03:00
Svyatoslav Scherbina b4db26f846 Interop/Runtime: do not reuse JNI local ref globally 2016-10-14 16:28:14 +03:00
Nikolay Igotti 6f43e7befd Fetch IR branch. 2016-10-14 14:25:33 +03:00
Nikolay Igotti 6ccdc02633 Merge pull request #7 from JetBrains/rt_exceptions
Add basic exception supports and tagged refcounting.
2016-10-14 12:30:13 +03:00
Nikolay Igotti 5bbb5a4d13 Comment on race for shared containers, added fourth type for container. 2016-10-14 12:15:53 +03:00
Nikolay Igotti 90a09ca356 Use proper PC. 2016-10-14 11:20:22 +03:00
Nikolay Igotti 5786f5a2af Add basic exception supports and tagged refcounting. 2016-10-14 11:10:19 +03:00
SvyatoslavScherbina 25c5349004 Merge pull request #6 from JetBrains/runtime-code-in-compiler
Import some runtime code to compiler using interop
2016-10-13 18:15:49 +03:00
Svyatoslav Scherbina 8c4f5c3cef backend.native: add -fPIC for interop with :common:hash
to fix build on Linux
2016-10-13 18:12:21 +03:00
Svyatoslav Scherbina edc88c67da backend.native: include interop with :common:hash 2016-10-13 17:29:02 +03:00
Svyatoslav Scherbina f30c840d1c runtime: move hash functions to newly created subproject
to reuse in compiler
2016-10-13 17:29:02 +03:00
Svyatoslav Scherbina 2f004edff7 Interop: fix minor bug in Indexer
handle empty compiler args
2016-10-13 17:29:02 +03:00
Svyatoslav Scherbina d00d3daf86 Interop: support passing linker as arg to stub generator 2016-10-13 17:29:02 +03:00
Svyatoslav Scherbina d800e193e8 runtime/build.gradle: extract bitcode compilation to custom task class 2016-10-13 17:29:01 +03:00
Nikolay Igotti abc98983e1 Add FFI libs for ports. 2016-10-13 17:19:03 +03:00
SvyatoslavScherbina 0707285fa4 Merge pull request #5 from JetBrains/interop-as-dependency
Represent Interop as dependency in Gradle plugin
2016-10-13 16:41:22 +03:00
Nikolay Igotti ed53aceaa5 Minor fixes. 2016-10-13 15:10:54 +03:00
Svyatoslav Scherbina 94f3c1d048 Interop: implement stub gen without .def
also add some default values to .def file format
2016-10-13 13:10:44 +03:00
Svyatoslav Scherbina fc5c7ac6df Interop: support linking with libs from the same build 2016-10-13 13:10:44 +03:00
Svyatoslav Scherbina 1316aee069 Interop: add LD_LIBRARY_PATH to stub generation task 2016-10-13 13:10:20 +03:00
Svyatoslav Scherbina 57cfc617a6 Interop: represent it as dependency in Gradle plugin 2016-10-12 16:29:52 +03:00
Vasily Levchenko 6f666b6ca9 fix: constructing parameterless function descriptors 2016-10-12 11:14:23 +03:00
Vasily Levchenko 937e721d56 kotlin-ir sync 2016-10-11 21:50:51 +03:00
Nikolay Igotti f02339c1dc Merge pull request #4 from JetBrains/mem_mgmt
Add memory mgmt.
2016-10-11 19:10:53 +03:00
Nikolay Igotti e730ee9f37 Fix spaces. 2016-10-11 19:08:46 +03:00
Nikolay Igotti 83fbb3342f Restore codegen. 2016-10-11 19:02:30 +03:00
Nikolay Igotti 7ff6a52e4c Restore codegen. 2016-10-11 18:44:27 +03:00
Nikolay Igotti ecb5a67db7 Add City64 as local hash, and update RTTI accordingly. 2016-10-11 18:40:16 +03:00
SvyatoslavScherbina 3e89a3eec7 Merge pull request #2 from JetBrains/interop-callbacks-1
Support callbacks in interop
2016-10-11 17:18:49 +03:00
Nikolay Igotti 86423f381d Fix InteropExample on Linux. 2016-10-11 17:10:29 +03:00
Nikolay Igotti fb61896825 Add memory mgmt. 2016-10-11 13:25:11 +03:00
Vasily Levchenko 3a738b2ad3 arithmetic test 2016-10-11 11:41:37 +03:00
Vasily Levchenko b038dbc724 arithmetic added (minus, mul, div, mod) 2016-10-11 11:41:37 +03:00
vvlevchenko 6d2788b6a8 Merge pull request #3 from JetBrains/rr/interfunctional-call-proposal
inter-procedural call proposal
2016-10-11 11:26:55 +03:00
Vasily Levchenko 97e31820ae inter-procedural call test 2016-10-11 11:24:47 +03:00
Vasily Levchenko 390edc146d interprocedural call implementation 2016-10-11 11:24:47 +03:00
Vasily Levchenko 31c022f0a6 g/c: cosmetic some clean up 2016-10-11 11:21:56 +03:00