Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

compiler-research

Organizes global collaboration on open source software for interactive compilation environments
Collective - Host: opensource - https://opencollective.com/compiler-research - Website: https://compiler-research.org/ - Code: https://github.com/compiler-research

Add test for IsSmartPtrType

github.com/compiler-research/CppInterOp - 751559b630e615f9b3f2a6590dafe01ef0b88700 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement IsRecordType

github.com/compiler-research/CppInterOp - 473faa1d8a71fa08fa575666bd54dcade1dbb8cb authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement IsVariable

github.com/compiler-research/CppInterOp - 271ec79c8c684d45e1c3d38c7cdee563566469d6 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Add TODO for remove sed patchof CPT

github.com/compiler-research/CppInterOp - 183580ba8d5c34ee80c4585f2a40c1ede0137cae authored over 1 year ago by Alexander Penev <[email protected]>
Implement HasDefaultConstructor

github.com/compiler-research/CppInterOp - 0c56da0ed64fd15f7ddbbaf21cbe2e69ec8ee760 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement GetComplexType

github.com/compiler-research/CppInterOp - 0acc7b29ba88859897430ec574ca12206b5e46d8 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement IsPublicVariable

github.com/compiler-research/CppInterOp - 7b4549d9a5564178c4d7d921c6b0681ec9728cf5 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Fix ODR violations.

github.com/compiler-research/CppInterOp - 4625dd6c53eaaf9b1bf211ddfdd69fbd9fc03d0f authored over 1 year ago by Vassil Vassilev <[email protected]>
Fix warnings

github.com/compiler-research/CppInterOp - 1841f9410ea8fc06ea4f9a9fc86c3147dc06f81a authored over 1 year ago by Vassil Vassilev <[email protected]>
Implement GetFunctionsUsingName

github.com/compiler-research/CppInterOp - 061d6352e10bbabc6e8b1ad655855432be2371e7 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement GetVariableOffset

github.com/compiler-research/CppInterOp - baa6b904838df71fb8b2ada316985c85ea6d989c authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement IsVirtualMethod

github.com/compiler-research/CppInterOp - e95d80ce9a9c4b8bff5ba55763369159af06a989 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement IsComplete

github.com/compiler-research/CppInterOp - 3c2de92941b1ee75a164d38ca4b08b213f695470 authored over 1 year ago by Vassil Vassilev <[email protected]>
Implement IsTemplatedFunction

github.com/compiler-research/CppInterOp - 787efc7a2f185bcde7b6703cbf96c8ddb598d029 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Move CppInterOp out of cling namespace

github.com/compiler-research/CppInterOp - 1668f182216fbaea98ebb6af866cd8a2c83cf94d authored over 1 year ago by Baidyanath Kundu <[email protected]>
Add initial version of CppInterOp test facilities.

github.com/compiler-research/CppInterOp - d895e12c380101dcfafbafcdcb223b09824b34da authored over 1 year ago by Vassil Vassilev <[email protected]>
Implement IsStaticVariable

github.com/compiler-research/CppInterOp - 4acca4bae328439f9516c97bc1908520c663c41a authored over 1 year ago by Baidyanath Kundu <[email protected]>
Initial implementation of IsBuiltin

github.com/compiler-research/CppInterOp - 13069f90fdd7e05ed24ac732d6224f04c4df03c7 authored over 1 year ago by Vassil Vassilev <[email protected]>
Implement GetFunctionPrototype

github.com/compiler-research/CppInterOp - ea7b16d59c18bdaab45ca83df5ec28b2ccd4768b authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement GetEnumConstantValue

github.com/compiler-research/CppInterOp - 63f6fe7c6753ffac4c0d1d8984ef934878a2a31e authored over 1 year ago by Baidyanath Kundu <[email protected]>
Work around de-initialization issue.

Valgrind complains about __cxa_pure_virtual called when deleting
llvm::SectionMemoryManager::~Se...

github.com/compiler-research/CppInterOp - d4f3643c981997fb38d7ddcc1e6114d1c036fd92 authored over 1 year ago by Vassil Vassilev <[email protected]>
Provide an interface returning compiler's resource directory.

This should allow us to form relative include paths for the necessary cling and
llvm headers.

