Author |
Message |
Topic: Feedback on LLVMDC |
lindquist
Replies: 3
Views: 23042
|
Forum: LDC Posted: Tue Dec 25, 2007 12:20 am Subject: Feedback on LLVMDC |
Since it's not possible to get email notifications on new topics on this forum, I would really prefer if you could you the tracker or simply email me if you have something interesting to say.
I don ... |
Topic: LLVM D Compiler |
lindquist
Replies: 32
Views: 108841
|
Forum: LDC Posted: Thu Nov 22, 2007 10:07 am Subject: LLVM D Compiler |
Hi Kelly.
First thanx for your continuing interest in LLVMDC, it great know that people besides myself actually looks at the code and compiles it. It's what motivates me to keep going.
Don't feel ... |
Topic: LLVM D Compiler |
lindquist
Replies: 32
Views: 108841
|
Forum: LDC Posted: Wed Nov 21, 2007 9:26 am Subject: LLVM D Compiler |
LLVMDC has gotten quite far in the last month, so hopefully we're starting to get to a point where some more advanced code can compile successfully.
There's been some major code changes, but that s ... |
Topic: llvmdc builds on Sparc/Linux...sortof |
lindquist
Replies: 4
Views: 24492
|
Forum: LDC Posted: Wed Oct 31, 2007 3:05 pm Subject: llvmdc builds on Sparc/Linux...sortof |
This is pretty cool
You shouldn't need GDC or DSSS/Rebuild to build phobos, it's just the way I chose to do it (I was lazy). lphobos/build.sh could very well be rewritten as a plain script and/o ... |
Topic: Error building lphobos for llvmdc |
lindquist
Replies: 1
Views: 16736
|
Forum: LDC Posted: Mon Oct 29, 2007 2:00 pm Subject: Error building lphobos for llvmdc |
Thanx for this hint
I've updated the main page compile instructions to use it. |
Topic: LLVM D Compiler |
lindquist
Replies: 32
Views: 108841
|
Forum: LDC Posted: Sat Oct 27, 2007 6:09 pm Subject: LLVM D Compiler |
Hi again.
I've committed a fix where calling struct and class methods did not always use the correct calling convention. This was causing floating point return values to be accessed incorrectly when ... |
Topic: LLVM D Compiler |
lindquist
Replies: 32
Views: 108841
|
Forum: LDC Posted: Fri Oct 26, 2007 7:35 am Subject: LLVM D Compiler |
I just had downs from IRC run the test suite. He is on 32 bit linux as well.
3/140 of the tests failed to compile: ./imports_1of2.d ./imports_2of2.d ./bug26.d
4/137 of the compiled tests fai ... |
Topic: LLVM D Compiler |
lindquist
Replies: 32
Views: 108841
|
Forum: LDC Posted: Fri Oct 26, 2007 6:54 am Subject: LLVM D Compiler |
Hi.
I just tried compiling the tests with -mx86, and the floats turn up fine here.
I'm not sure what the problem could be, but I would look inside RealExp::toElem and RealExp::toConstElem...
Us ... |
Topic: LLVM D Compiler |
lindquist
Replies: 32
Views: 108841
|
Forum: LDC Posted: Sat Oct 13, 2007 11:11 am Subject: LLVM D Compiler |
Hi Kelly.
I've been developing against the 2.1 release for a while now, so SVN is no longer needed (and I'm not testing against it), so I'd recommend you use 2.1 if you don't want to fix errors lik ... |
Topic: clang frontend |
lindquist
Replies: 2
Views: 18170
|
Forum: LDC Posted: Fri Sep 28, 2007 3:27 am Subject: clang frontend |
I think the differences between the DMD frontend and clang are probably too big to really be able to share code in a useful way.
One thing that might be interesting would be to make extern(C) code ... |
Topic: LLVM D Compiler |
lindquist
Replies: 32
Views: 108841
|
Forum: LDC Posted: Wed Sep 26, 2007 10:21 pm Subject: LLVM D Compiler |
Okay, not too long after committing and posting, I realized that I did some horrible testing on the structs-inside-structs thing. I've committed a fix for this and it seems to be working well now. The ... |
Topic: LLVM D Compiler |
lindquist
Replies: 32
Views: 108841
|
Forum: LDC Posted: Wed Sep 26, 2007 11:18 am Subject: LLVM D Compiler |
Hi Kelly.
I know it's a bit late, but I have finally made a new commit. I have applied to things from your patches though I have rewritten it as some of it did not really work and/or was inconsistent ... |
Topic: LLVM D Compiler |
lindquist
Replies: 32
Views: 108841
|
Forum: LDC Posted: Wed Sep 12, 2007 10:48 am Subject: LLVM D Compiler |
Hey
Glad to see you're looking at it... Could I get you to post the diffs as unified? or just use 'svn diff'.
Please let me know if you'd like to collaborate more as I could certainly use some ... |
Topic: LLVM D Compiler |
lindquist
Replies: 32
Views: 108841
|
Forum: LDC Posted: Tue Sep 04, 2007 11:19 pm Subject: LLVM D Compiler |
I've been doing some small fixes. Now all tests should work except the one or two that use typeinfo.
I've also added a preliminary rebuild profile and a small readme. |
Topic: LLVM D Compiler |
lindquist
Replies: 32
Views: 108841
|
Forum: LDC Posted: Sun Sep 02, 2007 3:43 pm Subject: LLVM D Compiler |
Thanx for trying it out wilsonk
The .ll you see is generated by the external llvm-dis tool so llvmdc really has nothing to do with the uses thing.
Basically llvm just generates bytecode and (opti ... |
|