search for: 20200330

Displaying 20 results from an estimated 22 matches for "20200330".

Did you mean: 20100330
2020 Mar 30
2
Scalar Evolution Expressions Involving Sibling Loops
...uld appreciate any other insight you might have about this issue. Regards, Bardia Mahjour Compiler Optimizations IBM Toronto Software Lab bmahjour at ca.ibm.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200330/66ff98ad/attachment-0001.html>
2020 Mar 30
1
Compile Asterisk without CPU specific extensions/optimizations
...possible to configure Asterisk to NOT use CPU specific instructions/optimizations so that the executable is portable? Thanks Dan (in learning mode) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200330/3d50fad2/attachment.html>
2020 Mar 30
3
Question WRT llvm.dbg.value
...ll this point. After this llvm takes over this IR for final target code generation. Can anybody provide some clarity WRT this. Thanks a lot! Sourabh Singh Tomar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200330/ca1f7e1a/attachment-0001.html>
2020 Jan 23
3
Namespace problem? duplicated folders...
I'm sure this is related to name-spaces, but for some reason [brain damage perhaps? :) ] I can't seem to figure out how to fix it. In TBird, for example, I have a folder tree that looks like this Inbox -| Folder-A Folder-B Folder-C Folder-A Folder-B Folder-C And Folder-A, Folder-B, Folder-C are the same folders, just shown twice. [In two different hierarchies.] I'm using
2020 Mar 27
3
llvm-objdump cannot recognize mul&mulh RISC-V M Instructions
I am using llvm-project compiling risc-v programs. llvm-project version:dd8a2013dc1804be1b7d9cffacad2e984300bd22 Instructons to build LLVM+clang: ``` cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/home/llvm/workspace/llvm/llvm-project/llvm_install -DCMAKE_BUILD_TYPE="Release" -DDEFAULT_SYSROOT="/home/llvm/workspace/riscv/riscv-tc-20200220/bin/riscv32-unknown-elf"
2020 Mar 29
2
LLD bug causing objcopy ELF to binary generation to create large binaries
Hi LLVM devs,  I came across an LLD bug in v 10.x where ELF parser / processor is setting .PROGBITS attribute for .heap and .stack sections, which leads to large binaries when we do `llvm-objcopy -o binary` to generate the binary output for armv6m. (e.g. for a 57Kb elf would yield a ~400Mb binary). This in comparison with LLVM 7.x , would produce the correct binary size of 35Kb and the
2020 Mar 30
0
Namespace problem? duplicated folders...
Anyone? A tip on where/what to look at, even? I've read the docs on namespaces and I'm not sure how I could do this [or not do it, in this case] from the docs. I realize I didn't include the version I'm running in the prior post too. It is; 2.2.22 I'm sure this is related to name-spaces, but for some reason [brain damage perhaps? :) ] I can't seem to figure out how to
2020 Jan 24
0
Namespace problem? duplicated folders...
DM> Interesting. DM> While I don't use mbox (dbox or maildir) I wouldn't think that would DM> matter. Your namespace layout looks nearly the same as my own. But to DM> verify what's going on - post the output of "doveconf namespace". DM> Possibly just reviewing that output may tell you enough - otherwise DM> share it (fully) here. DM> -- DM>
2020 Mar 30
1
mail_crypt crashing randomly during LMTP
On 29. Mar 2020, at 16:07, Timo Sirainen <timo at sirainen.com> wrote: > > On 29. Mar 2020, at 15.15, Andi Krischer <ak at michaelpelzer.de> wrote: >> We have a really strange bug with our dovecot setup. After weeks and month of debugging we?re finally reached the point when we ask you for help. >> >> Our basic setup is quite simple: a single dovecot 2.3.10
2020 Mar 30
2
Chrome extension for tracking LLVM code review
...improved). The code can be found here(along with an example screenshot of my own review status): https://github.com/River707/llvm-review-monitor Thanks -- River -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200330/09ddd1a0/attachment-0001.html>
2020 Mar 30
2
LLD bug causing objcopy ELF to binary generation to create large binaries
...rsight > to set PROGBITS attribute unconditionally for sections that are > allocation only? > > > regards > > Kasun > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200330/5f78eb80/attachment-0001.html>
2020 Mar 27
2
Reliably mapping memcpy intrinsic
Similar to how `operator new(size)` can be overridden during linking, to capture and customize all memory allocation operations, I'd like to be able to capture all scenarios where memory is copied or moved. I've tried to use `--wrap memcpy` with some success, however I've noticed that in some instances (e.g. copying a small struct) the memcpy instruction in the IR is replaced with a
2020 Mar 30
2
Scalar Evolution Expressions Involving Sibling Loops
..._____________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200330/e5d7d38e/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: graycol.gif Type: image/gif Size: 105 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200330/e5d7d38e/attachment-0001.gif>
2020 Mar 31
2
Machine learning and compiler optimizations: using inter-procedural analysis to select optimizations
...ist > >> > llvm-dev at lists.llvm.org > >> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >> > >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200330/149b2f30/attachment-0001.html>
2020 Mar 30
2
IMAP error
...his not correct ? I am not sure how to check further. I have checked the configuration and it is pointing to my email directories, imap is enabled etc. Thanks Roy. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20200330/1eb1a85d/attachment.html>
2020 Mar 30
3
Multithreaded encoding?
...es poner tu felicidad en la felicidad de otro" - Leibniz -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: <http://lists.xiph.org/pipermail/opus/attachments/20200330/704fb035/attachment.sig>
2020 Mar 30
2
replication and spam removal ("doveadm expunge")
...t seit 2010 als familiengerechte Hochschule zertifiziert. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5212 bytes Desc: S/MIME Cryptographic Signature URL: <https://dovecot.org/pipermail/dovecot/attachments/20200330/2d132277/attachment.p7s>
2020 Mar 30
3
Question WRT llvm.dbg.value
..._________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200330/964d6039/attachment-0001.html>
2020 Mar 27
5
Passing inormation from pass to lowering
Hi! I have written a ModulePass that calculates various things and adds custom metadata attributes to certain instructions. Depending on the attributes, I would like to change the machine code of these instructions. For example, I would like to replace certain calls with jumps, but as far as I can tell the IR metadata is not accessible anymore on the level of machine instructions (e.g. in the
2020 Mar 27
2
[GSoC] Prospective student for Unify ways to move code or check if code is safe to be moved
Hi Rithik, CodeMoverUtils is not aimed for only loop transformations, it can be used by any transformation which want to move code or check if code is safe to be moved. It can currently do both hoist and sink but require control flow equivalent between the original location and the intended to be moved location. I would like to keep the API decoupled from loop, so other transformation can use it.