search for: beulah

Displaying 20 results from an estimated 32 matches for "beulah".

2020 Jan 15
2
[tablegen] table readability / performance
...he following delight happening on Visual Studio 2015: > fatal error C1091: compiler limit: string exceeds 65535 bytes in length So maybe another time... All the Best Luke -- Codeplay Software Ltd. Company registered in England and Wales, number: 04567874 Registered office: Regent House, 316 Beulah Hill, London, SE19 3HF
2020 Jan 14
3
[tablegen] table readability / performance
...h, which I feel will make it much easier to understand the output from tablegen, and helps compilation speed of generated tables. Any thoughts appreciated. All the Best Luke -- Codeplay Software Ltd. Company registered in England and Wales, number: 04567874 Registered office: Regent House, 316 Beulah Hill, London, SE19 3HF
2020 Nov 02
6
unusual use of getenv
...input is appreciated. All the Best Luke [1] https://github.com/llvm/llvm-project/commit/00d5508496c1e#diff-7206f3725623127339dd17671577a6888ee3402d2e667ae9dd1457ea3600f4e7R3 -- Codeplay Software Ltd. Company registered in England and Wales, number: 04567874 Registered office: Regent House, 316 Beulah Hill, London, SE19 3HF
2019 Jul 18
2
Question about TableGen RegisterClass definition
...ny changes made to this message after it was sent. Please note that Codeplay Software Ltd does not accept any liability or responsibility for viruses and it is your responsibility to scan any attachments. Company registered in England and Wales, number: 04567874 Registered office: Regent House, 316 Beulah Hill, London, United Kingdom, SE19 3HF -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190718/a1c4f065/attachment.html>
2020 Nov 02
4
unusual use of getenv
...ttps://github.com/llvm/llvm-project/commit/00d5508496c1e#diff-7206f3725623127339dd17671577a6888ee3402d2e667ae9dd1457ea3600f4e7R3 > > > > -- > > Codeplay Software Ltd. > > Company registered in England and Wales, number: 04567874 > > Registered office: Regent House, 316 Beulah Hill, London, SE19 3HF > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > _______________________________________________ > LLVM Developers m...
2017 Jul 26
2
isSSA computation in MIR parser
...changes made to this message after it was sent. Please note that Codeplay Software Ltd does not accept any liability or responsibility for viruses and it is your responsibility to scan any attachments. Company registered in England and Wales, number: 04567874 Registered office: Regent house, 316 Beulah Hill, London, United Kingdom, SE19 3HF
2020 Nov 10
1
unusual use of getenv
...went on this. It's possible that 00d550849 includes code copied from elsewhere, but to me it looks like 00d550849 is the canonical origin of this code. All the Best Luke -- Codeplay Software Ltd. Company registered in England and Wales, number: 04567874 Registered office: Regent House, 316 Beulah Hill, London, SE19 3HF
2018 Aug 09
2
[DWARF] prologue_end fix not working for VLIW
...changes made to this message after it was sent. Please note that Codeplay Software Ltd does not accept any liability or responsibility for viruses and it is your responsibility to scan any attachments. Company registered in England and Wales, number: 04567874 Registered office: Regent house, 316 Beulah Hill, London, United Kingdom, SE19 3HF
2017 Sep 18
1
Resend: assertion in MachineCopyPropagation::isNopCopy
...changes made to this message after it was sent. Please note that Codeplay Software Ltd does not accept any liability or responsibility for viruses and it is your responsibility to scan any attachments. Company registered in England and Wales, number: 04567874 Registered office: Regent house, 316 Beulah Hill, London, United Kingdom, SE19 3HF
2020 Mar 10
2
DWARF .debug_aranges data objects and address spaces
...[6] GDB implementation of [5]: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob;f=gdb/dwarf2/read.c;h=1d4397dfabc72004eaa64013e47033e0ebdfe213;hb=HEAD#l2779 -- Codeplay Software Ltd. Company registered in England and Wales, number: 04567874 Registered office: Regent House, 316 Beulah Hill, London, SE19 3HF
2020 Mar 11
2
DWARF .debug_aranges data objects and address spaces
...y address, cannot be used to conclusively determine whether that address belongs to code or data when both segments contain addresses in that numeric range. All the Best Luke -- Codeplay Software Ltd. Company registered in England and Wales, number: 04567874 Registered office: Regent House, 316 Beulah Hill, London, SE19 3HF
2020 Nov 17
10
wasteful cmake defaults
...s, either. Is there anything I'm missing, or can this override be safely deleted? Would a patch to Zorg be needed / appropriate for the fast buildbots? All the Best Luke -- Codeplay Software Ltd. Company registered in England and Wales, number: 04567874 Registered office: Regent House, 316 Beulah Hill, London, SE19 3HF
2017 Jan 27
2
Preserving Call to Intrinsic function
Hello everyone, Consider we have this following set of code: int foo() { int a,b; a = __builtin_XX(0x11); b = __builtin_XX(0x11); return a+b; } The problem currently is that LLVM eliminated the second call and copied the result from the first call into a new set of registers. Is there is a way to force LLVM to generate two explicit calls to a builtin function. The builtin takes in an integer
2020 Mar 12
2
DWARF .debug_aranges data objects and address spaces
...'s interest I can propose a design (probably a target hook to ask if segment selectors are required and how to get their number from an object). Thanks for your help Luke -- Codeplay Software Ltd. Company registered in England and Wales, number: 04567874 Registered office: Regent House, 316 Beulah Hill, London, SE19 3HF
2020 Nov 18
1
wasteful cmake defaults
...>> Would a patch to Zorg be needed / appropriate for the fast buildbots? >> >> All the Best >> >> Luke >> >> -- >> Codeplay Software Ltd. >> Company registered in England and Wales, number: 04567874 >> Registered office: Regent House, 316 Beulah Hill, London, SE19 3HF >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > _______________________________________________ > LLVM Developers...
2018 Sep 27
2
Ubuntu LLVM packages incompatible with clang built projects?
Hi folks, Not sure if this is the right mailing list target, but I'm trying out the new LLVM 7.0 packages found at http://apt.llvm.org by porting over an existing LLVM 6.0 project of ours to the new version. In doing so, I found that the executable always segfaulted at the same spot with no explanation: 0x0000000000fefe33 in
2020 Nov 17
2
wasteful cmake defaults
On Tue Nov 17, 2020 at 6:37 PM GMT, Min-Yih Hsu wrote: > Just trying to understand: Are you suggesting a way to have a “-O0” > build without all the debug information? > Exactly.
2020 Nov 18
1
wasteful cmake defaults
...g CXX executable bin/llc ninja llc 6210.72s user 149.40s system 1145% cpu 9:15.22 total It was 8:41.99 total for the -O0 build > > Michael All the Best Luke -- Codeplay Software Ltd. Company registered in England and Wales, number: 04567874 Registered office: Regent House, 316 Beulah Hill, London, SE19 3HF
2020 Nov 17
0
wasteful cmake defaults
...can this override be safely deleted? > Would a patch to Zorg be needed / appropriate for the fast buildbots? > > All the Best > > Luke > > -- > Codeplay Software Ltd. > Company registered in England and Wales, number: 04567874 > Registered office: Regent House, 316 Beulah Hill, London, SE19 3HF > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
2020 Jan 15
2
[tablegen] table readability / performance
...tial to create MSVC only issues, but it seems harmless > enough... I can't see any current `#ifdef _MSCV_VER` usage in tablegen but I'm happy to besmirch it for this. -- Codeplay Software Ltd. Company registered in England and Wales, number: 04567874 Registered office: Regent House, 316 Beulah Hill, London, SE19 3HF