Displaying 20 results from an estimated 30 matches for "dlange".
Did you mean:
lange
2013 Dec 02
3
[LLVMdev] Please update LDC references on LLVM website
Hi!
I like to submit some updates to the LLVM website regarding the 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/">
2013 Dec 03
0
[LLVMdev] Please update LDC references on LLVM website
Can you send a patch?
On 2 December 2013 06:44, Kai Nacke <kai at redstar.de> wrote:
> Hi!
>
> I like to submit some updates to the LLVM website regarding the 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
2013 Dec 03
1
[LLVMdev] Please update LDC references on LLVM website
On 03.12.2013 14:30, Rafael EspĂndola wrote:
> Can you send a patch?
Hi Rafael, the patch is attached.
@Mikael, Tim
Thanks for the help. I really needed only the link to the repo.
Regards,
Kai
>
> On 2 December 2013 06:44, Kai Nacke <kai at redstar.de> wrote:
>> Hi!
>>
>> I like to submit some updates to the LLVM website regarding the LDC
>> compiler. All
2013 Dec 03
2
[LLVMdev] Please update LDC references on LLVM website
Hi Rafael,
is there a repository with the static pages or should I simply produce a
diff between the 2 versions?
Regards,
Kai
On 03.12.2013 14:30, Rafael EspĂndola wrote:
> Can you send a patch?
>
> On 2 December 2013 06:44, Kai Nacke <kai at redstar.de> wrote:
>> Hi!
>>
>> I like to submit some updates to the LLVM website regarding the LDC
>> compiler.
2013 Dec 03
0
[LLVMdev] Please update LDC references on LLVM website
You need to get the LLVM Sphinx docs using SVN or Git. If you want it, I
can do the changes for you since I have already everything in place.
-- Mikael
2013/12/3 Kai Nacke <kai at redstar.de>
> Hi Rafael,
>
> is there a repository with the static pages or should I simply produce a
> diff between the 2 versions?
>
> Regards,
> Kai
>
> On 03.12.2013 14:30,
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
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
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 able to
2015 Jul 20
4
[LLVMdev] [RFC] Developer Policy for LLVM C API
While I understand the people committing to the primarily C++ codebase
of LLVM 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
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 e...
2015 Jul 20
0
[LLVMdev] [RFC] Developer Policy for LLVM C API
----- Original Message -----
> From: "Hayden Livingston" <halivingston at gmail.com>
> To: "Eric Christopher" <echristo at gmail.com>
> Cc: "Chris Lattner" <clattner at apple.com>, "Hal Finkel" <hfinkel at anl.gov>, "LLVM Dev" <llvmdev at cs.uiuc.edu>, "Lang
> Hames" <lhames at apple.com>
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.
This tests the Python plugin thoroughly by issuing client commands
through libnbd and checking we get the expected results.
---
tests/Makefile.am | 13 +--
tests/test-python-plugin.py | 134 ++++++++++++++++++++++++++++
tests/test-python.py | 172 ++++++++++++++++++++++++++++++++++++
tests/test.py | 60 -------------
4 files changed, 309 insertions(+), 70
2019 Nov 22
3
Re: [PATCH nbdkit v2 10/10] tests: Test the Python plugin thoroughly.
On Fri, Nov 22, 2019 at 9:55 PM Richard W.M. Jones <rjones@redhat.com> wrote:
>
> This tests the Python plugin thoroughly by issuing client commands
> through libnbd and checking we get the expected results.
> ---
> tests/Makefile.am | 13 +--
> tests/test-python-plugin.py | 134 ++++++++++++++++++++++++++++
> tests/test-python.py | 172