github.com/compiler-research/CppInterOp - 7de1a5dc3d6c0a8048684ce01287c0a86b49d945 authored over 1 year ago by Vassil Vassilev <[email protected]>
Implement GetFunctionReturnTypeAsString

github.com/compiler-research/CppInterOp - d813c7335420de96ce962300fb0847a689102d5e authored over 1 year ago by Baidyanath Kundu <[email protected]>
Add test IsUnderlyingTypeRecordType

This test combines GetUnderlyingType with IsRecordType as they are used in conjuction in cppyy

github.com/compiler-research/CppInterOp - 646427d8ea3ef4fe56f912df978e597faf7b7f4f authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement GetBaseClassOffset

github.com/compiler-research/CppInterOp - 9a7f5fdd9e3e453dbf4438afa78cf0145fa7948d authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement GetCompleteName

github.com/compiler-research/CppInterOp - 4f9ec5e7217a97adc324414d7c48eeb1247f0718 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Rename GetCompleteName to GetQualifiedName

github.com/compiler-research/CppInterOp - 10dc15a97150b04ffd4c033249a945c84dbf20e3 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Add test for Construct

github.com/compiler-research/CppInterOp - 78674949d56ab1e8cce904bc5e49a1b0d58ca87c authored over 1 year ago by Baidyanath Kundu <[email protected]>
Reset interpreter instance before creating new one

github.com/compiler-research/CppInterOp - 53a6b3c95c8e92f08caaa4a1c53cbd22eaabb644 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Add test for GetDimensions

github.com/compiler-research/CppInterOp - f17ef57e74638a0a0951a1f316874c0d48c043da authored over 1 year ago by Baidyanath Kundu <[email protected]>
Add test for IsConstMethod

github.com/compiler-research/CppInterOp - 083a244cf451eff3c2bc2ce3621aa396984fc2df authored over 1 year ago by Baidyanath Kundu <[email protected]>
Fix ExistsFunctionTemplate

Cover all cases of the return values from Lookup::Named

github.com/compiler-research/CppInterOp - 33fbe308c007bd2fdd3efe85fa3e936b768589f7 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Move code in a separate file now part of clangCppInterOp.

github.com/compiler-research/CppInterOp - d35243fa4a3c73a1068884eb1c3c6b801b324f9d authored over 1 year ago by Vassil Vassilev <[email protected]>
Remove extra local vars in TypeReflectionTest

github.com/compiler-research/CppInterOp - cc49c7fdb143be9eb1670c8a45dd6130e0bf5368 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement GetGlobalScope

github.com/compiler-research/CppInterOp - 16c47db2d4c049e89d5c8224a2ace15a045af829 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement helper funcs for basic interpreter funcs

github.com/compiler-research/CppInterOp - c96b838b81ebbeb3c3021677f4612ae524722224 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement GetSizeOfType

