search for: viktar

Displaying 11 results from an estimated 11 matches for "viktar".

Did you mean: victor
2009 Feb 14
2
[LLVMdev] problem with execution engine on windows
...ing to call is trivial (took it from the tutorial just for testing purposes) and has C calling conventions. The execution engine returned by ExecutionEngine::create is Interpreter. Am I doing something wrong or is it a bug? And another question: is JIT supported on Windows? Thank you in advance, Viktar
2009 Mar 04
2
[LLVMdev] automatic discovery of new CMake projects
"Viktar Zviarovich" <Viktar.Zviarovich at brunel.ac.uk> writes: > The suggested patch enables addition of all subdirectories of > llvm/projects to CMake build. > > It somewhat simplifies the process of creating new projects that use > CMake instead of make, eliminating the need o...
2009 Feb 14
0
[LLVMdev] problem with execution engine on windows
"Viktar Zviarovich" <Viktar.Zviarovich at brunel.ac.uk> writes: [snip] > The function I am trying to call is trivial (took it from the tutorial > just for testing purposes) and has C calling conventions. The > execution engine returned by ExecutionEngine::create is Interpreter. > &...
2009 Mar 05
0
[LLVMdev] automatic discovery of new CMake projects
...o projects/CMakeLists.txt. Thanks, Victor -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Óscar Fuentes Sent: 04 March 2009 17:38 To: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] automatic discovery of new CMake projects "Viktar Zviarovich" <Viktar.Zviarovich at brunel.ac.uk> writes: > The suggested patch enables addition of all subdirectories of > llvm/projects to CMake build. > > It somewhat simplifies the process of creating new projects that use > CMake instead of make, eliminating the need o...
2009 Mar 04
0
[LLVMdev] automatic discovery of new CMake projects
Sorry, attached the wrong patch last time. ________________________________ From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Viktar Zviarovich Sent: 04 March 2009 14:19 To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] automatic discovery of new CMake projects Hi all, The suggested patch enables addition of all subdirectories of llvm/projects to CMake build. It somewhat simplifies the process of creating new projects that...
2009 Mar 04
2
[LLVMdev] automatic discovery of new CMake projects
Hi all, The suggested patch enables addition of all subdirectories of llvm/projects to CMake build. It somewhat simplifies the process of creating new projects that use CMake instead of make, eliminating the need of editing llvm/CMakeLists.txt and llvm/projects/CMakeLists.txt. Best regards, Victor -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Nov 16
4
HTB prio: global or per class ?
Hi all, Is the prio specification in the htb class global or is it on a per class basis ? A simple example: class 1:10 parent 1: class 1:100 parent 1:10 prio 3 class 1:200 parent 1:10 prio 7 class 1:201 parent 1:200 prio 1 class 1:202 parent 1:200 prio 2 Which class will get excessive bandwidth first? 100 or 201/202 ? _______________________________________________ LARTC mailing list
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
....org> Vikas Chaudhary <vikas.chaudhary@qlogic.com> Vikas Manocha <vikas.manocha@st.com> Vikas Sajjan <vikas.sajjan@linaro.org> Vikram Mulukutla <markivx@codeaurora.org> Vikram Narayanan <vikram186@gmail.com> Vikram Pandita <vikram.pandita@ti.com> Viktar Vauchkevich <victorenator@gmail.com> Viktor Novotný <noviktor@seznam.cz> Viliam Trepák <trepo@netcomga.sk> Ville Nuorvala <ville.nuorvala@gmail.com> Ville Ranki <ville.ranki@iki.fi> Ville Syrjälä <syrjala@sci.fi> Ville Syrjälä <ville.syrjala@linux....
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
....org> Vikas Chaudhary <vikas.chaudhary@qlogic.com> Vikas Manocha <vikas.manocha@st.com> Vikas Sajjan <vikas.sajjan@linaro.org> Vikram Mulukutla <markivx@codeaurora.org> Vikram Narayanan <vikram186@gmail.com> Vikram Pandita <vikram.pandita@ti.com> Viktar Vauchkevich <victorenator@gmail.com> Viktor Novotný <noviktor@seznam.cz> Viliam Trepák <trepo@netcomga.sk> Ville Nuorvala <ville.nuorvala@gmail.com> Ville Ranki <ville.ranki@iki.fi> Ville Syrjälä <syrjala@sci.fi> Ville Syrjälä <ville.syrjala@linux....
2009 Mar 04
0
[LLVMdev] LLVM head build fails with Visual Studio 2005
LLVM head build fails with Visual Studio 2005 with the following error: 11>D:\Projects\llvm\include\llvm/Assembly/Writer.h(54) : error C2039: 'string' : is not a member of 'std' Obviously #include <string> is missing. Best regards, Victor -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jun 02
1
[LLVMdev] Request to Bitter Melon regarding the LLVM demo page
Hi, This results in the following warning when using C++ as a source language: cc1plus: warning: command line option "-fnested-functions" is valid for C/ObjC but not for C++ Best regards, Victor -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Duncan Sands Sent: 02 June 2009 10:21 To: LLVM Developers Mailing List