search for: dlang

Displaying 20 results from an estimated 30 matches for "dlang".

Did you mean: clang
2013 Dec 02
3
[LLVMdev] Please update LDC references on LLVM website
...LDC compiler. All links are currently out-of-date. The following pages need updates: On page http://www.llvm.org/Users.html, please replace the existing entry "LLVM D Compiler" in section "Open Source Projects" with: <tr> <td><a href="http://wiki.dlang.org/LDC/"> LDC</a></td> <td>LLVM-based <a href="http://dlang.org/">D</a> Compiler.</td> </tr> On page http://www.llvm.org/ProjectsWithLLVM/, please update the table of contents with <li><a href="#LDC"&...
2013 Dec 03
0
[LLVMdev] Please update LDC references on LLVM website
...currently out-of-date. The following pages need > updates: > > On page http://www.llvm.org/Users.html, please replace the existing entry > "LLVM D Compiler" in section "Open Source Projects" with: > > <tr> > <td><a href="http://wiki.dlang.org/LDC/"> > LDC</a></td> > <td>LLVM-based <a href="http://dlang.org/">D</a> Compiler.</td> > </tr> > > On page http://www.llvm.org/ProjectsWithLLVM/, please update the table of > contents with > > <...
2013 Dec 03
1
[LLVMdev] Please update LDC references on LLVM website
...lowing pages need >> updates: >> >> On page http://www.llvm.org/Users.html, please replace the existing entry >> "LLVM D Compiler" in section "Open Source Projects" with: >> >> <tr> >> <td><a href="http://wiki.dlang.org/LDC/"> >> LDC</a></td> >> <td>LLVM-based <a href="http://dlang.org/">D</a> Compiler.</td> >> </tr> >> >> On page http://www.llvm.org/ProjectsWithLLVM/, please update the table of >> c...
2013 Dec 03
2
[LLVMdev] Please update LDC references on LLVM website
...lowing pages need >> updates: >> >> On page http://www.llvm.org/Users.html, please replace the existing entry >> "LLVM D Compiler" in section "Open Source Projects" with: >> >> <tr> >> <td><a href="http://wiki.dlang.org/LDC/"> >> LDC</a></td> >> <td>LLVM-based <a href="http://dlang.org/">D</a> Compiler.</td> >> </tr> >> >> On page http://www.llvm.org/ProjectsWithLLVM/, please update the table of >> c...
2013 Dec 03
0
[LLVMdev] Please update LDC references on LLVM website
...gt;>> >>> On page http://www.llvm.org/Users.html, please replace the existing >>> entry >>> "LLVM D Compiler" in section "Open Source Projects" with: >>> >>> <tr> >>> <td><a href="http://wiki.dlang.org/LDC/"> >>> LDC</a></td> >>> <td>LLVM-based <a href="http://dlang.org/">D</a> Compiler.</td> >>> </tr> >>> >>> On page http://www.llvm.org/ProjectsWithLLVM/, please update the...
2013 Aug 26
0
[LLVMdev] Building LLVM 3.3 on Win64
Hi Russel, I never tried to build LLVM with nmake. With msbuild it works without problems. You can find a short desription here: http://wiki.dlang.org/Building_and_hacking_LDC_on_Windows_using_MSVC, section Build LLVM. Regards Kai On 24.08.2013 21:15, Russell Wallace wrote: > I'm trying to build LLVM 3.3 using cmake/nmake, Microsoft C++ 2012, on a > 64-bit Windows 7 system. I tried it with the 32-bit compiler as a test > case...
2013 Feb 19
1
[LLVMdev] x86_stdcallcc and extra name mangling on Windows
Hi all, I'm currently working on getting our (LDC) compiler to run on Win32/MinGW, now that DW2-style EH is available for it. The D programming language has a feature equivalent to LLVM module level inline assembly, so we need to at least partly follow the x86 D calling convention (http://dlang.org/abi.html). Most notably, the ABI mandates that the callee cleans the stack. On the various Posixen, we use x86_stdcallcc as a basis and apply some rewrites at the IR level to make things work just well enough. However, on Windows targets this does not work because of the extra name mangling ap...
2013 Aug 24
4
[LLVMdev] Building LLVM 3.3 on Win64
I'm trying to build LLVM 3.3 using cmake/nmake, Microsoft C++ 2012, on a 64-bit Windows 7 system. I tried it with the 32-bit compiler as a test case first and that appeared to work, then with the 64-bit compiler in the hope that would give me a 64-bit build of LLVM, but instead got this error message: [ 86%] Generating X86CompilationCallback_Win64.obj Microsoft (R) Macro Assembler (x64)
2013 Jul 23
0
[LLVMdev] Build Clang and LLVM on Win 8
Hi Giorgio, here is another description how to compile LLVM on Windows: http://wiki.dlang.org/Building_and_hacking_LDC_on_Windows_using_MSVC Maybe this is helpful. I created this for Windows 7 but I also repeated it successfully on Windows 8. Regards Kai On 22.07.2013 22:51, Giorgio Franceschetti wrote: > Hi all, > yes, I do not know python and I installed it only for being...
2015 Jul 20
4
[LLVMdev] [RFC] Developer Policy for LLVM C API
...M find it as additional burden, far more number of people enjoy the benefits of an official LLVM C API support than are vocal here. While Clang maybe the first-class LLVM citizen for the foreseeable future, I can tell you LLVM is used in many more situations (I'm talking about Rust, Go, Julia, DLang, etc.) than this alias realized. I alone am using it interesting projects I hope to release sometime this year and all of these projects rely on the comfort of the "official" C API. I sympathize with the community that is not using them but having to still maintain and fix bugs. To those...
2019 Jun 14
2
Dovecot LMTP rejecting mail from address with apostrophe
> On 14 Jun 2019, at 17:01, Daniel Lange <DLange at debian.org> wrote: > > Am 14.06.19 um 16:20 schrieb Michal Krzysztofowicz via dovecot: >> Jun 14 11:57:34 atlantic smtpd[42606]: 21749fd12ac76b57 mda delivery evpid=56aed6237d6444a0 from=<firstname.o'lastname at example.com> to=<me at example.org> rcpt=<me at...
2015 Jul 20
0
[LLVMdev] [RFC] Developer Policy for LLVM C API
...urden, far more number of people enjoy > the benefits of an official LLVM C API support than are vocal here. > > While Clang maybe the first-class LLVM citizen for the foreseeable > future, I can tell you LLVM is used in many more situations (I'm > talking about Rust, Go, Julia, DLang, etc.) than this alias realized. > I alone am using it interesting projects I hope to release sometime > this year and all of these projects rely on the comfort of the > "official" C API. Do you require long-term cross-release ABI and/or API stability from the C API that you'...
2019 Jun 14
2
Dovecot LMTP rejecting mail from address with apostrophe
Hi, I have an OpenSMTPD / Dovecot installation on an OpenBSD server. I recently came across an issue where Dovecot LMTP would reject a message sent to a local user from an address which contains a single apostrophe (e.g. firstname.o'lastname at example.com). Apparently apostrophe, as well as a number of other special characters, are valid characters in the local part of the email address
2012 Dec 04
3
[LLVMdev] Which transform passes to apply?
Thanks Duncan, GVN/EarlyCSE worked as suggested. Any pointers on how to optimize out: %accumulate = fadd double %6, 0.000000e+00 Using the 3.1 release and the C++ API, I can't figure out how FPMathOperator, TargetOptions, nor IRBuilder::SetDefaultFPMathTag work. I also don't see any floating point math transformation passes. I did see IRBuilder::SetFastMathFlags, do I need to update to
2019 Dec 12
2
X86 does not follow -fuse-init-array
On 2019-12-10, Reid Kleckner via llvm-dev wrote: >I bet if you use `-target i386-linux` it will work. You passed `-target -i386`, >which is a triple with no OS, so Clang is doing something arbitrary. Grepping >Clang sources shows that this flag is handled in an OS-specific manner: > >$ git grep -i fuse_init_array ../clang/lib/Driver/ >../clang/lib/Driver/ToolChains/Fuchsia.cpp:
2006 May 04
1
Debian DomU not properly mounting swap
I am running Xen 3.0.1 with Gentoo for Dom0 and when I create a DomU with Debian, the kernel or system does not seem to recognize the volume I have created for swap on the DomU and will not mount it during boot or after. here is the disk section of the xen config for the DomU: disk = [ ''phy:xen-disks/disk-root,hda1,w'',''phy:xen-disks/disk-swap,hda2,w'' ]
2013 Jul 22
4
[LLVMdev] Build Clang and LLVM on Win 8
Hi all, yes, I do not know python and I installed it only for being able to build LLVM. Now I have installed version 2.7. I tried with codeblock project generation, but I'm still getting errors. So I moved to visual studio as per "getting started" guide. I run the command: cmake -G "Visual Studio 11" ..\llvm from my build folder. It lists a lot of file not found
2019 Mar 24
1
Weird things in the mail queue
Hi Aki, Am 21.02.19 um 12:55 schrieb Aki Tuomi: > > On 21.2.2019 13.47, Lionel Elie Mamane via dovecot wrote: >> I noticed a mail stuck in my mail queue. dovecot-lda was returning >> error 64 Invalid parameter given. (EX_USAGE). >> >> Weird, weird, weird. After some sleuthing, I found the sender address >> was FirstLast at domain.tld, with a UTF8-encoded
2019 Nov 22
0
[PATCH nbdkit v2 10/10] tests: Test the Python plugin thoroughly.
...test-rate-dynamic.sh \ test.rb \ @@ -787,18 +788,10 @@ endif HAVE_PERL if HAVE_PYTHON TESTS += \ + test-python.py \ test-python-exception.sh \ test-shebang-python.sh \ $(NULL) -LIBGUESTFS_TESTS += test-python - -test_python_SOURCES = test-lang-plugins.c test.h -test_python_CFLAGS = \ - -DLANG='"python"' -DSCRIPT='"$(srcdir)/test.py"' \ - $(WARNINGS_CFLAGS) \ - $(LIBGUESTFS_CFLAGS) \ - $(NULL) -test_python_LDADD = libtest.la $(LIBGUESTFS_LIBS) endif HAVE_PYTHON diff --git a/tests/test-python-plugin.py b/tests/test-python-plugin.py new file mode 10...
2019 Nov 22
3
Re: [PATCH nbdkit v2 10/10] tests: Test the Python plugin thoroughly.
...YTHON > > TESTS += \ > + test-python.py \ > test-python-exception.sh \ > test-shebang-python.sh \ > $(NULL) > -LIBGUESTFS_TESTS += test-python > - > -test_python_SOURCES = test-lang-plugins.c test.h > -test_python_CFLAGS = \ > - -DLANG='"python"' -DSCRIPT='"$(srcdir)/test.py"' \ > - $(WARNINGS_CFLAGS) \ > - $(LIBGUESTFS_CFLAGS) \ > - $(NULL) > -test_python_LDADD = libtest.la $(LIBGUESTFS_LIBS) > > endif HAVE_PYTHON > > diff --git a/tests/test-python-pl...