search for: jccolor

Displaying 5 results from an estimated 5 matches for "jccolor".

2012 Sep 27
1
[LLVMdev] CLang/LLVM SVN for today no longer works on OS X 10.7.4
Here you go: http://www.cornwarning.com/xfer/jccolor.o (from the jpeg library...) jccolor.o: Mach header magic cputype cpusubtype caps filetype ncmds sizeofcmds flags MH_MAGIC_64 X86_64 ALL 0x00 OBJECT 4 432 SUBSECTIONS_VIA_SYMBOLS Load command 0 cmd LC_SEGMENT_64 cmdsize 312 segname vmaddr 0x00000...
2012 Sep 26
0
[LLVMdev] CLang/LLVM SVN for today no longer works on OS X 10.7.4
Hi Kent, My guess is you are getting some new bit of info in your object files and your ranlib(1) is older and doesn't know about it. If you can send me the .o file or the output of otool(1) with the -hlv options on your object file I can take a look. Kev P.S. you can find out the version of ranlib(1) you have by running strings(1) on it and grep(1)'ing for the string
2012 Sep 26
3
[LLVMdev] CLang/LLVM SVN for today no longer works on OS X 10.7.4
Ran into this today -- rebuilt the SVN Trunk for this morning of LLVM+CLANG. Now every time my builds try and make a library from .o files, ranlib complains about 'malformed object' files. This is with OS X 10.7.4, and the binary tools from XCode 4.4.1 ld -v @(#)PROGRAM:ld PROJECT:ld64-127.2 llvm version 3.0svn, from Apple Clang 3.0 (build 211.12) ranlib doesn't tell you what
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
....01 55505 jacobi-1d-imper.ll 12 18897 0 0.01 18852 0 0.01 18852 jacobi-2d-imper.ll 12 25281 0 0.01 25236 0 0.01 25236 Jacobi.ll 2 17391 0 0.01 17369 0 0.01 17369 jcapimin.ll 7 49449 0 0.01 49416 0 0.01 49416 jcapistd.ll 3 35825 0 0.01 35792 0 0.01 35792 jccoefct.ll 6 85032 0 0.02 84999 0 0.01 84999 jccolor.ll 8 82739 0 0.01 82706 0 0.01 82706 jcdctmgr.ll 4 62756 0 0.01 62723 0 0.02 62723 jchuff.ll 14 141140 0 0.02 141107 0 0.02 141107 jcinit.ll 1 14873 0 0.01 14840 0 0.01 14840 jcmainct.ll 3 27525 0 0.01 27492 0 0.01 27492 jcmarker.ll 18 83232 0 0.02 83199 0 0.02 83199 jcmaster.ll 8 154685 0 0.02 154...