search for: 137311

Displaying 3 results from an estimated 3 matches for "137311".

Did you mean: 137211
2008 Jun 14
1
Caseless folder delivery?
I'm using exim4 to deliver into dovecot 1.1, and using plus-addressing to deliver mailing lists directly to appropriate folders in my "lists" mailbox. I created a file called /folder-map.lists that looks like ## folder-map.lists dovecot: Dovecot lpedge: Linux PowerEdge ... and so on. So mail to lists-lpedge at jay.fm goes to the "Linux PowerEdge" folder. The one
2020 Jun 09
4
[RFC] Refactor Clang: move frontend/driver/diagnostics code to LLVM
...them in terms of code re-use. *ABI+MLIR* Both ABI lowering and MLIR are very exciting, but at this stage a bit tangential to the Flang driver, which is our main motivation for this RFC. Another time, another RFC :) Thank you, -Andrzej [1] http://lists.llvm.org/pipermail/llvm-dev/2019-November/137311.html [2] https://github.com/llvm/llvm-project/commit/eb3e81f43f019cd90da87169aeff0eaddc4c9ecb On 03/06/2020 23:24, James Y Knight via cfe-dev wrote: > Extracting common code, especially the Driver code, from clang, so that > it can also be used for flang seems entirely reasonable as a hi...
2020 Jun 03
2
[cfe-dev] [RFC] Refactor Clang: move frontend/driver/diagnostics code to LLVM
On Tue, Jun 2, 2020 at 6:38 PM Richard Smith via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Tue, 2 Jun 2020 at 05:08, Andrzej Warzynski via cfe-dev < > cfe-dev at lists.llvm.org> wrote: > >> *TL;DR* >> >> We propose some non-trivial refactoring in Clang and LLVM to enable >> further work on Flang driver. >> >> *SUMMARY* >> We