search for: clang_complet

Displaying 5 results from an estimated 5 matches for "clang_complet".

Did you mean: clang_complete
2012 Jun 25
0
[LLVMdev] [PATCH] cindex.py using find_library
...We need a better system of identifying and loading the > - # CIndex library. It could be on path or elsewhere, or versioned, etc. I don't think the patch solves this fixme entirely. Especially if the library is not on the path, your patch does not provide any solution. (That's why clang_complete has a slightly different version of this function to allow the user to provide a user defined search path) > - import platform > - name = platform.system() > - if name == 'Darwin': > - return cdll.LoadLibrary('libclang.dylib') > - elif name == ...
2012 Jun 24
2
[LLVMdev] [PATCH] cindex.py using find_library
Hello all, Is there a reason why the library location code in cindex py does not use find_library() to locate libclang, like in the attached patch? Without it there were problems locating a versioned libclang.so.1 file on Debian, for example. Cheers, Mihai -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Mar 25
0
[LLVMdev] [GSoC] Interface layer for optimizers
Hello. Guys, sorry for delay, I thinked about things, overlooked LLVM project in search of a suitable case. I have noticed that at this time in LLVM you actively implement the possibility of automatic parallelization. I am interested in this direction and I would like participate in a project Polly as my GSoC project. I have looked over todo list [1]. I really want to implement "Increase
2011 Mar 23
1
[LLVMdev] [GSoC] Interface layer for optimizers
On 3/23/2011 6:07 AM, Крылов Владислав wrote: > Hi folks, > > I like open technologies, epecially LLVM compiler. I want to implement > a new interface layer in LLVM to plug-in optimizers as a part of GSoC, > and then load the interface with optimizers. LLVM already has a plug-in framework for loading new analysis and optimization passes
2011 Apr 03
3
[LLVMdev] [GSoC] Increase the coverage of Polly
...olly as my GSoC >> project. >> >> I have looked over todo list [1]. I really want to implement "Increase >> the coverage of Polly". Folks, is anyone interested mentoring this >> tasks for me? >> > Sure, I am interested in (co-)mentoring Polly (or vim/clang_complete) > related work, in case your project gets accepted. > > > I have some practical experience in parallel programming with MPI, >> OpenMP, participated at university autoparallezation research. So this >> work is linked with my activity and I believe I can handle it. >&gt...