search for: cullmann

Displaying 15 results from an estimated 15 matches for "cullmann".

2017 Aug 25
9
[5.0.0 Release] Release Candidate 3 tagged
Dear testers, 5.0.0-rc3 was just tagged. This is a release candidate in the real sense: if nothing bad comes up in testing, this is what the release is going to look like. Please build, test and upload binaries to the sftp (use the /data/testers-uploads/ directory) and let me know what issues remain. I know we're a little bit behind schedule, but hopefully we can get to 'final'
2008 Dec 12
1
recursive List extraction question
...hrough the first element of each SL, which are the SSL1. It misses SSL2. Is there a way to replace the ,"[[",1), with a regex or the like to get the job done? Does anybody now any other solution? Thanks and regards, Dominik ---------------------------------------------- Andreas Dominik Cullmann Forstliche Versuchs- und Forschungsanstalt Wonnhalde 4 79100 Freiburg Tel. +49 761 4018 204 Email: dominik.cullmann at forst.bwl.de <mailto:dominik.cullmann at forst.bwl.de> Homepage: www.fva-bw.de <http://www.fva-bw.de>
2010 Aug 18
2
[LLVMdev] Git repository to use (read-only)?
...s at repo.or.cz and github Ok, then I will try to wait until the official is ready. If I now start that with an unofficial one, I will loose all my local branches if I migrate to the official one later :/ Thanks for info. Greetings Christoph -- -------------------------------------- Christoph Cullmann --------- AbsInt Angewandte Informatik GmbH Email: cullmann at AbsInt.com Science Park 1 Tel: +49-681-38360-22 66123 Saarbrücken Fax: +49-681-38360-20 GERMANY WWW: http://www.AbsInt.com --------------------------...
2017 Jun 05
2
Question about llvm::Value::print performance
...s and 500k instructions and a lot of debug/type info) If there is some way that I precompute things on my own, I would really like to use that, but I don't see a way to do that. Greetings Christoph > > Best regards, > Thomas > > Am 05.06.2017 16:30 schrieb Dr.-Ing. Christoph Cullmann via llvm-dev: >> Hi, >> >> I want to use llvm::Value::print to output the assembly strings for >> llvm::Instructions >> inside a rather large llvm::Module (linked module with lots of >> types/...). >> >> I started with plain ::print and switched ove...
2017 Jun 05
2
Question about llvm::Value::print performance
...would allow a faster print call. Given I want the output only more or less as "debugging" annotation to my graph, is there some other "fast" way to print instructions, even if some info is missing then? Greetings Christoph -- ----------------------------- Dr.-Ing. Christoph Cullmann --------- AbsInt Angewandte Informatik GmbH Email: cullmann at AbsInt.com Science Park 1 Tel: +49-681-38360-22 66123 Saarbrücken Fax: +49-681-38360-20 GERMANY WWW: http://www.AbsInt.com --------------------------...
2017 Jul 04
4
trunc nsw/nuw?
...instruction > > > -- > > Alexandre Isoard > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -- ----------------------------- Dr.-Ing. Christoph Cullmann --------- AbsInt Angewandte Informatik GmbH Email: cullmann at AbsInt.com Science Park 1 Tel: +49-681-38360-22 66123 Saarbrücken Fax: +49-681-38360-20 GERMANY WWW: http://www.AbsInt.com --------------------------...
2010 Aug 18
2
[LLVMdev] Git repository to use (read-only)?
...official git repository to clone from? I looked up the archives and seen that creating own clones of the SVN via git svn is not wanted, to avoid DoS of your infrastructure and only some inofficial clones are up on github. Greetings Christoph -- -------------------------------------- Christoph Cullmann --------- AbsInt Angewandte Informatik GmbH Email: cullmann at AbsInt.com Science Park 1 Tel: +49-681-38360-22 66123 Saarbrücken Fax: +49-681-38360-20 GERMANY WWW: http://www.AbsInt.com --------------------------...
2010 Sep 24
0
[LLVMdev] Git repository to use (read-only)?
...ry* easy to do, but if you were to pull in the new branch, and then rebase the old branches onto the proper revisions of the new one, you *could* keep your branches. Also, any idea what is *very* soon? Are we talking this month, or maybe this year? Indy On Wed, Aug 18, 2010 at 3:52 AM, Christoph Cullmann <cullmann at absint.de> wrote: > On Wednesday, August 18, 2010 11:49:28 am Anton Korobeynikov wrote: >> Hello >> >> > Is there some official git repository to clone from? >> >> Not yet, but probably there will be something pretty soon. >> Right now th...
2013 Aug 15
1
[LLVMdev] Question about non-UTF-8 filesystems
...nce that the old patches could be revived and applied? For any user on Windows with e.g. a german umlaut in the username, this is a serious issue, as most file handling in the c:\users\<name> directory won't work. Greetings Christoph -- ----------------------------- Dr.-Ing. Christoph Cullmann --------- AbsInt Angewandte Informatik GmbH Email: cullmann at AbsInt.com Science Park 1 Tel: +49-681-38360-22 66123 Saarbrücken Fax: +49-681-38360-20 GERMANY WWW: http://www.AbsInt.com --------------------------...
2010 Aug 18
0
[LLVMdev] Git repository to use (read-only)?
Hello > Is there some official git repository to clone from? Not yet, but probably there will be something pretty soon. Right now there are some unofficial mirrors at repo.or.cz and github -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2017 Jul 03
2
trunc nsw/nuw?
Hello, >From [1], trunc does not seems to have a nsw/nuw attribute. Is it possible to have that? Or do we have that and it is not up-to-date? The definition would be: If the nuw keyword is present, the result value of the trunc is a poison value if the truncated high order bits are non-zero. If the nsw keyword is present, the result value of the trunc is a poison value if the truncated high
2017 Jul 05
2
trunc nsw/nuw?
On Wed, Jul 5, 2017 at 3:59 PM, Hal Finkel via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > On 07/04/2017 01:41 AM, Dr.-Ing. Christoph Cullmann via llvm-dev wrote: > >> Hi, >> >> Hi Alexandre, >>> >>> LLVM currently doesn't have trunc nsw/nuw, no. >>> Which frontend would emit such instructions? Any application in mind? >>> Just asking because if no frontend could emit those, the...
2017 Jul 05
3
trunc nsw/nuw?
....com <mailto:alexandre.isoard at gmail.com>> wrote: > > > > On Wed, Jul 5, 2017 at 3:59 PM, Hal Finkel via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > > On 07/04/2017 01:41 AM, Dr.-Ing. Christoph Cullmann via > llvm-dev wrote: > > Hi, > > Hi Alexandre, > > LLVM currently doesn't have trunc nsw/nuw, no. > Which frontend would emit such instructions? Any > application in mind? >...
2017 Jul 06
2
trunc nsw/nuw?
...>> alexandre.isoard at gmail.com> wrote: >> >>> >>> >>> On Wed, Jul 5, 2017 at 3:59 PM, Hal Finkel via llvm-dev < >>> llvm-dev at lists.llvm.org> wrote: >>> >>>> >>>> On 07/04/2017 01:41 AM, Dr.-Ing. Christoph Cullmann via llvm-dev wrote: >>>> >>>>> Hi, >>>>> >>>>> Hi Alexandre, >>>>>> >>>>>> LLVM currently doesn't have trunc nsw/nuw, no. >>>>>> Which frontend would emit such instructions? Any applic...
2017 Jul 07
3
trunc nsw/nuw?
...gt; wrote: >>>> >>>> >>>> >>>> On Wed, Jul 5, 2017 at 3:59 PM, Hal Finkel via llvm-dev >>>> <llvm-dev at lists.llvm.org> wrote: >>>>> >>>>> >>>>> On 07/04/2017 01:41 AM, Dr.-Ing. Christoph Cullmann via llvm-dev wrote: >>>>>> >>>>>> Hi, >>>>>> >>>>>>> Hi Alexandre, >>>>>>> >>>>>>> LLVM currently doesn't have trunc nsw/nuw, no. >>>>>>> Which frontend woul...