search for: findmisopt

Displaying 4 results from an estimated 4 matches for "findmisopt".

2006 Nov 25
3
[LLVMdev] Zion Out Of Disk Space!
All, Commits aren't taking right now because apparently Zion is out of disk space: cvs commit utils/findmisopt Checking in utils/findmisopt; /var/cvs/llvm/llvm/utils/findmisopt,v <-- findmisopt new revision: 1.9; previous revision: 1.8 done Insufficient disk space; try again later Insufficient disk space; try again later returntosender: cannot select queue for llvm Insufficient disk space; try again la...
2006 Nov 25
0
[LLVMdev] Zion Out Of Disk Space!
...py the old log file on to a larger partition. The original is now deleted (i.e. we have room in /var/log again). All web services should be enabled now. -- John T. >All, > >Commits aren't taking right now because apparently Zion is out of disk >space: > >cvs commit utils/findmisopt >Checking in utils/findmisopt; >/var/cvs/llvm/llvm/utils/findmisopt,v <-- findmisopt >new revision: 1.9; previous revision: 1.8 >done >Insufficient disk space; try again later >Insufficient disk space; try again later >returntosender: cannot select queue for llvm >Insuf...
2006 Nov 25
1
[LLVMdev] Zion Out Of Disk Space!
...inal is now deleted (i.e. we > have room in /var/log again). All web services should be enabled now. > > -- John T. > >> All, >> >> Commits aren't taking right now because apparently Zion is out of >> disk >> space: >> >> cvs commit utils/findmisopt >> Checking in utils/findmisopt; >> /var/cvs/llvm/llvm/utils/findmisopt,v <-- findmisopt >> new revision: 1.9; previous revision: 1.8 >> done >> Insufficient disk space; try again later >> Insufficient disk space; try again later >> returntosender: can...
2007 Mar 27
0
[LLVMdev] opt -std-compile-opts
...If you're using 1.9 you should use http://llvm.org/releases/1.9/docs/ > for the command "opt". It would be nice if s.o. could list the passes which > are normally done for compilation/optimization. You can see full set of optimisations performed by llvm-gcc in many places: 1. findmisopt script 2. Comments in http://llvm.org/bugs/show_bug.cgi?id=1056 > PS: Is there some overview over all the passes besides the documentation in > the head of the source files? Being not so fond with compilers i am somehow > lost with all theses passes. AFAIK, it's in progress. -- Wi...