Displaying 20 results from an estimated 30000 matches similar to: "[LLVMdev] regarding the high level design of GCC-LLVM"
2007 May 21
0
[LLVMdev] regarding the high level design of GCC-LLVM
Hello, Manish.
> I want to ask how and where tree data structures are converted into
> llvm data structures.
gcc-to-llvm converter operates on high GIMPLE trees. All necessary logic
is in llvm*.cpp files. The hooks are made in varasm.c file.
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2007 May 18
0
[LLVMdev] QUERY
Hi All,
I have a query regarding LLVM,Can LLVM IR can restore high level
information of base language.
Thanks and Regards,
Manish
On 5/18/07, manish <manishagg22 at gmail.com> wrote:
>
>
2016 Feb 18
2
query regarding domstats option with virsh
Hi,
I am looking for the information w.r.t domstats command line option of virsh tool.
1> This command line option is available with which version of libvirt.
2> How to get Guest's disk related information in case storage pool does not exist on host.
Thanks and Regards,
Manish
2007 May 18
2
[LLVMdev] QUERY
[This email is either empty or too large to be displayed at this time]
2010 Sep 22
1
Bundler picking up wrong version of Ruby with Rails 3 ( possible bundler bug )
Hello All,
I am developing a JRuby on Rails 3 application. Standard stuff.
I am facing problems getting autotest to run.
Here''s the trace:
% autotest
loading autotest/rails_rspec2
bundle exec
/Users/manish/Foo/Foo-Server/jruby-1.5.2/lib/ruby/gems/1.8/gems/rspec-core-2.0.0.beta.22/bin/rspec
2011 May 03
0
[LLVMdev] Loop-Unroll optimization
Even after all the sequence of commands below bit-code is not showing any
effect of loop-unrolling
*manish at manish:~/Test2$ llvm-gcc-4.2 -O2 -emit-llvm Hello.c -c -o Hello.bc*
*manish at manish:~/Test2$ opt-2.8 -loops Hello.bc -o Hello1.bc*
*manish at manish:~/Test2$ opt-2.8 -loopsimplify Hello1.bc -o Hello2.bc*
*manish at manish:~/Test2$ opt-2.8 -indvars Hello2.bc -o Hello3.bc*
*manish at
2011 May 04
1
[LLVMdev] Loop-Unroll optimization
1. You should run the passes in the same opt command, for passes like loops
which is an analysis pass provides results to the following passes.
2. You can pass a -debug flag to opt to see the some debugging info.
3. I tried this
opt -mem2reg -loops -loopsimplify -loop-unroll -unroll-count=3 -debug
loop.o -o tt.bc
and got this message.
Loop Size = 14
Can't unroll; loop not terminated by
2007 Dec 23
1
[LLVMdev] compilaton problem
Hi.
For weeks now I have problems compiling llvm from svn, compilation ends with
llvm[2]: Compiling Lexer.cpp for Release build
/home/borist/builds/llvm/lib/AsmParser/Lexer.l: In function 'int
llvmAsmlex()':
/home/borist/builds/llvm/lib/AsmParser/Lexer.l:278: error: 'PURE' was
not declared in this scope
/home/borist/builds/llvm/lib/AsmParser/Lexer.l:279: error: 'CONST'
2008 Mar 24
1
[LLVMdev] AsmParser/Lexer.l error
Hello
With the latest LLVM from Subversion (rev48737 from
http://llvm.org/svn/llvm-project/llvm/trunk) I'm getting
make[2]: Entering directory `/usr/src/Lang/llvm/_Obj/lib/AsmParser'
llvm[2]: Flexing Lexer.l
llvm[2]: Compiling Lexer.cpp for Debug build
/usr/src/Lang/llvm/lib/AsmParser/Lexer.l: In function 'int llvmAsmlex()':
/usr/src/Lang/llvm/lib/AsmParser/Lexer.l:278: error:
2006 Dec 12
1
Setting compression level
Hi.
I'm have a little problem with setting compression level since 1.1.3
releases.
I'm using :
FE = FLAC__stream_encoder_new();
FLAC__stream_encoder_set_channels( FE, channels);
FLAC__stream_encoder_set_bits_per_sample( FE, bitsample);
FLAC__stream_encoder_set_sample_rate( FE, samplerate);
unsigned int level;
if (formatdatalen>0)
level = *(char*)(formatdata);
else
level = 7;
if
2013 Jan 15
1
[LLVMdev] Patch for Transform/LoopStrengthReduction/post-inc-icmpzero.ll test-failure
Hi Renato,
Thanks! I will make sure the patches are posted to the correct mailing list.
Manish
On Tue, Jan 15, 2013 at 3:04 PM, Renato Golin Linaro <
renato.golin at linaro.org> wrote:
> Hi Manish,
>
> Thanks for the patch, I'll check and commit.
>
> cheers,
> --renato
>
> PS: Patches are normally sent to llvm-commit list, unless they require a
> lot of
2011 Sep 21
0
[LLVMdev] Alias Analysis (Andersen pointer analysis)
The README at the location shared by John says
"DSA is undergoing significant changes and may not be entirely stable
or correct.
See lib/DSA/README"
So, I was wondering from where should one pick the code. Although I will
start my analysis and see how results turn out to be. But any comments on
this line will be helpful.
Thanks
Manish
On Tue, Sep 20, 2011 at 5:13 PM, Manish Gupta
2011 Aug 04
1
[LLVMdev] Tracing Value Dependency Chains
On 8/4/11 2:45 PM, Manish Gupta wrote:
> Hey John,
>
> Yes this is what I am looking for. I wrote a code as I described in my
> first mail and I am getting desired result except when the chain
> encounters load instruction (you have also mentioned the that u skip
> loads).
Okay. Just out of curiosity, is your static slice local (stopping at
function arguments) or
2013 Jan 15
0
[LLVMdev] Patch for Transform/LoopStrengthReduction/post-inc-icmpzero.ll test-failure
Hi Manish,
Thanks for the patch, I'll check and commit.
cheers,
--renato
PS: Patches are normally sent to llvm-commit list, unless they require a
lot of discussion.
On 15 January 2013 14:52, Manish Verma <manish.avtaar at gmail.com> wrote:
> Hi,
>
> Transform/LoopStrengthReduction/post-inc-icmpzero.ll was failing for
> clang-native-arm-cortex-a9 build-bot configuration.
2017 Dec 19
2
Unable to run TeamViewer 13 under Centos 7 (amd64)
On 12/19/2017 03:57 PM, Manish Jain wrote:
>
>
> On 12/20/17 01:45, m.roth at 5-cent.us wrote:
>> Manish Jain wrote:
>>>
>>> On 12/19/17 22:11, Manish Jain wrote:
>>>> On 12/19/17 22:07, Jonathan Billings wrote:
>>>>> On Tue, Dec 19, 2017 at 02:54:36PM +0000, Manish Jain wrote:
>>>>>> I uninstalled the old TV, and
2017 Dec 19
2
Unable to run TeamViewer 13 under Centos 7 (amd64)
On 12/19/2017 02:57 PM, Manish Jain wrote:
>
>
> On 12/20/17 01:45, m.roth at 5-cent.us wrote:
>> Manish Jain wrote:
>>>
>>> On 12/19/17 22:11, Manish Jain wrote:
>>>> On 12/19/17 22:07, Jonathan Billings wrote:
>>>>> On Tue, Dec 19, 2017 at 02:54:36PM +0000, Manish Jain wrote:
>>>>>> I uninstalled the old TV, and
2011 Sep 21
3
[LLVMdev] Alias Analysis (Andersen pointer analysis)
Thanks Everyone for the info.
I am planning to work with DSA on llvm-2.9. Hope it is working as John
mentioned.
Manish
On Tue, Sep 20, 2011 at 7:06 AM, John Criswell <criswell at illinois.edu>wrote:
> On 9/19/11 9:12 PM, Manish Gupta wrote:
>
> Dear All,
>
> I am curious to know the reason for removal of andersen pointer analysis.
> Is it because of some issues? We
2011 Aug 04
0
[LLVMdev] Tracing Value Dependency Chains
Hey John,
Yes this is what I am looking for. I wrote a code as I described in my first
mail and I am getting desired result except when the chain encounters load
instruction (you have also mentioned the that u skip loads).
I think the recursive trace back for a Value V depending on Operands
(o1,...oN) should terminate at the nearest definition of the oN (i.e. it is
not an instruction but a LLVM
2011 Aug 04
2
[LLVMdev] Tracing Value Dependency Chains
On 8/4/11 1:53 PM, Manish Gupta wrote:
> It would be great help if someone can point me to similar code in
> Analysis or Transform, i.e. tracing value dependencies chains.
If I understand correctly, given an instruction I, you want to find its
operands o1 through oN, and then find the instructions (or LLVM values)
that generate the values o1 through oN, and then find the instructions
2011 Sep 11
1
[LLVMdev] Regarding LLVM AST
Hi
I am trying to a write a standalone tool to compile llvm to x86 assembly.
For this purpose i wish to get a custom IR from llvm. The custom IR is
written in C. Would this require writing a new lexer and parser or are
there any libraries that can assist me.
Thanking You
Aseem Garg