github.com/compiler-research/CppInterOp - 9fd5f018731acb5ba499feb7912845ead8287ae9 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Use the llvm-monorepo instead of cpt. (#4)

github.com/compiler-research/CppInterOp - 0d466a458d833ebe543dc2b0beeebf712f67c3fa authored over 1 year ago by Vassil Vassilev <[email protected]>
Implement GetFunctionCallWrapper

github.com/compiler-research/CppInterOp - 3eb7a48d3f2d313b8fa29daff6d3bca610374bce authored over 1 year ago by Baidyanath Kundu <[email protected]>
Add test for GetFunctionArgDefault

github.com/compiler-research/CppInterOp - 26fbe37832923968020d29e2f9bb73c14d98681d authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement GetNumBases

github.com/compiler-research/CppInterOp - b38ebbc49af80165cdae214d37bb75e1914afcf1 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement IsTemplateSpecialization

github.com/compiler-research/CppInterOp - 8f403dd296841c1f0d228431cc647de1107a33d7 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement GetBaseClass

github.com/compiler-research/CppInterOp - 8d7db483cf989439fda7c27a254d643e32393cc5 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Reimplement IsTemplatedFunction for internal usage

github.com/compiler-research/CppInterOp - e98f5bc6c9a69550bc72167ef85dbb056a2a60ee authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement GetTypeFromScope

github.com/compiler-research/CppInterOp - 5493bbd2c77a2b92669098fccd061387933492fe authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement GetScopeFromType

github.com/compiler-research/CppInterOp - 20c9150016a9437feac544125d2ed9d87e38530e authored over 1 year ago by Baidyanath Kundu <[email protected]>
Split GetScopeFromType for easy internal usage

github.com/compiler-research/CppInterOp - ef8a84f59323d7a91dea6ef0ed769720e1ed0c5e authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement GetEnumConstants

github.com/compiler-research/CppInterOp - a9e42daa6d9ed43e16daed9551b271eb7f1cafd8 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement GetClassMethods

github.com/compiler-research/CppInterOp - 4c1ab86f97609e8a7bb55c0927f5286126cf9820 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Add test for IsSubType

github.com/compiler-research/CppInterOp - b18a72aa234345b8bec63fed69f238b6b6372383 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement IsConstVariable

github.com/compiler-research/CppInterOp - 2617c9e0a25a73e8c90ed4843983674bc5ec8cb0 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Implement GetFunctionRequiredArgs

github.com/compiler-research/CppInterOp - d90596643db24e2b5d627021a287b311a678eca9 authored over 1 year ago by Baidyanath Kundu <[email protected]>
Update README with build instructions (#34)

github.com/compiler-research/xeus-clang-repl - 1f3a525751c476ccfb91c5dcc087e1088e55dfb0 authored over 1 year ago by Krishna Narayanan <[email protected]>
Initial commit

github.com/compiler-research/CppInterOp - b65cc3da3401716a00f3776344a88c62067eb4fc authored over 1 year ago by Vassil Vassilev <[email protected]>
Fix links and meeting time

github.com/compiler-research/compiler-research.github.io - 448bed4eb7546dacb63c06d2e358dd03caa2e785 authored over 1 year ago by Vassil Vassilev <[email protected]>
Add Anubhab Ghosh's WASM ClangREPL slides

github.com/compiler-research/compiler-research.github.io - 63425b37cc569a0e2974c24873117210781b2ae1 authored over 1 year ago by Anubhab Ghosh <[email protected]>
Add slides for TBR analysis report (#107)

github.com/compiler-research/compiler-research.github.io - 12a0e5a51b4027209c7a3028c0310d6a0db3895b authored over 1 year ago by PetroZarytskyi <[email protected]>
Adding slides for "Making Compilation Faster when using Clang Header Modules"

Signed-off-by: Shreyas Atre <[email protected]>

github.com/compiler-research/compiler-research.github.io - 45a5e502363afa3e995d5d1090929bb1766e70bf authored over 1 year ago by Shreyas Atre <[email protected]>
Publish news on clad's 1.2 release

github.com/compiler-research/compiler-research.github.io - aeaa01c4a7002c3980675cec2c75c2eac741bb73 authored over 1 year ago by Vassil Vassilev <[email protected]>
Add my slides for today.

github.com/compiler-research/compiler-research.github.io - 22257c79b63fff5e61f5cf6f19099c94a87e0588 authored over 1 year ago by Vassil Vassilev <[email protected]>
Add Petro Zarytskyi (#106)

github.com/compiler-research/compiler-research.github.io - 7fd544d26d2b90744edbb51da08ba2d1362935e0 authored over 1 year ago by PetroZarytskyi <[email protected]>
Add info for the Jul monthly

github.com/compiler-research/compiler-research.github.io - aed85c21622824661c1bd74eeb1b76de62ffefed authored over 1 year ago by Vassil Vassilev <[email protected]>
Add a link to the p3 video.

github.com/compiler-research/pldi-tutorials-2023 - 213976aca8a93d9d1e92be2617e3f404be7b9350 authored over 1 year ago by Vassil Vassilev <[email protected]>
[ci] Add more tutorials to ctest

github.com/compiler-research/pldi-tutorials-2023 - 61ec5c0a026a910153e5835bda2ee1944e94b08a authored over 1 year ago by Vassil Vassilev <[email protected]>
Do not run tutorials which require custom commands

github.com/compiler-research/pldi-tutorials-2023 - 80b931f6df41fdcd6633a038accb6270806bdc2b authored over 1 year ago by Vassil Vassilev <[email protected]>
Add mod mul optimization

github.com/compiler-research/pldi-tutorials-2023 - 31047ab4f1971bffe3005a46211391c007db0f63 authored over 1 year ago by Sunho Kim <[email protected]>
Fix static initializer order issue

github.com/compiler-research/pldi-tutorials-2023 - 61ba6b8ef2936f7727e0337ae2ebefbcf6aa8c13 authored over 1 year ago by Sunho Kim <[email protected]>
Add triangular number example

github.com/compiler-research/pldi-tutorials-2023 - 0923716bfd65a0642466fbd86418f6122a7aace4 authored over 1 year ago by Sunho Kim <[email protected]>
Bump the llvm version requirements

github.com/compiler-research/pldi-tutorials-2023 - 7e488be6d389eb12ad2351ad5becd257d95ca3de authored over 1 year ago by Vassil Vassilev <[email protected]>
Add missing include

github.com/compiler-research/pldi-tutorials-2023 - 68148e93eb2b856e20f39e52ae9b7bd473af078d authored over 1 year ago by Vassil Vassilev <[email protected]>
Improve p1 tutorials.

github.com/compiler-research/pldi-tutorials-2023 - 28b07c06a9bed93e5afa7f18e06e331b90d965c5 authored over 1 year ago by Vassil Vassilev <[email protected]>
Remove the redundant std::move

github.com/compiler-research/pldi-tutorials-2023 - 719e6eb42ea6a1e3503d24905563f43322e9419e authored over 1 year ago by Vassil Vassilev <[email protected]>
Simplify the examples

github.com/compiler-research/pldi-tutorials-2023 - 96671e678f07accff0c66e26c157b1cc4ca4a541 authored over 1 year ago by Vassil Vassilev <[email protected]>
Add Rishabh's slides for reverse mode pointer, multi-dim array support in clad

github.com/compiler-research/compiler-research.github.io - 9cebe9674e24dfeb6206aff0fda1bafc05af6199 authored over 1 year ago by Rishabh Bali <[email protected]>
Add Smit's slides on Enable Cross Talk Between C++ python using cppyy

github.com/compiler-research/compiler-research.github.io - f58937d3a6be751957ba627d27af19b417ae1e1a authored over 1 year ago by Smit1603 <[email protected]>
Add Smit Shah to contributor list

github.com/compiler-research/compiler-research.github.io - 5fe9268e2c1149ed052971fd9f120e076904ce05 authored over 1 year ago by Smit1603 <[email protected]>
Update _data/standing_meetings.yml

Co-authored-by: Vassil Vassilev <[email protected]>

github.com/compiler-research/compiler-research.github.io - f45105b45857d2728d2f8552bb6c472f04685ffb authored over 1 year ago by daemondzh <[email protected]>
Add a note on licensing.

github.com/compiler-research/pldi-tutorials-2023 - 96f88155410e61bddb63b0140c3210846ddee49a authored over 1 year ago by Vassil Vassilev <[email protected]>
Add a demo for template instantiations

github.com/compiler-research/pldi-tutorials-2023 - 6b6c52be3add2488c7dd5f801ce43ff53b444a1b authored over 1 year ago by Vassil Vassilev <[email protected]>
Export symbols to make them visible to the JIT

github.com/compiler-research/pldi-tutorials-2023 - 7681a6772a2be9c6bdeea0f1875844dfed53a7e6 authored over 1 year ago by Vassil Vassilev <[email protected]>
[ci] Show output on failure.

github.com/compiler-research/pldi-tutorials-2023 - a8937befba9556dc6146f2253a0f507f1cd1b008 authored over 1 year ago by Vassil Vassilev <[email protected]>
Make file a C executable

github.com/compiler-research/pldi-tutorials-2023 - bb2ee5115a9b0a7f72c799a074026f04b6748184 authored over 1 year ago by Vassil Vassilev <[email protected]>
Rely on main not llvm16 for now.

github.com/compiler-research/pldi-tutorials-2023 - b3992c0ff6da0dd99089aa47df20c6705e8d7366 authored over 1 year ago by Vassil Vassilev <[email protected]>
Add more tutorials

github.com/compiler-research/pldi-tutorials-2023 - 60b0333435bcb473dff0101dd6dd20264c787a93 authored over 1 year ago by Vassil Vassilev <[email protected]>
Drop the cxx standard flag

github.com/compiler-research/pldi-tutorials-2023 - 140deb71d03eac86aa3b5ee1537193573f78e217 authored over 1 year ago by Vassil Vassilev <[email protected]>