Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] c++ frontend bugs"
2005 Apr 20
1
[LLVMdev] c++ frontend bugs
I've encountered a few bugs including ICE and reject-valid when
compiling a program with llvmg++ which compiles fine with standalone g++.
Should I report those to your bugzilla or is it likely that these bugs
are gcc bugs in the version of gcc you're using?
if so, are there any plans to port the frontend to a newer gcc? (gcc 4.0
will be out in a few weeks)
the versions:
llvm 1.4 from
2005 Apr 20
1
[LLVMdev] c++ frontend bugs
Markus F.X.J. Oberhumer schrieb:
> The reason behind this is that llvm-gcc is based on a pre-3.4 snapshot
> ("3.4-llvm 20030924")
then it's not unlikely that these are llvm bugs since my code also
compiles with gcc 3.3
filed PR 551 and 552
--
Stefan Strasser
2005 Jan 03
0
[LLVMdev] [patch] native AMD64 support
Markus F.X.J. Oberhumer wrote:
> Hello folks,
>
> with the small patch attached below the whole llvm toolchain (llvm & llvm-gcc)
> will compile and run under AMD64 Linux in native 64-bit LP64 mode.
>
> This means that compilation, bytecode management and CWriter output all work
> as expected. Of course there is no JIT, and the bytecode interpreter is still
> very
2004 Jun 28
0
[LLVMdev] Re: C to C++
On Mon, 28 Jun 2004, Surupa Biswas wrote:
> I am at the University of Maryland, College Park, working with Prof.
> Rajeev Barua. Someone just told me that LLVM includes a C++ to C
> source-to-source compiler. I was hoping you could tell me something about
> that - I am trying to run some C++ benchmarks on the Motorola Mcore
> simulator and my compiler only has a C front-end.
Yup,
2005 May 14
3
[LLVMdev] debian
in case you're interested in having llvm in debian sarge: it was removed
today. I don't know why, but you might want to find out because sarge is
in freeze phase for release next month.
regards,
--
Stefan Strasser
2012 Aug 21
7
[GIT PULL v2] Update LZO compression
Hi all,
as suggested on the mailing list I have converted the updated LZO
code into git, so please pull my "lzo-update" branch from
git://github.com/markus-oberhumer/linux.git lzo-update
You can browse the branch at
https://github.com/markus-oberhumer/linux/compare/lzo-update
I''d ask some official kernel maintainer for review and to push this into
linux-next so that it
2004 Nov 20
2
[LLVMdev] Re: C back-end for llvmg++
On Nov 19, 2004, at 9:25 PM, Mohd-Hanafiah Abdullah wrote:
> Dear Dr Vikram:
>
> I need to know how to invoke llvmg++ so that it generates C code.
Here's how you can do a single file (i.e., an unlinked executable):
llvmg++ -c infile.cpp -o - | llc -march=c -o infile.cbe.c
Reid might be able to tell you how to do it with a single command using
the llvmc tool.
In future, please
2006 Jun 02
1
[LLVMdev] New llvm-gcc4 snapshot
Markus,
We are in the process of trying to make this happen. It's a matter
of getting all the duckings lined up in a row.
We finally resigned ourselves to the fact that we can't cvs/svn and
maintain the sanity of FSF branches, Apple branches and LLVM
branches. So, over the next few working days we are going to set up
a nightly cron script to checkout the latest and greatest
2004 Oct 14
1
[LLVMdev] debug stoppoints and control flow
Hi, I'm just getting back to working on the cfe debug info after a brief hiatus.
It appears that the appropriate place to be inserting stoppoints is
starting in llvm_expand_stmt, using STMT_LINENO(t) . If that's not the
best place, comments would be appreciated.
Using the debug_hooks seems to be a non-starter, because they're
called during rtl generation, which apparently isn't
2005 Mar 11
0
[LLVMdev] Anyone seen this before?
On Fri, 11 Mar 2005, Markus F.X.J. Oberhumer wrote:
> Chris Lattner wrote:
>> On Thu, 10 Mar 2005, Andrew Lenharth wrote:
>>
>>> yes, so this happens on anything that uses a struct for va_list (like
>>> alpha). I am currently working on fixing this. if you look at the last
>>> patch to the alpha portion of llvm-gcc, you can see a quick hack to work
2020 Jun 16
0
Plugin ABI compat between v2.3.8 and v2.3.9
On 2020-06-16 20:32 +0200, Alexander Strasser wrote:
> On 2020-06-16 12:37 -0000, Stuart Henderson wrote:
> > On 2020-06-15, Alexander Strasser <eclipse7 at gmx.net> wrote:
> > > I had some imap crashes (sig11) starting at the end of 2019 after
> > > an upgrade of dovecot.
> > >
> > > I found out, that I didn't have any problems using version
2005 Jun 03
0
New CRAN package `coin'
Conditional Inference Procedures in a Permutation Test Framework
The `coin' package implements a general framework for conditional
inference procedures, commonly known as permutation tests,
theoretically derived by Strasser & Weber (1999). The conditional
expectation and covariance for a broad class of multivariate linear
statistics as well as the corresponding multivariate limiting
2005 Jun 03
0
New CRAN package `coin'
Conditional Inference Procedures in a Permutation Test Framework
The `coin' package implements a general framework for conditional
inference procedures, commonly known as permutation tests,
theoretically derived by Strasser & Weber (1999). The conditional
expectation and covariance for a broad class of multivariate linear
statistics as well as the corresponding multivariate limiting
2004 Dec 23
0
[LLVMdev] [patch] native AMD64 support
Hi Markus,
Thanks for this interesting patch!
It looks okay to me, but our C/C++ Front End guru is away right now. I
would rather defer to him on this patch. He might not get to it until
next week so I just wanted to let you know that there might be a bit of
a delay before this patch hits mainline. I've already committed your
configure changes.
Reid.
On Wed, 2004-12-22 at 21:42, Markus
2005 May 14
0
[LLVMdev] debian
On Sat, May 14, 2005 at 02:18:26AM +0200, Stefan Strasser wrote:
> in case you're interested in having llvm in debian sarge: it was
> removed today. I don't know why, but you might want to find out
> because sarge is in freeze phase for release next month.
Possibly because of these:
http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=llvm
I addressed the first one and fixed it in
2020 Jun 16
2
Plugin ABI compat between v2.3.8 and v2.3.9
Hi!
On 2020-06-16 12:37 -0000, Stuart Henderson wrote:
> On 2020-06-15, Alexander Strasser <eclipse7 at gmx.net> wrote:
> > I had some imap crashes (sig11) starting at the end of 2019 after
> > an upgrade of dovecot.
> >
> > I found out, that I didn't have any problems using version v2.3.8,
> > but any version v2.3.9 and higher would trigger the crashes.
2004 Dec 20
3
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
Adam,
I recant my previous message. I built FreeType with GCC not LLVMGCC by
accident (I shoulda checked!). The thing is, FreeType's makefiles don't
respect environment variables. So, I did this:
CC=/path/to/llvmgcc CXX=/path/to/llvmg++ configure
make
and was able to reproduce the problem. Not sure what's up with that but
as Misha pointed out, llvmgcc isn't any
2003 Dec 19
1
[LLVMdev] What different?
hi,
when build test echo.cpp using "llvmg++ echo.cpp -o echo"
it create an echo file, contain:
-------------------------------------
[yue at RH9 Shootout-C++]$ cat echo
#!/bin/sh
lli \
-load=/usr/lib/libm.so \
$0.bc $*
---------------------------------------
and using "llvmgcc echo.cpp -o echo-c",
it creates an echo-c file, contain:
2003 Dec 22
2
[LLVMdev] hello.bc & binary code
hi,
I try to build hello.cpp using both llvmg++ and GNU g++,
the generate llvm bytecode's size is about 960K,
and the size of binary code generated by g++ is only 13K.
Could anyone explain the difference between the two result?
BWT:
I rebuild the cfrontend in RH linux9.0, but when I build the hello.cpp
the llvmG++ reports warnings too, it shows:
-----------------------------
[yue at RH9
2005 Mar 02
0
[LLVMdev] -Wl,native-cbe problem
I will definately look into this tonight and see if it is a problem with my
recent patch.
On Wednesday 02 March 2005 3:39 am, Markus F.X.J. Oberhumer wrote:
> Reid Spencer wrote:
> > On Tue, 2005-03-01 at 22:07, Markus F.X.J. Oberhumer wrote:
> >>Follow up: After removing the dangling symlink the problem now looks:
> >>
> >>-march=c((anonymous