Displaying 20 results from an estimated 5000 matches similar to: "[LLVMdev] c++ frontend bugs"
2005 Apr 20
0
[LLVMdev] c++ frontend bugs
Markus F.X.J. Oberhumer schrieb:
> Stefan Strasser wrote:
>
>> 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
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
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
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
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.
2005 Apr 20
8
[LLVMdev] misc CVS patches
On Wed, Apr 20, 2005 at 12:12:54PM +0200, Markus F.X.J. Oberhumer wrote:
> Misha Brukman wrote:
> >On Tue, Apr 19, 2005 at 07:01:40AM +0200, Markus F.X.J. Oberhumer
> >wrote: Have you considered using bugpoint for your codegen debugging
> >needs? http://llvm.cs.uiuc.edu/docs/Bugpoint.html#codegendebug
>
> Well, the (critical) bug in question was
>
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
2005 Apr 21
5
[LLVMdev] Trailing whitespace removal (important for CVS users!)
Dear LLVMers,
If you live on the bleeding edge (i.e. CVS version), please read!
On Wed, Apr 20, 2005 at 12:12:54PM +0200, Markus F.X.J. Oberhumer wrote:
> Do you really want external patches for this ? A simple Perl script
> that runs on all *.h and *.cpp files, and a local commit from your
> side would be much simpler.
I'm in the process of doing just this as we speak. What this
2005 Apr 10
1
[LLVMdev] sys::Program::ExecuteAndWait() caller problems
On Sun, 10 Apr 2005, Markus F.X.J. Oberhumer wrote:
> sys::Program::ExecuteAndWait() requires that the first element in "args"
> should be the name of the program, but (at least) llvm-ld.cpp and gccld.cpp
> fail to do so, thereby effectively swallowing the first parameter.
> This is the reason that -native-cbe has not working for some time - actually
> I wonder why no
2005 Apr 21
0
[LLVMdev] misc CVS patches
On Thu, 2005-04-21 at 17:56 +0200, Markus F.X.J. Oberhumer wrote:
> Reid Spencer wrote:
> > If a specific value for these is
> > needed on a given platform, then we need to implement something like
> > "getDefaultUserId" and "getDefaultGroupId" functions in lib/System and
> > use those in lib/Bytecode/Archive.
>
> That's probably the
2005 May 05
3
[LLVMdev] I'm done :)
On Thu, 5 May 2005, Markus F.X.J. Oberhumer wrote:
> Chris,
> Chris Lattner wrote:
>> For anyone who is interested:
>> http://llvm.cs.uiuc.edu/pubs/2005-05-04-LattnerPHDThesis.html
>
> many congrats, and best wishes for the future!
Thanks all!
> And I hope you still will have some time to look after LLVM and won't
> get too distracted by some new exciting other
2005 May 13
1
[LLVMdev] LongTy in LowerInvoke.cpp
On Fri, 2005-05-13 at 08:06 +0200, Markus F.X.J. Oberhumer wrote:
> Actually that's the only case I stumbled over this problem in a somewhat
> larger C++ program, and it's clearly the wrong type in LowerInvoke.cpp -
> it really should be IntPtrTy. But maybe we could use just IntTy here to
> avoid target dependencies.
Wait a minute. You want to lower a 64 bit thing to a 32
2005 Apr 21
0
[LLVMdev] Trailing whitespace removal (important for CVS users!)
Why not put all this into a pre-commit filter in CVS and be done with
it? We'd never be bothered with it again as it would never be committed
again.
Reid.
On Thu, 2005-04-21 at 15:11 -0500, Misha Brukman wrote:
> Dear LLVMers,
>
> If you live on the bleeding edge (i.e. CVS version), please read!
>
> On Wed, Apr 20, 2005 at 12:12:54PM +0200, Markus F.X.J. Oberhumer wrote:
2005 Apr 20
3
[LLVMdev] misc CVS patches
On Tue, Apr 19, 2005 at 07:01:40AM +0200, Markus F.X.J. Oberhumer wrote:
> While trying to hunt down a codegen bug (not yet found) ...
Have you considered using bugpoint for your codegen debugging needs?
http://llvm.cs.uiuc.edu/docs/Bugpoint.html#codegendebug
> I've collected some small patches you might find useful.
Sweet!
> Please review and apply as you see fit.
I've
2005 Feb 11
1
[LLVMdev] Function attributes and bytecode
On Thursday 10 February 2005 21:47, Markus F.X.J. Oberhumer wrote:
> In order to get more familiar with the llvm sources I've recently
> decided to try to add support for the always_inline and noline function
> attributes.
I believe it is better to let the compiler decide when or not to inline a
function. Most of the times a developer goes overboard with inlining and ends
up with a
2005 May 07
2
[LLVMdev] calling conventions and inlining
On Sat, 7 May 2005, Markus F.X.J. Oberhumer wrote:
> I see that you are objecting explicit inline control.
>
> The main problem is that inlining is absolutely crucial for some
> "modern" programming styles. E.g. we use a huge collection of small C++
> template classes and template metaclasses, most of which have very
> trivial and limited functionality (think of it
2020 Jun 15
2
Plugin ABI compat between v2.3.8 and v2.3.9
Hi all!
This is my first post on this list. Please pardon me if I
overlooked or misunderstood some things.
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.
After investigating more deeply and creating a core dump, I saw
that
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