Displaying 5 results from an estimated 5 matches for "eichberger".
Did you mean:
eichenberger
2012 Apr 17
5
[LLVMdev] Dragonegg + IR + llc = Dragonegg directly
...Software Architect
Phone: + 49 8105 77266-53
E-Mail: martin.apel at simpack.de
SIMPACK AG
Friedrichshafener Strasse 1, 82205 Gilching, Germany
info at simpack.de, www.simpack.com
Phone: + 49 8105 77266-0
Fax: + 49 8105 77266-11
Executive Board: Dr. Alexander Eichberger, Dr. Lutz Mauer
Chair of Supervisory Board: Silvia Förster (CPA)
Commercial Register München HRB 181 229
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120417/6e6df583/attachment.html>
2012 Apr 17
0
[LLVMdev] Dragonegg + IR + llc = Dragonegg directly
...de>
>
> SIMPACK AG
> Friedrichshafener Strasse 1, 82205 Gilching, Germany
> info at simpack.de <mailto:info at simpack.de>,www.simpack.com <http://www.simpack.com>
> Phone: + 49 8105 77266-0
> Fax: + 49 8105 77266-11
>
>
> Executive Board: Dr. Alexander Eichberger, Dr. Lutz Mauer
> Chair of Supervisory Board: Silvia Förster (CPA)
> Commercial Register München HRB 181 229
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.u...
2018 Jun 28
0
slapo-auditlog or similar object manipulation logging
...et slapo-auditlog or a similar feature running in an Samba 4 AD Domain ?
I'm running in circles and can only find file auditing or authentication. I would need some way to document who did what and when on domain objects, like disabling a user or creating a group.
thanks in advance
Stefan Eichberger
2012 Apr 17
0
[LLVMdev] Dragonegg + IR + llc = Dragonegg directly
Hi Martin,
> I tried using dragonegg to compile some numerical software of ours. I
> tried out two different approaches expecting both would yield the same
> results:
> 1. gfortran-4.6 -fplugin=dragonegg-3.0 -o test.o test.f (I ommitted a
> bunch of additional arguments for brevity)
> 2. gfortran-4.6 -fplugin=dragonegg-3.0 -fplugin-arg-dragonegg-emit-ir -S
> -o test.ll
2012 Apr 17
2
[LLVMdev] Dragonegg + IR + llc = Dragonegg directly
Hi all,
I tried using dragonegg to compile some numerical software of ours. I
tried out two different approaches expecting both would yield the same
results:
1. gfortran-4.6 -fplugin=dragonegg-3.0 -o test.o test.f (I ommitted a
bunch of additional arguments for brevity)
2. gfortran-4.6 -fplugin=dragonegg-3.0 -fplugin-arg-dragonegg-emit-ir -S
-o test.ll test.f
llc -O0 -o test.s test.ll
as