search for: 58801

Displaying 20 results from an estimated 270 matches for "58801".

2008 Mar 25
3
[LLVMdev] Whole-function isel
...k.metapress.com/content/83cj0ebgtm998hj8 -- --------------------------------------------------------------------- Dietmar Ebner CD Laboratory - Compilation Techniques for Embedded Processors Institut fuer Computersprachen E: ebner at complang.tuwien.ac.at Technische Universitaet Wien F: (+431) 58801-18598 Argentinierstrasse 8 / E1851 T: (+431) 58801-58521 1040 Wien, Austria W: www.complang.tuwien.ac.at/cd/ebner
2008 Mar 25
0
[LLVMdev] Whole-function isel
...998hj8 > > -- > --------------------------------------------------------------------- > Dietmar Ebner > CD Laboratory - Compilation Techniques for Embedded Processors > Institut fuer Computersprachen E: ebner at complang.tuwien.ac.at > Technische Universitaet Wien F: (+431) 58801-18598 > Argentinierstrasse 8 / E1851 T: (+431) 58801-58521 > 1040 Wien, Austria W: www.complang.tuwien.ac.at/cd/ebner > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > ht...
2010 Feb 05
0
[LLVMdev] Integrated instruction scheduling/register allocation
...nice and clean. Thanks for the feedback, Jakob and Evan. Gergo -- Gergö Barany, research assistant gergo at complang.tuwien.ac.at Institute of Computer Languages http://www.complang.tuwien.ac.at/gergo/ Vienna University of Technology Tel: +43-1-58801-58522 Argentinierstrasse 8/E185, 1040 Wien, Austria Fax: +43-1-58801-18598
2017 Mar 15
1
Accountsservice in CentOS 7.3
...there is no entry created to /var/lib/AccountsService/users Downgrading to accountsservice-0.6.35-9 resolved that issue Gerhard Schneider -- Gerhard Schneider Institute of Lightweight Design and e-Mail: gs at ilsb.tuwien.ac.at Structural Biomechanics (E317) Tel.: +43 1 58801 31716 TU Wien / Vienna / Austria Fax: +43 1 58801 31799 A-1060 Wien, Getreidemarkt 9/BE02 http://www.ilsb.tuwien.ac.at/~gs/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes...
2010 Feb 06
1
[LLVMdev] Integrated instruction scheduling/register allocation
...eedback, Jakob and Evan. > > > Gergo > -- > Gergö Barany, research assistant gergo at complang.tuwien.ac.at > Institute of Computer Languages http://www.complang.tuwien.ac.at/gergo/ > Vienna University of Technology Tel: +43-1-58801-58522 > Argentinierstrasse 8/E185, 1040 Wien, Austria Fax: +43-1-58801-18598
2012 Jun 18
0
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
...wasn't documented anywhere. This might have changed in the meantime. -- Gergö Barany, research assistant gergo at complang.tuwien.ac.at Institute of Computer Languages http://www.complang.tuwien.ac.at/gergo/ Vienna University of Technology Tel: +43-1-58801-58522 Argentinierstrasse 8/E185, 1040 Wien, Austria Fax: +43-1-58801-18598
2002 Jul 10
2
incorrect URL (PR#1764)
Hi - a tiny bug report: the list of mirror sites given at www.r-project.org/ mentions http://cran.mirror.aarnet.edu.au/ This domain does not exist (well, from Western Australia netscape says the domain doesn't exist) but I found the mirror at http://mirror.aarnet.edu.au/pub/CRAN/ regards Adrian Baddeley -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2002 Jul 10
2
incorrect URL (PR#1764)
Hi - a tiny bug report: the list of mirror sites given at www.r-project.org/ mentions http://cran.mirror.aarnet.edu.au/ This domain does not exist (well, from Western Australia netscape says the domain doesn't exist) but I found the mirror at http://mirror.aarnet.edu.au/pub/CRAN/ regards Adrian Baddeley -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2010 Feb 04
2
[LLVMdev] Integrated instruction scheduling/register allocation
A more pressing need is a pre-regalloc scheduler that can switch modes to balance reducing latency vs. reducing register pressure. The problem is the current approach is the scheduler is locked into one mode or the other. For x86, it generally makes sense to schedule for low register pressure. That is, until you are dealing with a block that are explicitly SSE code in 64-bit mode. In that case,
2010 Aug 29
0
[LLVMdev] [Query] Programming Register Allocation
...nstruction selector creates all necessary conversion instructions. -- Gergö Barany, research assistant gergo at complang.tuwien.ac.at Institute of Computer Languages http://www.complang.tuwien.ac.at/gergo/ Vienna University of Technology Tel: +43-1-58801-58522 Argentinierstrasse 8/E185, 1040 Wien, Austria Fax: +43-1-58801-18598
2004 Mar 12
4
Sweave and R output: possible to suppress "Schunk" tags in *.tex file output?
Hello, I would like to fill the rows of a Latex tabular environment with output from R, as in \begin{table} \caption{Table caption.} \label{tab:events} \begin{tabular}{c r r r r r} \hline <<echo=false,results=tex>>= fill.my.table.rows() @ \end{tabular} \end{table} Sweave produces the output inside \begin{Schunk} and \end{Schunk} commands, which latex doesn't
2008 Mar 31
2
[LLVMdev] Whole-function isel
...e changes where necessary. - dietmar -- --------------------------------------------------------------------- Dietmar Ebner CD Laboratory - Compilation Techniques for Embedded Processors Institut fuer Computersprachen E: ebner at complang.tuwien.ac.at Technische Universitaet Wien F: (+431) 58801-18598 Argentinierstrasse 8 / E1851 T: (+431) 58801-58521 1040 Wien, Austria W: www.complang.tuwien.ac.at/cd/ebner
2010 Aug 28
2
[LLVMdev] [Query] Programming Register Allocation
So I have a good understanding of what and how I want to do in the abstract sense. I am starting to gain a feel for the code base, and I see that I may have a allocator up and running much faster than I once thought thanks to the easy interfaces. What I need to know is how to access the machine register classes. Also, I need to know which virtual register is to be mapped into each specific
2005 Feb 22
6
Run Sweave and LaTeX directly from command line
Hello! Those of you, who use Sweave a lot, will probably find my shell script usable. You can get it at: http://www.bfro.uni-lj.si/MR/ggorjan/programs/shell/Sweave.sh No warranty, however don't hesitate to contact me if you find an error or have a patch! -- Lep pozdrav / With regards, Gregor GORJANC --------------------------------------------------------------- University of
2011 May 18
2
Some thoughts about EL 6
...e server under load. Reported by many and verified by me :-( So perhaps it's a good idea to wait for 6.1 for mission critical servers.. Gerhard Schneider -- Gerhard Schneider e-Mail:gs at ilsb.tuwien.ac.at Institute of Lightweight Design and Tel.: +43 1 58801 31716 Structural Biomechanics (E317) Fax.: +43 1 58801 31799 Vienna University of Technology / Austria DVR: 0005886 A-1040 Wien, Gusshausstrasse 27-29 http://www.ilsb.tuwien.ac.at/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signat...
2010 Aug 29
1
[LLVMdev] [Query] Programming Register Allocation
...lector creates all necessary conversion instructions. > > -- > Gergö Barany, research assistant > gergo at complang.tuwien.ac.at > Institute of Computer Languages > http://www.complang.tuwien.ac.at/gergo/ > Vienna University of Technology Tel: > +43-1-58801-58522 > Argentinierstrasse 8/E185, 1040 Wien, Austria Fax: > +43-1-58801-18598 > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100829/24246c54/attachment.html>
2002 Mar 07
5
mailing list archive
Dear R help users: I have set up a r help mailing list archive based on mysql which support full text search and auto-update. Please visit http://www.baidao.net/r/maillist/index.cgi . I hope you could provide me bug reports and suggestions. I will add r_dev and r_announce mailing list as soon as possible. Thanks in advance! eLan
2000 Mar 03
2
Re: [Omega-devel] StatDataML
...> PS: Almost all the work has been done by Torsten Hothorn, I'm just > writing the email ;-) > > -- > ------------------------------------------------------------------- > Friedrich Leisch > Institut für Statistik Tel: (+43 1) 58801 10715 > Technische Universität Wien Fax: (+43 1) 58801 10798 > Wiedner Hauptstraße 8-10/1071 Friedrich.Leisch@ci.tuwien.ac.at > A-1040 Wien, Austria http://www.ci.tuwien.ac.at/~leisch > PGP public key http://www.ci.tuwien.ac.at/~leisch/pgp.key > -...
2008 Jun 11
1
[LLVMdev] Unnatural loops with O0
...nk, it also works for the small testcase, but i did not run the testsuites. florian -- Brandner Florian CD Laboratory - Compilation Techniques for Embedded Processors Institut für Computersprachen E185/1 Technische Universität Wien Argentinierstraße 8 / 185 A-1040 Wien, Austria Tel.: (+431) 58801-58521 E-Mail: brandner at complang.tuwien.ac.at -------------- next part -------------- A non-text attachment was scrubbed... Name: tailup-loop.c Type: text/x-csrc Size: 149 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080611/43841b2a/attachment.c>...
2007 Mar 07
2
[LLVMdev] predicated execution
...colorado.edu/EPIC2/papers/s3-3-snavely.pdf --------------------------------------------------------------------- Dietmar Ebner CD Laboratory - Compilation Techniques for Embedded Processors Institut fuer Computersprachen E: ebner at complang.tuwien.ac.at Technische Universitaet Wien T: (+431) 58801-18598 Argentinierstrasse 8 / E1851 F: (+431) 58801-58521 1040 Wien, Austria W: www.complang.tuwien.ac.at/cd/ebner